Skip to content

Change JAXB dependency coordinates #1305

@bclozel

Description

@bclozel

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

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions