We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Changes maven coordinates to the jakarta but retains the javax.* package name
jakarta
javax.*
This will change to jakarta.* package name. Tool that can be use to automate the changes necessary in Java files: https://docs.openrewrite.org/recipes/java/migrate/jakarta/javaxservlettojakartaservlet
jakarta.*
The text was updated successfully, but these errors were encountered:
#667
Sorry, something went wrong.
refactor: Update jakarta.servlet-api from 4.0.1 to 5.0.0
da4c115
resolves Netflix#655
No branches or pull requests
Phase 1
Change
To
Changes maven coordinates to the
jakarta
but retains thejavax.*
package namePhase 2
Change
To
This will change to
jakarta.*
package name.Tool that can be use to automate the changes necessary in Java files: https://docs.openrewrite.org/recipes/java/migrate/jakarta/javaxservlettojakartaservlet
The text was updated successfully, but these errors were encountered: