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

Provide MP config profile support for application.yaml (#5565) #5586

Merged

Conversation

klustria
Copy link
Member

@klustria klustria commented Dec 2, 2022

Change includes the following:

  1. Create a new interface MpConfigSourceProvider that extends ConfigSourceProvider and adds profile support.
  2. Use MpConfigSourceProviderWithProfile as the provider for Java Service Loader when processing application.yaml.
  3. Added unit tests to exercise setting of mp.config.profile using system property or config source.

Change includes the following:
1. Create a new interface MpConfigSourceProvider that extends ConfigSourceProvider and adds profile support.
2. Use MpConfigSourceProviderWithProfile as the provider for Java Service Loader when processing application.yaml.
3. Added unit tests to exercise setting of mp.config.profile using system property or config source.
@klustria klustria added the 4.x Version 4.x label Dec 2, 2022
@klustria klustria self-assigned this Dec 2, 2022
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 2, 2022
@klustria
Copy link
Member Author

klustria commented Dec 2, 2022

Will resolve backport request #5583

@klustria klustria merged commit 2b00b7e into helidon-io:main Dec 2, 2022
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.

2 participants