Skip to content

Commit

Permalink
Remove deprecated ActiveSupport::PerThreadRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Mar 3, 2023
1 parent 049dfd4 commit 4eb6441
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 83 deletions.
4 changes: 4 additions & 0 deletions activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
* Remove deprecated `ActiveSupport::PerThreadRegistry`.

*Rafael Mendonça França*

* Remove deprecated override of `Enumerable#sum`.

*Rafael Mendonça França*
Expand Down
1 change: 0 additions & 1 deletion activesupport/lib/active_support.rb
Expand Up @@ -51,7 +51,6 @@ module ActiveSupport
autoload :IsolatedExecutionState
autoload :Notifications
autoload :Reloader
autoload :PerThreadRegistry
autoload :SecureCompareRotator

eager_autoload do
Expand Down
65 changes: 0 additions & 65 deletions activesupport/lib/active_support/per_thread_registry.rb

This file was deleted.

17 changes: 0 additions & 17 deletions activesupport/test/per_thread_registry_test.rb

This file was deleted.

2 changes: 2 additions & 0 deletions guides/source/7_1_release_notes.md
Expand Up @@ -140,6 +140,8 @@ Please refer to the [Changelog][active-support] for detailed changes.

* Remove deprecated override of `Enumerable#sum`.

* Remove deprecated `ActiveSupport::PerThreadRegistry`.

### Deprecations

### Notable changes
Expand Down

0 comments on commit 4eb6441

Please sign in to comment.