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

Add HOCON support to MP config profiles #4142

Closed
barchetta opened this issue Apr 19, 2022 · 3 comments
Closed

Add HOCON support to MP config profiles #4142

barchetta opened this issue Apr 19, 2022 · 3 comments
Assignees
Labels
Milestone

Comments

@barchetta
Copy link
Member

barchetta commented Apr 19, 2022

Environment Details

  • Helidon Version: 2.5.0
  • Helidon MP

Problem Description

Currently you must use a custom builder to use HOCON config sources based on Helidon SE APIs. This request is to enhance our MicroProfile Config Profile feature to support HOCON config sources, similar to what we do with YAML (have a HOCON config source and support for MP meta configuration and profiles).

@barchetta barchetta added this to the 2.5.1 milestone Apr 19, 2022
@m0mus m0mus added enhancement New feature or request P3 labels Apr 21, 2022
@klustria klustria self-assigned this Apr 21, 2022
@trentjeff trentjeff added the OCI label May 10, 2022
@klustria
Copy link
Member

This is currently being tackled in #4218.

@klustria
Copy link
Member

As part of this change, meta-config was refactored to become a service provider and in the process can now allow users to create their own custom meta-config. The hocon for mp feature was added as a meta-config service provider so users can have their hocon or json config files as config sources.

@klustria
Copy link
Member

Implemented via PR #4218.

@m0mus m0mus added this to Backlog Aug 12, 2024
@m0mus m0mus moved this to Closed in Backlog Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

5 participants