You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Thanks for the report, and sorry it took so long to triage it.
I've noticed the split package recently and I think it's a bit late to deprecate/move those classes in 4.0.x but I want to deprecate them in 4.1.x so that I can remove them in 5.0.0.
snicoll
changed the title
Split package between spring-ws-core and spring-ws-support
Deprecate and move classes in spring-ws-support that are located in a package of spring-ws-core
Mar 7, 2025
snicoll
changed the title
Deprecate and move classes in spring-ws-support that are located in a package of spring-ws-core
spring-ws-support should not have split packages with spring-ws-core
Mar 11, 2025
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
The text was updated successfully, but these errors were encountered: