davsclaus opened a new issue #2761:
URL: https://github.com/apache/camel-quarkus/issues/2761
In Camel 3.10 you can configure Camel to dump the routes on startup.
This requires this dependency
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-xml-jaxb</artifactId>
</dependency>
But when running with camel quarkus this does not work. A vanilla Camel
started via camel:run works fine for the same example.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]