Spring Boot properties fail to find a property in native since 3.18.2 after SmallRye Config bump to 3.11.2 #46172
Labels
area/config
area/smallrye
area/spring
Issues relating to the Spring integration
kind/bug
Something isn't working
Describe the bug
I have a Quarkus application where I use Spring Boot properties. It works in JVM just fine, but after #46032 I can see that native fails to start. I have verified that with SmallRye Config 3.11.1, things work as expected.
Expected behavior
Application starts in native.
Actual behavior
Application fails to start with
Failed to load config value of type java.util.List<java.lang.String> for: lists.strings
.How to Reproduce?
Steps to reproduce the behavior:
Output of
uname -a
orver
Fedora
Output of
java -version
Temurin 21
Quarkus version or git rev
3.18.2 +
Build tool (ie. output of
mvnw --version
orgradlew --version
)mvn 3.9.9
Additional information
No response
The text was updated successfully, but these errors were encountered: