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: CDI bridge for service registry + config factory improvements #9845

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

tomas-langer
Copy link
Member

@tomas-langer tomas-langer commented Feb 26, 2025

Resolves #9849

Description

Add support for injection of io.helidon.config.Config
Reduce weight of the config factory, so it can be easily overridden
Fix error in javadoc of GlobalConfig
Update test to validate the change

@tomas-langer tomas-langer added config 4.x Version 4.x declarative Helidon Declarative labels Feb 26, 2025
@tomas-langer tomas-langer added this to the 4.2.0 milestone Feb 26, 2025
@tomas-langer tomas-langer self-assigned this Feb 26, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 26, 2025
@tomas-langer
Copy link
Member Author

This uncovered a problem with the CDI bridge, where we may add duplicate beans to CDI. I will resolve the problem asap.

@barchetta barchetta modified the milestones: 4.2.0, 4.2.1 Feb 27, 2025
Reduce weight of the config factory, so it can be easily overridden
Fix error in javadoc of GlobalConfig
Update test to validate the new feature
- updated service registry extension to fix a few discovered issues
@tomas-langer tomas-langer force-pushed the inject-config-improvements branch from 1bc58aa to ff7d85e Compare March 4, 2025 22:15
@tomas-langer tomas-langer changed the title 4.x: Config factory improvements for injection 4.x: CDI bridge for service registry + config factory improvements Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x config declarative Helidon Declarative 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: CDI Bridge for Service registry
2 participants