swagger-core icon indicating copy to clipboard operation
swagger-core copied to clipboard

Consider upgrading jakarta.xml.bind-api to 4.x

Open jonathannaguin opened this issue 2 years ago • 0 comments

Currently, the project "swagger-core-jakarta" depends on "jakarta.xml.bind:jakarta.xml.bind-api:3.0.0" which depends on "com.sun.activation:jakarta.activation:2.0.0".

Latest version of jakarta.xml.bind-api is 4.0.0 which depends on the new module from jakarta:

jakarta.activation:jakarta.activation-api:2.1.2.

Spring Framework (org.springframework.boot:spring-boot-starter-mail:3.1.5) via (org.eclipse.angus:jakarta.mail:1.1.0) uses the new activation libraries.

Having both on the classpath causes incompatibility issues between the 2 libraries.

jonathannaguin avatar Nov 03 '23 10:11 jonathannaguin