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:
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: