Skip to content

[v1.3.x] Drop JRuby 9.3 testing, bumping to Java 11 minimum with Servlet 3.1 and 4.0 compilation compatibility #286

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

Merged
merged 2 commits into from
Jul 22, 2025

Conversation

chadlwilson
Copy link
Contributor

@chadlwilson chadlwilson commented May 31, 2025

  • Fixes require Java 11 and Servlet 4.0 as a base-line #285
  • Increases baseline to Java 11
  • Bumps testing to be against/with Spring 5.3 which is the last version to target/use javax Servlent API 3.0
  • Adds compatibility with Servlet 3.1 and Servlet 4.0 APIs (although I have personally found in practice 1.1.x and 1.2.x work fine in Servlet 4.0 environments such as embedded Jetty which appear to not use/require the new APIs)

@chadlwilson chadlwilson force-pushed the java11-servlet4 branch 2 times, most recently from da758af to 584e8e5 Compare May 31, 2025 15:29
@chadlwilson chadlwilson force-pushed the java11-servlet4 branch 3 times, most recently from 4b6891c to cfe3c7e Compare July 18, 2025 03:02
@chadlwilson chadlwilson marked this pull request as ready for review July 18, 2025 03:04
@kares kares merged commit dd1ef4d into jruby:master Jul 22, 2025
33 checks passed
@chadlwilson chadlwilson deleted the java11-servlet4 branch July 22, 2025 11:46
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.

require Java 11 and Servlet 4.0 as a base-line
2 participants