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

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    a7c1360 View commit details
    Browse the repository at this point in the history
  2. Add ring-jakarta-servlet project

    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.
    weavejester committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    145ca76 View commit details
    Browse the repository at this point in the history
  3. Update Jetty adapter to 11.0.15

    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 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e472dc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06b9f5e View commit details
    Browse the repository at this point in the history