File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ For more information on Rack, visit http://rack.github.io/.
1111
1212## Compatibility
1313
14- | JRuby-Rack Version | Status | JRuby Compat | Java Compat | Target Servlet API | Target Java EE | Notes |
15- | --------------------------------------------------------------| ------------| -------------- | ------------- | --------------------| ----------------| ---------------------------------------------------|
16- | 2.0.x (_ planned_ ) | Dev | 9.4 → 10.0 | Java 17+ | 5.0 | Jakarta EE 9 | |
17- | 1.3.x (master, _ unreleased_ ) | Dev | 9.4 → 10.0 | Java 8+ | 4.0 | Java EE 8 | |
18- | [ 1.2.x] ( https://github.com/jruby/jruby-rack/tree/1.2-stable ) | Maintained | 9.3 → 9.4 | Java 8+ | 3.0 | Java EE 6 | Servlet 3.1 → 4.0 tested OK with some containers. |
19- | [ 1.1.x] ( https://github.com/jruby/jruby-rack/tree/1.1-stable ) | EOL | 1.6 → 9.4 | Java 8+ | 2.5 | Java EE 5 | Servlet 3.0 → 4.0 tested OK with some containers. |
14+ | JRuby-Rack Version | Status | Rack | JRuby | Java | Target Servlet API | Target Java EE | Notes |
15+ | --------------------------------------------------------------| ------------| -----------| ------------| ---------| --------------------| ---------------- | --------------------------------------------|
16+ | 2.0.x (_ planned_ ) | Dev | 2.2 | 9.4 → 10.0 | Java 8+ | 5.0+ | Jakarta EE 9 | Pre 5.0 servlet APIs non functional. |
17+ | 1.3.x (master, _ unreleased_ ) | Dev | 2.2 | 9.4 → 10.0 | Java 8+ | 4.0 | Java EE 8 | Servlet 2.5 → 3.1 likely to work fine. |
18+ | [ 1.2.x] ( https://github.com/jruby/jruby-rack/tree/1.2-stable ) | Maintained | 2.2 | 9.3 → 9.4 | Java 8+ | 3.0 | Java EE 6 | Servlet 3.1 → 4.0 OK with some containers. |
19+ | [ 1.1.x] ( https://github.com/jruby/jruby-rack/tree/1.1-stable ) | EOL | 1.x → 2.2 | 1. 6 → 9.4 | Java 8+ | 2.5 | Java EE 5 | Servlet 3.0 → 4.0 OK with some containers. |
2020
2121## Getting Started
2222
You can’t perform that action at this time.
0 commit comments