Skip to content

Commit 389e935

Browse files
committed
Migrate Quarkus-interop tests from extensions/extensions-jvm to integration-tests/integration-tests-jvm
Migrate QuarkusUnitTest-based tests that cover interoperability with Quarkus or non-Camel transitives out of the deployment modules and into their respective integration-tests modules using @QuarkusTest + @testprofile, so that they can be exercised when running the test suite against alternate Quarkus platform BOMs. quartz (integration-tests/quartz): - Migrated: QuartzNotAutowiredTest, QuartzNoQuarkusSchedulerAutowiredTest, QuartzQuarkusSchedulerAutowiredTest, QuartzQuarkusSchedulerNotAutowiredTest, QuartzQuarkusCustomSchedulerAutowiredTest, QuartzQuarkusSchedulerAutowiredWithSchedulerBeanTest - Not migrated: QuartzQuarkusSchedulerAmbiguousAutowiredTest (startup failure asserted via setExpectedException, no @QuarkusTest equivalent)
1 parent 583c919 commit 389e935

18 files changed

Lines changed: 420 additions & 348 deletions

extensions/quartz/deployment/src/test/java/org/apache/camel/quarkus/component/quartz/deployment/QuartzNoQuarkusSchedulerAutowiredTest.java

Lines changed: 0 additions & 44 deletions
This file was deleted.

extensions/quartz/deployment/src/test/java/org/apache/camel/quarkus/component/quartz/deployment/QuartzNotAutowiredTest.java

Lines changed: 0 additions & 45 deletions
This file was deleted.

extensions/quartz/deployment/src/test/java/org/apache/camel/quarkus/component/quartz/deployment/QuartzQuarkusCustomSchedulerAutowiredTest.java

Lines changed: 0 additions & 58 deletions
This file was deleted.

extensions/quartz/deployment/src/test/java/org/apache/camel/quarkus/component/quartz/deployment/QuartzQuarkusSchedulerAutowiredTest.java

Lines changed: 0 additions & 45 deletions
This file was deleted.

extensions/quartz/deployment/src/test/java/org/apache/camel/quarkus/component/quartz/deployment/QuartzQuarkusSchedulerAutowiredWithSchedulerBeanTest.java

Lines changed: 0 additions & 75 deletions
This file was deleted.

extensions/quartz/deployment/src/test/java/org/apache/camel/quarkus/component/quartz/deployment/QuartzQuarkusSchedulerNotAutowiredTest.java

Lines changed: 0 additions & 45 deletions
This file was deleted.

extensions/quartz/deployment/src/test/resources/application-configuration-not-autowired.properties

Lines changed: 0 additions & 17 deletions
This file was deleted.

extensions/quartz/deployment/src/test/resources/application-configuration-quarkus-scheduler-not-autowired.properties

Lines changed: 0 additions & 18 deletions
This file was deleted.

integration-tests/quartz/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
</dependency>
6666
</dependencies>
6767

68-
6968
<profiles>
7069
<profile>
7170
<id>native</id>

0 commit comments

Comments
 (0)