1.11. Deprecated features in Red Hat build of Apache Camel for Quarkus version 3.20
The following capabilities are not available in the next major release of Red Hat build of Apache Camel for Quarkus, and are deprecated in this release.
When using camel-quarkus-jolokia, the /q/jolokia Quarkus management endpoint is no longer registered by default. It has been deprecated for removal in a future release.
If you need to restore the previous behavior and expose /q/jolokia, you can add the following to application.properties.
quarkus.camel.jolokia.register-management-endpoint=true
However, as mentioned above, this option will eventually be removed.