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

Core: Upgrade Jetty and Servlet API #10850

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

nastra
Copy link
Contributor

@nastra nastra commented Aug 2, 2024

Now that we're on JDK11 we can bump Jetty and the underlying Servlet API being used. Note that this is the latest Jetty version that runs with JDK11

This is the latest Jetty version that runs with JDK11
Copy link
Member

@findepi findepi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

jaxb-api = "2.3.1"
jaxb-runtime = "2.3.9"
jetty = "9.4.55.v20240627"
jetty = "11.0.22"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth adding code comment like "this is the latest Jetty version that runs with JDK11" here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have a bunch of dependencies like this where we're at the latest version for the JDK we're running with, so I don't think it's worth adding such a comment just here.
That being said, we might actually need to re-visit and see if we're still at the latest version of each dependency for JDK11 now (I'll open a separate issue to tackle that, since dependabot doesn't take the JDK version into account)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nastra nastra merged commit 122176a into apache:main Aug 2, 2024
45 checks passed
@nastra nastra deleted the bump-jetty-with-servlet-api branch August 2, 2024 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants