-
Notifications
You must be signed in to change notification settings - Fork 317
Closed
Labels
type: bugA general bugA general bugtype: regressionA regression from a previous releaseA regression from a previous release
Milestone
Description
Hi,
we're getting lots of unresolved import errors with version 3.0.11 that don't exist with 3.0.10
error: package org.springframework.ws.client.core.support does not exist
import org.springframework.ws.client.core.support.WebServiceGatewaySupport;
error: package org.springframework.ws.client.support.interceptor does not exist
import org.springframework.ws.client.support.interceptor.ClientInterceptor;
^
error: package org.springframework.ws.soap.client does not exist
import org.springframework.ws.soap.client.SoapFaultClientException;
^
error: package org.springframework.ws.soap.client.core does not exist
import org.springframework.ws.soap.client.core.SoapActionCallback;
^
Project builds fine with "3.0.10.RELEASE" but since yesterday "3.0.+" broke the build.
Might be related to our spring-integration-ws lock "org.springframework.integration:spring-integration-ws:5.3.+".
Metadata
Metadata
Assignees
Labels
type: bugA general bugA general bugtype: regressionA regression from a previous releaseA regression from a previous release