@@ -6,7 +6,7 @@ JRuby-Rack supports Rails as well as any Rack-compatible Ruby web framework.
6
6
7
7
For more information on Rack, visit http://rack.github.io/ .
8
8
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
10
10
[ 1.1-stable] ( https://github.com/jruby/jruby-rack/tree/1.1-stable ) branch for
11
11
current stable 1.1.x releases.**
12
12
@@ -15,11 +15,14 @@ current stable 1.1.x releases.**
15
15
16
16
## Compatibility
17
17
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)
20
25
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.
23
26
24
27
## Getting Started
25
28
@@ -277,7 +280,7 @@ provided *config.ru* the bundled (latest) version of Rack will get loaded.
277
280
Use ** rack.version** to specify the Rack gem version to be loaded before rackup :
278
281
279
282
# 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)
281
284
282
285
Or the equivalent of doing ` bundle exec rackup ... ` if you're using Bundler :
283
286
0 commit comments