Skip to content

Commit bbab5a9

Browse files
committed
[chore] Remove deprecated LazyEnv and Env types
1 parent 7503001 commit bbab5a9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

History.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
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

src/main/ruby/rack/handler/servlet.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
5351
end

0 commit comments

Comments
 (0)