Commit 389e935
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
File tree
- extensions/quartz/deployment/src/test
- java/org/apache/camel/quarkus/component/quartz/deployment
- resources
- integration-tests/quartz
- src
- main/java/org/apache/camel/quarkus/component/quartz/it
- test/java/org/apache/camel/quarkus/component/quartz/it
Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 0 additions & 45 deletions
This file was deleted.
Lines changed: 0 additions & 58 deletions
This file was deleted.
Lines changed: 0 additions & 45 deletions
This file was deleted.
Lines changed: 0 additions & 75 deletions
This file was deleted.
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.
Lines changed: 0 additions & 18 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
0 commit comments