File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/main/ruby/rack/handler Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 66- Drop unnecessary ` jruby.compat.version ` and ` RackConfig.getCompatVersion() ` API
77- Drop JMS support
88- Drop deprecated ` RackLogger ` string (level) constants
9- - Drop ` jruby.rack.jruby.version ` and ` jruby.rack.rack.release ` keys from rack ` env ` Hhsh
9+ - Drop ` jruby.rack.jruby.version ` and ` jruby.rack.rack.release ` keys from rack ` env ` Hash
10+ - Drop deprecated ` Rack::Handler::Servlet::Env ` and ` Rack::Handler::Servlet::LazyEnv ` types (replaced by ` DefaultEnv ` )
1011- Change context listener to throw, in case of an exception during initialization, by default
1112- Change rails context listener to assume a thread-safe application by default
1213- update (bundled) rack to 2.2.17
Original file line number Diff line number Diff line change @@ -47,7 +47,5 @@ def self.response=(klass)
4747 end
4848
4949 end
50- # @deprecated backwards compatibility
51- LazyEnv = Env = Servlet ::DefaultEnv
5250 end
5351end
You can’t perform that action at this time.
0 commit comments