Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UIMA-6400] UimaContextHolder threadlocal can leak #161

Conversation

reckart
Copy link
Member

@reckart reckart commented Dec 13, 2021

  • Use a weak reference for the context in the context holder by default so that threads that are inheriting the context holder don't prevent the context from being garbage collected

- Use a weak reference for the context in the context holder by default so that threads that are inheriting the context holder don't prevent the context from being garbage collected
@reckart reckart added the 🦟 Bug Something isn't working label Dec 13, 2021
@reckart reckart added this to the 3.2.1 milestone Dec 13, 2021
@reckart reckart self-assigned this Dec 13, 2021
@reckart reckart merged commit 64fbcd2 into maintenance/3.2.x Dec 13, 2021
@reckart reckart modified the milestones: 3.2.1, 3.3.0 May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦟 Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant