@@ -6,7 +6,7 @@ JRuby-Rack supports Rails as well as any Rack-compatible Ruby web framework.
66
77For more information on Rack, visit http://rack.github.io/ .
88
9- ** This README (master) targets JRuby-Rack 1.2 (unreleased) please use the
9+ ** This README (master) targets JRuby-Rack 1.2. Please use the
1010[ 1.1-stable] ( https://github.com/jruby/jruby-rack/tree/1.1-stable ) branch for
1111current stable 1.1.x releases.**
1212
@@ -15,11 +15,14 @@ current stable 1.1.x releases.**
1515
1616## Compatibility
1717
18- JRuby-Rack 1.1.x aims to be compatible with JRuby >= 1.6.4 (we recommend 1.7.x),
19- Generally, any container that supports Java Servlet >= 2.5 (JEE 5) is supported.
18+ JRuby-Rack 1.2.x
19+ - aims to be compatible with JRuby >= 9.3 and its supported JDK versions
20+ - supports any container compatible with Java Servlet 3.0 API
21+
22+ JRuby-Rack 1.1.x
23+ - aims to be compatible with JRuby >= 1.6.4 (used successfully through JRuby 9.4.x)
24+ - supports any container compatible with Java Servlet 2.5 API (JEE 5)
2025
21- JRuby-Rack 1.2.x is expected to officially support JRuby >= 1.7.10 and will be
22- compiled against the Java Servlet 3.0 API.
2326
2427## Getting Started
2528
@@ -277,7 +280,7 @@ provided *config.ru* the bundled (latest) version of Rack will get loaded.
277280Use ** rack.version** to specify the Rack gem version to be loaded before rackup :
278281
279282 # encoding: UTF-8
280- # rack.version: ~>1.3.6 (before code is loaded gem '~>1.3.6 ' will be called)
283+ # rack.version: ~>2.2.10 (before code is loaded gem '~>2.2.10 ' will be called)
281284
282285Or the equivalent of doing ` bundle exec rackup ... ` if you're using Bundler :
283286
0 commit comments