File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## 1.3.0 (UNRELEASED)
22
33- Officially support Javax Servlet API 4.0 (JEE 8)
4- - Officially support JRuby 10.0
54
65Breaking compatibility changes
76- Drop support for JRuby 9.3
@@ -33,6 +32,7 @@ Breaking configuration capability changes
3332
3433## 1.2.7 (UNRELEASED)
3534
35+ - Fix compatibility with JRuby 10.0 and Rails 8.0 (#419 )
3636- Fix ability to include and forward to JSPs under Rails (#370 )
3737- Update (bundled) rack to 2.2.23 (#417 )
3838
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ For more information on Rack, visit http://rack.github.io/.
1717| ----------------------------------------------------------------| ---------------| -----------| ------------| ------| -----------| ---------------------| ----------------------------------------------------------------|
1818| ** 2.0 (_ planned_ , _ unreleased_ )** | Dev | 2.2 | 9.4 → 10.0 | 8+ | 7.0 → 8.0 | 5.0+ (Jakarta EE 9) | ❌ Servlet < 5.0 containers will not work |
1919| ** 1.3 (master, _ unreleased_ )** | Dev | 2.2 | 9.4 → 10.0 | 8+ | 7.0 → 8.0 | 4.0 (Java EE 8) | ✅ _ Unofficial_ : Servlet 2.5 → 3.1 & Rails 6.1 likely working |
20- | [ ** 1.2** ] ( https://github.com/jruby/jruby-rack/tree/1.2-stable ) | Maintained | 2.2 | 9.3 → 9.4 | 8+ | 5.0 → 7.2 | 3.0 (Java EE 6) | ✅ _ Unofficial_ : Servlet 3.1 → 4.0 also OK with most containers |
20+ | [ ** 1.2** ] ( https://github.com/jruby/jruby-rack/tree/1.2-stable ) | Maintained | 2.2 | 9.3 → 10.0 | 8+ | 5.0 → 8.0 | 3.0 (Java EE 6) | ✅ _ Unofficial_ : Servlet 3.1 → 4.0 also OK with most containers |
2121| [ ** 1.1** ] ( https://github.com/jruby/jruby-rack/tree/1.1-stable ) | EOL @ 2024-05 | 1.x → 2.2 | 1.6 → 9.4 | 6+ | 2.1 → 5.2 | 2.5 (Java EE 5) | ✅ _ Unofficial_ : Servlet 3.0 → 4.0 also OK with most containers |
2222| [ ** 1.0** ] ( https://github.com/jruby/jruby-rack/tree/1.0.10 ) | EOL @ 2011-11 | 0.9 → 1.x | 1.1 → 1.9 | 5+ | 2.1 → 3.x | 2.5 (Java EE 5) | |
2323
You can’t perform that action at this time.
0 commit comments