File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
## 1.2.3
2
2
3
- - Adds basic compatibility with JRuby 10.0
3
+ - avoid warnings due usage of ` File.exists? `
4
+ - Fix Rails 7.1 compatibility by ensuring active_support is required before railtie
5
+ - Workaround logger require issues with concurrent-ruby 1.3.5 and older Rails versions
6
+ - Workaround NameError frozen string literal issues with JRuby 9.3 and Rails 5.2/6.0
7
+ - Use non-public lookup to avoid classloader issues (#268 )
8
+ - visibility changes to ensure they can be run on Java 17+ as well without using reflection hack
9
+ - Fix ERB deprecation warning
10
+ - Fix new loggers to avoid logging at multiple levels
4
11
- update (bundled) rack to 2.2.15
5
12
- Corrects Rack 2.x compatibility when used with modern Rails, and requires Rack 2.x going forward
6
13
- forward ports all 1.1.x fixes to the 1.2.x stream which were omitted in 1.2.2 release (#262 )
Original file line number Diff line number Diff line change 10
10
11
11
<groupId >org.jruby.rack</groupId >
12
12
<artifactId >jruby-rack</artifactId >
13
- <version >1.2.3-SNAPSHOT </version >
13
+ <version >1.2.3</version >
14
14
<name >JRuby-Rack</name >
15
15
<url >https://github.com/jruby/jruby-rack/</url >
16
16
<description >
Original file line number Diff line number Diff line change 8
8
9
9
module JRuby
10
10
module Rack
11
- VERSION = '1.2.2 '
11
+ VERSION = '1.2.3 '
12
12
end
13
13
end
You can’t perform that action at this time.
0 commit comments