Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP experimental upgrade to Spring6/JakartaEE #7351

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Mar 20, 2024

  1. Run Migrate to Jakarta EE 9 receipe

    See https://docs.openrewrite.org/recipes/java/migrate/jakarta/javaxmigrationtojakarta
    
    * Applied the receipe:
    ```
    mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \
    -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-migrate-java:RELEASE \
    -Drewrite.activeRecipes=org.openrewrite.java.migrate.jakarta.JavaxMigrationToJakarta
    ```
    
    * Followed by `mvn sortpom:sort spotless:apply`
    groldan committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    333d837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    656e8d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a713435 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88cce62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8a6402 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0640948 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fb25b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c851d78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c84f27 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    68fe8f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    169228b View commit details
    Browse the repository at this point in the history
  12. Upgrade com.sun.mail:jakarta.mail:1.6.7 -> 2.0.1

    Required by DispatcherTest.java, breaks otherwise
    groldan committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b229942 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    67f1ae2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    681053f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    21ea783 View commit details
    Browse the repository at this point in the history