Property quarkus.test.native-image-profile
not working correctly anymore
#36073
Labels
quarkus.test.native-image-profile
not working correctly anymore
#36073
Describe the bug
We use the property
quarkus.test.native-image-profile=test
so that for theintegrationTests
the runtime-properties are used the same as for the test profile.In the application properties this looks as following:
With Quarkus 3.4.1 this now fails the integration tests with follwing message:
Expected behavior
With Quarkus 3.3.3 this worked correctly, reading the
value.test
for the integration tests.Actual behavior
No response
How to Reproduce?
Reproducer:
https://github.com/joggeli34/quarkus-demo
gradlew quarkusIntTests -Dquarkus.package.type=native
Output of
uname -a
orver
No response
Output of
java -version
17
GraalVM version (if different from Java)
22.3-java17
Quarkus version or git rev
3.4.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: