Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split package between spring-ws-core and spring-ws-support #1202

Open
fhaubold opened this issue May 21, 2021 · 0 comments
Open

Split package between spring-ws-core and spring-ws-support #1202

fhaubold opened this issue May 21, 2021 · 0 comments

Comments

@fhaubold
Copy link

Dear Spring WS team,

I want my application to use the Java Module System which does not allow shared packages between modules. My project imports two dependencies, spring-ws-core and spring-ws-support and does not compile with the following split package error:

module x reads package org.springframework.ws.transport.support from both spring.ws.support and spring.ws.core

Are there any plans to solve this issue by either rename one of the packages or move the classes into one dependency?
Is there a workaround until then? I already tried to use --patch-module without success.

Thank you!

Version: 3.1.1
JDK: corretto-11.0.11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant