Skip to content

spring-ws-support should not have split packages with spring-ws-core #1202

Closed
@fhaubold

Description

@fhaubold

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions