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

Update the Jetty adapter to version 11.0 #481

Merged
merged 4 commits into from
Aug 17, 2023
Merged

Update the Jetty adapter to version 11.0 #481

merged 4 commits into from
Aug 17, 2023

Conversation

weavejester
Copy link
Member

This closes #439 and increases the minimum required Java version from 8 to 11.

A new project, ring-jakarta-servlet has been also added, as Jetty 11.0 requires Jakarta Servlet 5.0, which has changed package names (javax.servlet -> jakarta.servlet). A new project was created in order to allow the existing ring-servlet project to maintain backward compatibility.

As the javax.servlet package has been renamed to jakarta.servlet from
5.0 onward, the ring-servlet project has been duplicated to a new
ring-jakarta-servlet project. This allows backward compatibility to be
maintained for ring-servlet.
Update Jetty from version 9.4 to 11.0, which also increases the minimum
compatible Java version from 1.8 to 11. As Jetty 10.0 also requires
Java 11, we can skip over that version.
@weavejester weavejester merged commit 371c452 into master Aug 17, 2023
2 checks passed
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.

Migrate to Jetty 10/11
1 participant