Generated projects are using @NativeImageTest
, @QuarkusIntegrationTest
should be pushed.
#22560
Labels
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/testing
kind/bug
Something isn't working
Milestone
Describe the bug
Generated projects are using
@NativeImageTest
,@QuarkusIntegrationTest
should be pushed.@QuarkusIntegrationTest
was introduced with Quarkus 1.13, in guides (e.g. https://quarkus.io/guides/getting-started-testing#native-executable-testing) is mentioned as the way forward.I think newly generated applications should use
@QuarkusIntegrationTest
at least for native testing.Expected behavior
Generated projects are using
@QuarkusIntegrationTest
for native testing.Actual behavior
Generated projects are using
@NativeImageTest
.How to Reproduce?
Generate application using code.quarkus || quarkus cli || maven plugin.
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
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: