Skip to content

2.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 00:21
· 689 commits to main since this release
  • #534 Add configuration to enable / disable unknown properties in mappings.
  • #531 Improved additional locations documentation.
  • #530 Fix validation to verify that a property name is present in a ConfigMapping root.
  • #529 Bump smallrye-common-bom from 1.5.0 to 1.6.0
  • #528 Don't directly search WEB-INF/classes for config properties files
  • #526 Fix ConfigMap example. Multiple ServiceLoader files in dependencies require shade plugin.
  • #525 Fix formatting
  • #524 Improved documentation for ConfigSourceFactory.
  • #522 Duplicate microprofile-config.properties ConfigSoucres from Config.getConfigSources()
  • #521 Print causing exception of ConfigValidationException
  • #519 @WithParentName not working with Collections.
  • #517 ConfigMappings with single List of objects can't be processed
  • #515 Do not leak java.lang.ProcessEnvironment.
  • #514 Support indexed properties CDI injection.
  • #512 Bump smallrye-parent from 25 to 26
  • #511 Bump snakeyaml from 1.27 to 1.28
  • #510 Fix ConfigMapping maps in group.
  • #509 Test multiple YAML indentations.
  • #504 Add more Exception messages for Config.getValue()