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

Transition from javax to jakarta #17765

Merged
merged 23 commits into from Jan 16, 2024
Merged

Transition from javax to jakarta #17765

merged 23 commits into from Jan 16, 2024

Conversation

thll
Copy link
Contributor

@thll thll commented Dec 21, 2023

Transition away from the javax namespace towards the Jakarta namespace so that we can finally update some of our core dependencies.

  • Replaces most occurrences of javax with jakarta
  • Updates the following dependencies (amongst others):
    • jersey2.37 -> 3.1.5
    • guice 6.0.0 -> 7.0.0
  • Bans a couple of javax dependencies, where possible
  • Adds forbidden API rules to prevent accidental usage of certain javax.* namespaces where banning the respective dependencies is not easily possible.

/prd https://github.com/Graylog2/graylog-plugin-enterprise/pull/6347

@thll thll changed the title Hello Jakarta Transition from javax to jakarta Dec 22, 2023
@thll thll requested a review from bernd December 22, 2023 18:32
@thll thll marked this pull request as ready for review December 22, 2023 18:33
@thll thll merged commit 8ce9b3f into master Jan 16, 2024
5 checks passed
@thll thll deleted the jakarta branch January 16, 2024 13:07
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

Successfully merging this pull request may close these issues.

None yet

2 participants