|
1 | 1 | # JRuby-Rack
|
2 | 2 |
|
3 | 3 | JRuby-Rack is a lightweight adapter for the Java Servlet environment that allows
|
4 |
| -any Rack-based application to run unmodified in a Java Servlet container. |
| 4 | +any (Ruby) Rack-based application to run unmodified in a Java Servlet container. |
5 | 5 | JRuby-Rack supports Rails as well as any Rack-compatible Ruby web framework.
|
6 | 6 |
|
7 |
| -For more information on Rack, visit http://rack.rubyforge.org. |
| 7 | +For more information on Rack, visit http://rack.github.io/. |
8 | 8 |
|
9 |
| -**NOTE:** JRuby-Rack 1.1.x aims to be compatible with JRuby 1.6/1.7, the next |
10 |
| -major version of ours (likely 1.2.x) will be compatible with JRuby 1.7+ only. |
| 9 | +**This README (master) targets JRuby-Rack 1.2 (unreleased) please use the |
| 10 | +[1.1-stable](https://github.com/jruby/jruby-rack/tree/1.1-stable) branch for |
| 11 | +current stable 1.1.x releases.** |
11 | 12 |
|
12 |
| -[![Build Status][0]](http://travis-ci.org/jruby/jruby-rack) |
| 13 | +[][8] |
| 14 | +[![Build Status][9]](http://travis-ci.org/jruby/jruby-rack) |
13 | 15 |
|
14 | 16 | ## Compatibility
|
15 | 17 |
|
16 |
| -JRuby-Rack 1.1.x aims to be compatible with JRuby 1.6 as well as 1.7 (we do |
17 |
| -recommend 1.7), Generally, any container that supports Java Servlet >= 2.5 |
18 |
| -(JavaEE 5) specification is supported. |
| 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. |
| 20 | + |
| 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. |
19 | 23 |
|
20 | 24 | ## Getting Started
|
21 | 25 |
|
@@ -330,17 +334,12 @@ package and push the .jar every time a commit changes a source file).
|
330 | 334 | ## Support
|
331 | 335 |
|
332 | 336 | Please use [github][4] to file bugs, patches and/or pull requests.
|
333 |
| -More information at the [wiki][5] or ask us at the #jruby IRC channel. |
334 |
| - |
335 |
| -<<<<<<< HEAD |
336 |
| -If you need more in-depth help (e.g. migrating/resolving application specific |
337 |
| -JRuby/JRuby-Rack issues) feel free to contact [kares](https://github.com/kares). |
| 337 | +More information at the [wiki][5] or ask us at **#jruby**'s IRC channel. |
338 | 338 |
|
339 |
| -======= |
340 |
| ->>>>>>> 1.1-stable |
341 |
| -[0]: https://secure.travis-ci.org/jruby/jruby-rack.png?branch=master |
342 |
| -[1]: http://caldersphere.rubyforge.org/warbler |
343 |
| -[2]: http://repository.codehaus.org/org/jruby/rack/jruby-rack/ |
| 339 | +[1]: https://github.com/jruby/warbler#warbler-- |
| 340 | +[2]: https://oss.sonatype.org/content/repositories/releases/org/jruby/rack/jruby-rack/ |
344 | 341 | [3]: https://github.com/trinidad/trinidad
|
345 | 342 | [4]: https://github.com/jruby/jruby-rack/issues
|
346 | 343 | [5]: https://wiki.github.com/jruby/jruby-rack
|
| 344 | +[8]: http://badge.fury.io/rb/jruby-rack |
| 345 | +[9]: https://secure.travis-ci.org/jruby/jruby-rack.png?branch=master |
0 commit comments