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

Change javax to jakarta #655

Open
elopezvalecky opened this issue Dec 22, 2023 · 1 comment
Open

Change javax to jakarta #655

elopezvalecky opened this issue Dec 22, 2023 · 1 comment

Comments

@elopezvalecky
Copy link

elopezvalecky commented Dec 22, 2023

Phase 1

Change

  • javax.servlet:javax.servlet-api:4.0.1

To

  • jakarta.servlet:jakarta.servlet-api:4.0.4

Changes maven coordinates to the jakarta but retains the javax.* package name

Phase 2

Change

  • jakarta.servlet:jakarta.servlet-api:4.0.4

To

  • jakarta.servlet:jakarta.servlet-api:5.0.0

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

@kubagruszka
Copy link

#667

elopezvalecky added a commit to LibertyGlobal/hollow that referenced this issue Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants