Skip to content

Releases: smallrye/smallrye-config

1.6.2

24 Feb 13:12
Compare
Choose a tag to compare
  • #239 - [CVE-2020-1729] Ensure utility methods wrapping doPrivileged calls are not publicly available.
  • #240 - Make serialization of implicit converters more flexible and secure

1.6.1

10 Feb 11:22
Compare
Choose a tag to compare
  • Wrap primitive types before looking up converters for them
  • Add ConverterTest for Integer/int custom converter

1.6.0 - MP Config 1.4 support

06 Feb 18:03
Compare
Choose a tag to compare
  • ConfigInjectionBean not registered for javax.inject.Provider
  • Find implicit converters per microprofile/microprofile-config#383
  • NullPointerException when application.yaml is empty
  • Add SmallRyeConfigBuilder.withSources(Collection)
  • Moved to Parent POM 16. The Parent POM has an updated Arquillian dependency to fix the required https connection with Maven Central
  • Add Byte Converter
  • CDI Producers for Byte, Short and Character
  • Fix for Issue 231, FileSystemConfigSource no longer works with ConfigMap
  • Updated MP Config API to 1.4