@@ -6,20 +6,23 @@ 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
13
13
[ ![ Gem Version] ( https://badge.fury.io/rb/jruby-rack.png )] [ 8 ]
14
- [ ![ Build Status] [ 9 ]] ( http ://travis-ci.org /jruby/jruby-rack)
14
+ [ ![ Build Status] ( https ://github.com /jruby/jruby-rack/actions/workflows/maven.yml/badge.svg )] [ 9 ]
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
@@ -349,4 +352,4 @@ More information at the [wiki][5] or ask us at **#jruby**'s IRC channel.
349
352
[ 4 ] : https://github.com/jruby/jruby-rack/issues
350
353
[ 5 ] : https://wiki.github.com/jruby/jruby-rack
351
354
[ 8 ] : http://badge.fury.io/rb/jruby-rack
352
- [ 9 ] : https://secure.travis-ci.org /jruby/jruby-rack.png?branch=master
355
+ [ 9 ] : https://github.com /jruby/jruby-rack/actions/workflows/maven.yml
0 commit comments