Skip to content

Version 3.0.11 breaks build #1224

@kmort89

Description

@kmort89

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

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions