Details
-
Task
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
-
Cloud Service 16
-
1
Description
Add support to Optional<T> for the annotations @ConfigProperty and @ConfigProperties provided by the implementation of microprofile for Guice.
- The properties Optional<T> annotated with @ConfigProperty will will be set with Optional.empty when missing the property or defaultValue has no value. Otherwise will be set with the value of the property.
- The properties Optional<T> annotated with @ConfigProperties will be set with Optional.empty when missing properties prefixed with the prefix of the bean. Otherwise will be set with the value of the property.
Checklists
Acceptance criteria