@@ -13,11 +13,11 @@ For more information on Rack, visit http://rack.github.io/.
1313
1414## Compatibility
1515
16- | JRuby-Rack Series | Status | Rack | JRuby | Java | Rails | Target Servlet API | Notes |
17- | ----------------------------------------------------------------| ---------------| -----------| -----------| ------| -----------| --------------------| ----------------------------------------------------------------|
18- | [ ** 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 |
19- | [ ** 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 |
20- | [ ** 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) | |
16+ | JRuby-Rack Series | Status | Rack | JRuby | Java | Rails | Target Servlet API | Notes |
17+ | ----------------------------------------------------------------| ---------------| -----------| ------------ | ------| -----------| --------------------| ----------------------------------------------------------------|
18+ | [ ** 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 |
19+ | [ ** 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 |
20+ | [ ** 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) | |
2121
2222## Getting Started
2323
@@ -209,8 +209,6 @@ as context init parameters in web.xml or as VM-wide system properties.
209209 sub-path of the main servlet context root.
210210- ` gem.path ` : Relative path to the bundled gem repository. Defaults to
211211 ` /WEB-INF/gems ` .
212- - ` jruby.compat.version ` : Set to "1.8" or "1.9" to make JRuby run a specific
213- version of Ruby (same as the --1.8 / --1.9 command line flags).
214212- ` jruby.min.runtimes ` : For non-threadsafe Rails applications using a runtime
215213 pool, specify an integer minimum number of runtimes to hold in the pool.
216214- ` jruby.max.runtimes ` : For non-threadsafe Rails applications, an integer
0 commit comments