Fix setup of test execution context in ThreadLocal by slawekjaranowski · Pull Request #96 · codehaus-plexus/plexus-testing

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@slawekjaranowski

Copy link Copy Markdown

Member

  • ThreadLocal must be set in setupContainer, such beforeEach method is not called by child implementation
  • cleanups ThreadLocal by junit - use AutoClosable
- ThreadLocal must be set in setupContainer, such beforeEach method is not called by child implementation
- cleanups ThreadLocal by junit - use AutoClosable

@slawekjaranowski slawekjaranowski added the bug

Something isn't working

label

Oct 27, 2025

@slawekjaranowski slawekjaranowski self-assigned this

Oct 27, 2025

@slawekjaranowski slawekjaranowski merged commit b37ca9e into master

Oct 27, 2025

16 of 22 checks passed

@slawekjaranowski slawekjaranowski deleted the fix-thread-local branch

October 27, 2025 20:26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Labels

bug

Something isn't working

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@slawekjaranowski