Skip to content

Commit 63b372e

Browse files
authored
chore: update comaptibility to a table style
1 parent 0711d3e commit 63b372e

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

README.rdoc

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,18 @@ all of your application files for deployment to a Java environment.
88
Warbler provides a sane set of out-of-the box defaults that should allow most
99
Ruby applications to assemble and Just Work.
1010

11-
Version 2.1.x of Warbler supports versions of JRuby from 9.4 to 10.0.
12-
13-
Version 2.0.x (EOL) of Warbler supports versions of JRuby from 9.2 to 9.3.
14-
15-
Version 1.4.x (EOL) of Warbler supports versions of JRuby up to 1.7.x.
11+
== Compatibility
12+
13+
Warbler Status JRuby Java Jruby-Rack Rails Notes
14+
------- ---------- ---------- ---- ---------- --------- ----------------------------------------------
15+
2.1 Maintained 9.4 → 10.1 8+ 1.2 → 1.3 5.0 → 8.0 Rails 8.1 may be OK with pure Ruby webservers.
16+
2.0 EOL 9.2 → 9.3 6+ 1.1 → 1.2 → 6.1
17+
1.4 EOL 1.1 → 1.7 5+ ? ?
18+
19+
For running wars with specific Java web servers, consult jruby-rack compatibility (
20+
{master}[https://github.com/jruby/jruby-rack/tree/master],
21+
{1.2-stable}[https://github.com/jruby/jruby-rack/tree/1.2-stable],
22+
{1.1-stable}[https://github.com/jruby/jruby-rack/tree/1.1-stable] ).
1623

1724
== Getting Started
1825

0 commit comments

Comments
 (0)