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

4.x: Global Service Registry support in tests #9656

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

tomas-langer
Copy link
Member

Resolves #9186

Testing support for Service registry.
This change ensures that all tests are run in a specific "common Context" that holds the current global ServiceRegistry.
This way each test class has its own global ServiceRegistry instance that does not interfere with other test classes.

@tomas-langer tomas-langer added the 4.x Version 4.x label Jan 16, 2025
@tomas-langer tomas-langer added this to the 4.2.0 milestone Jan 16, 2025
@tomas-langer tomas-langer self-assigned this Jan 16, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 16, 2025
This change ensures that all tests are run in a specific "common Context" that holds the current global `ServiceRegistry`.
This way each test class has its own global `ServiceRegistry` instance that does not interfere with other test classes.
@romain-grecourt romain-grecourt merged commit 643a742 into helidon-io:main Jan 22, 2025
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4.x: Global values update
2 participants