Skip to content

Releases: smallrye/smallrye-config

3.1.2

01 Feb 17:24
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag 3.1.2

2.13.2

01 Feb 16:59
Compare
Choose a tag to compare
  • #883 Guard against empty property names
  • #881 Convert .env property names with Environment variable names rules
  • #880 Ignore Properties that cannot be represented by a String
  • #876 Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8
  • #875 Bump maven-surefire-report-plugin from 3.0.0-M7 to 3.0.0-M8
  • #874 Bump surefire-testng from 3.0.0-M7 to 3.0.0-M8
  • #873 Bump surefire-junit-platform from 3.0.0-M7 to 3.0.0-M8
  • #872 Streamline ConfigMapping API
  • #871 unwrap config instead of just cast
  • #869 Remove @experimental from stable APIs

2.12.3

18 Jan 11:31
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag 2.12.3

3.1.1

20 Dec 19:12
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag 3.1.1

2.13.1

20 Dec 18:50
Compare
Choose a tag to compare
  • #864 Support @WithConverter in Optional
  • #863 Prevent erroneous validation failure for primitive type conversion
  • #862 Bump docker-maven-plugin from 0.40.2 to 0.40.3
  • #861 Add test for Kotlin Collections
  • #858 Use snakeyaml SafeConstructor
  • #857 Fix Map keys conversion with multiple levels and different types
  • #855 Support @WithConverter in Map key and value
  • #854 Bump kotlin.version from 1.7.21 to 1.7.22

2.9.3

09 Dec 12:36
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag 2.9.3

3.1.0

24 Nov 18:56
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag 3.1.0

2.13.0

24 Nov 16:16
Compare
Choose a tag to compare
  • #848 Use Testing BOM
  • #843 Bump kotlin.version from 1.7.20 to 1.7.21
  • #842 Remove interceptors constructors that use the interceptor context
  • #841 Change secret keys docs to recommend registering an interceptor
  • #840 Bump version.curator from 5.3.0 to 5.4.0
  • #839 Bump maven-shade-plugin from 3.4.0 to 3.4.1
  • #838 Bump smallrye-common-bom from 1.13.1 to 1.13.2
  • #837 Bump smallrye-parent from 36 to 37
  • #836 A few typo fixes in the docs
  • #835 @withname consistent behaviour when name is dotted
  • #834 Bump asm from 9.3 to 9.4
  • #832 Bump kotlin.version from 1.7.10 to 1.7.20
  • #831 Bump snakeyaml from 1.32 to 1.33
  • #830 Support multiple profile properties
  • #829 Validate @WithConverter type
  • #827 Support an associated mapping in a ConfigSourceFactory

2.12.2

22 Nov 13:35
Compare
Choose a tag to compare

2.12.1

20 Sep 09:32
Compare
Choose a tag to compare
  • #824 Recursively ignore mapping path
  • #823 Bump maven-shade-plugin from 3.3.0 to 3.4.0
  • #822 Bump hibernate-validator from 6.2.4.Final to 6.2.5.Final
  • #821 Bump snakeyaml from 1.31 to 1.32
  • #818 Properly support nested maps in maps
  • #817 Support quoted keys in getValuesAsMap
  • #815 Validate maps and collections completely
  • #814 Use the root locale during the validation tests