pingidentity / scim2

The UnboundID SCIM 2.0 SDK for Java
176 stars 72 forks source link

Replace javax package to jakarta package #173

Closed yokotaso closed 9 months ago

yokotaso commented 1 year ago

Please be aware that Ping Identity does not accept third-party contributions at this time! Please see our contribution guidelines.

What does this implement/fix? Explain your changes.

It is recommended that javax.xml is replaced by jakarta.xml https://blogs.oracle.com/javamagazine/post/transition-from-java-ee-to-jakarta-ee

Does this close any currently open issues?

None.

Fabio1988 commented 1 year ago

probably also the other 2 javax dependencies should be changed to jakarta :)

kqarryzada commented 9 months ago

Jakarta EE is now supported in the 3.0.0 release.

yokotaso commented 9 months ago

@kqarryzada Thank you 🍺