-
Notifications
You must be signed in to change notification settings - Fork 317
Closed
Description
See spring-projects/spring-boot#33659 for background.
Spring WS currently depends on com.sun.xml.bind:jaxb-core
; other projects in the ecosystem moved to the org.glassfish.jaxb
variants instead. This causes duplicate JARs on the classpath and issues during repackaging.
Can Spring WS consider dendending on the latter?
It seems that both variants contain the same classes, with different packages. Is the application code supposed to directly refer to those classes? Maybe this change can be applied safely without any impact for developers?
Metadata
Metadata
Assignees
Labels
type: dependency-upgradeA dependency upgradeA dependency upgrade