File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 1.1.22
2+
3+ - compile using Java 6 source compat
4+ - update (bundled) rack to 1.6.13
5+ - avoid NativeException - not used on recent JRuby
6+ - avoid Fixnum warning - assume recent JRuby
7+ - Add error message to log when runtime error is handled (#213 )
8+
19## 1.1.21 (17/09/17)
210
311- update (bundled) rack to 1.6.8
412- add Rack::Handler::Servlet::DefaultEnv#get_header (#212 )
513 missing methods to handle ActionController::Base#reset_session
6- - can only safely stream natively on ActionDispatch <= 3.2 (#210 )
14+ - can only safely stream natively on ActionDispatch <= 3.2 (#210 )
715 (broken Rails streaming for Rails 4.x)
816- when handling OPTION calls ignore both 'Date' and 'Allow' headers (#205 )
917
Original file line number Diff line number Diff line change 1010
1111 <groupId >org.jruby.rack</groupId >
1212 <artifactId >jruby-rack</artifactId >
13- <version >1.1.22-SNAPSHOT </version >
13+ <version >1.1.22</version >
1414 <name >JRuby-Rack</name >
1515 <url >http://github.com/jruby/jruby-rack/</url >
1616 <description >
355355 </profiles >
356356
357357</project >
358-
Original file line number Diff line number Diff line change 88
99module JRuby
1010 module Rack
11- VERSION = '1.1.22.SNAPSHOT '
11+ VERSION = '1.1.22'
1212 end
1313end
You can’t perform that action at this time.
0 commit comments