-
Bug
-
Resolution: Done
-
Major
-
7.59.0.Final
-
None
-
False
-
False
-
NEW
-
NEW
-
Due to the following issues found on Quarkus 2.2.0/2.2.1 while running integration tests, we have to avoid using the default QuarkusIntegrationTests framework and use the cargo plugin for now.
- Custom system properties are ignored by @QuarkusIntegrationTest #20318 - https://github.com/quarkusio/quarkus/issues/20318
- Logging doesn't work on integration test (@QuarkusIntegrationTest) #20303- https://github.com/quarkusio/quarkus/issues/20303
- QuarkusTestResourceLifecycleManager is not called when used in QuarkusIntegrationTest annotated classes #20205 - https://github.com/quarkusio/quarkus/issues/20205
Most of these issues should be resolved in Quarkus 2.3.0 version, though the first one is not fixed
Also, we no longer need the different database profiles, so they need to be removed.