Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

MicroProfile/Development/DesignDocs

< MicroProfile‎ | Development
Revision as of 16:28, 26 January 2024 by Jclingan.redhat.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Config Issues to be considered for next release 1. Ordinal ordering 2. Injection property - the following inject is static only and will not work for dynamic sources @Inject @ConfigProperty("myProp") Integer myValue;

Back to the top