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

Upgrade to Jetty 12 and Jakarta EE 10 #4828

Open
cshannon opened this issue Aug 24, 2024 · 1 comment
Open

Upgrade to Jetty 12 and Jakarta EE 10 #4828

cshannon opened this issue Aug 24, 2024 · 1 comment
Milestone

Comments

@cshannon
Copy link
Contributor

cshannon commented Aug 24, 2024

This is somewhat of a follow on to the work originally done in #1947

We currently use Jetty 11 which has reached end of community support (although still receives security updates). See jetty/jetty.project#10485 for more information.

This would be a good time to upgrade to the following:

  • Jetty 12
  • Jakarta EE 10
  • Jersey 3.1
  • Any other related dependencies

The main blocker for this is that Jetty 12 requires JDK 17+ so we need to upgrade to that first. I'm also not sure which version(s) of Accumulo we would upgrade in. Certainly in 4.0 (elasticity) but not sure about others as it will depend which branches we will bump to JDK 17.

Jetty 11 security updates will probably be around for a while so this is not super urgent but I figured it's something we should be tracking.

@cshannon cshannon added this to the 4.0.0 milestone Aug 24, 2024
@ctubbsii
Copy link
Member

In general, I think it'd be okay to move to 17 for 3.1. The biggest holdup is that Hadoop doesn't have good support for 17 to my knowledge, although I've been running it on a single node with 17 for awhile, and it seems to be fine, with the exception of a few quirks, like start-yarn.sh fails on 17 (I haven't looked into why it doesn't work).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants