Spring Boot properties app throws NPE when endpoint accessed since Quarkus 3.18.1 #46341
Labels
area/config
area/native-image
area/spring
Issues relating to the Spring integration
kind/bug
Something isn't working
Milestone
Describe the bug
Spring Boot properties app throws NPE when endpoint accessed since Quarkus 3.18.1
This issue was noticed by experiments after #46172 was fixed
So to reproduce this issue one needs to use explicitly 3.18.1 or the latest main. 3.18.2 and 3.18.3 can't be used because of #46172 issue which applies to 3.18.2+
Expected behavior
Application starts in native and provides the same content as in JVM mode.
Actual behavior
Application starts in native but provides NPE when endpoint is accessed
How to Reproduce?
Output of
uname -a
orver
macOS 15.3.1
Output of
java -version
Java 21
Mandrel or GraalVM version (if different from Java)
23.1.5.r21-mandrel
Quarkus version or git rev
3.18.1 or the latest main
Build tool (ie. output of
mvnw --version
orgradlew --version
)Maven 3.9.8
Additional information
No response
The text was updated successfully, but these errors were encountered: