-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
apiAffects the public APIAffects the public APIenhancementAdditions or updates to featuresAdditions or updates to features
Milestone
Description
As @ppkarwasz hints here in #2104,
I would just drop (and document) the support for the
ThreadLocals.enable
.Unless I am mistaken it was only used in the recycling process, setting
ThreadLocals.enable=false
never disabled all thread locals. For exampleThreadContext
still used them. TheThreadLocals.enable
property seems misleading and deprecated, sinceRecycler.factory
replaces it.
Hence this ticket.
Metadata
Metadata
Assignees
Labels
apiAffects the public APIAffects the public APIenhancementAdditions or updates to featuresAdditions or updates to features