Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [microprofile-dev] Default ConfigSource microprofile-config.properties ?

Hi Rebecca,

microprofile-config.properties is a default configsource provided by MP Config. In the spec, it states the following:

A MicroProfile Config implementation must provide ConfigSources for the following data out of the box:

  • System properties (default ordinal=400).

  • Environment variables (default ordinal=300).

  • A ConfigSource for each property file META-INF/microprofile-config.properties found on the classpath. (default ordinal = 100).

I am not sure where your confusion is from. Can you do a screenshot?

Thanks

Emily

On Thu, Jun 4, 2020 at 8:07 PM Rebecca Searls <rsearls@xxxxxxxxxx> wrote:
In section Default ConfigSources is it just a formating error that makes it look
like a "Default ConfigSource" is not required for microprofile-config.properties

System properties and Environment variables are highlighted with black
bullet dots.  The reference to microprofile-config.properties is indented
with a circle bullet dot.

I'm assuming all providers must provide a ConfigProvider for it?
Am I interpreting this correctly?
_______________________________________________
microprofile-dev mailing list
microprofile-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/microprofile-dev


--
Thanks
Emily


Back to the top