vidal-community / atom-jaxb

Compliant Atom feeds with JAXB
MIT License
2 stars 2 forks source link

⬆️ Update jaxb javax to jakarta #96

Closed MaximeRnR closed 2 months ago

MaximeRnR commented 3 months ago

Theses changes were done in order to follow the changes with Spring 3 that replaced javax with jakarta.

jcgay commented 2 months ago

I have run

mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \
  -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-migrate-java:LATEST \
  -Drewrite.activeRecipes=org.openrewrite.java.migrate.jakarta.JavaxMigrationToJakarta

No additional changes (apart the javax.annotation that we need for tests)