Java Camel Quarkus Unit Testing
Writing unit tests for Apache Camel routes
I have migrated a Spring Boot Camel application to Quarkus Camel and discovered that the unit tests required reworking due to the differences in CDI between Spring Boot and Quarkus.