Skip to content

Auto-port 5.0: Deprecate ObjectCleaner and remove usage#16686

Merged
normanmaurer merged 1 commit into
5.0from
auto-port-pr-16685-to-5.0
Apr 23, 2026
Merged

Auto-port 5.0: Deprecate ObjectCleaner and remove usage#16686
normanmaurer merged 1 commit into
5.0from
auto-port-pr-16685-to-5.0

Conversation

@netty-project-bot
Copy link
Copy Markdown
Contributor

Auto-port of #16685 to 5.0
Cherry-picked commit: 94c8015


Motivation:
FastThreadLocal doesn't use ObjectCleaner anymore, but tests make assertions on it, and occasionally fail.

Modification:
Remove FastThreadLocalTest tests that rely on ObjectCleaner. Deprecate ObjectCleaner.

Result:
No more test failures from those tests, and appropriately signal intent to remove ObjectCleaner.

Motivation:
FastThreadLocal doesn't use ObjectCleaner anymore, but tests make
assertions on it, and occasionally fail.

Modification:
Remove FastThreadLocalTest tests that rely on ObjectCleaner. Deprecate
ObjectCleaner.

Result:
No more test failures from those tests, and appropriately signal intent
to remove ObjectCleaner.

(cherry picked from commit 94c8015)
@normanmaurer normanmaurer merged commit 9ca4dba into 5.0 Apr 23, 2026
12 of 13 checks passed
@normanmaurer normanmaurer deleted the auto-port-pr-16685-to-5.0 branch April 23, 2026 16:47
@normanmaurer normanmaurer added this to the 5.0.0.Final milestone Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants