Hi
I created a ticket at CEQ
https://github.com/apache/camel-quarkus/issues/4300
What camel-quarkus version are you using btw. You can try with latest
2.14.2 release, you can re-export and set the quarkus version with the
--quarkus-version option, or adjust the existing pom.xml
On Tue, Nov 29, 2
Hi
Yeah it suspect quarkus http extension does not bring in servlet api JAR
which is needed by camel-http.
https://github.com/apache/camel/blob/main/components/camel-http/pom.xml#L55
You can when doing export try adding
--deps=javax.servlet:javax.servlet-api:3.1.0 (or whatever maven JAR that
quar
I found a camel based adapter that runs in SAP CPI.
https://www.integration-excellence.com/alibabacloud-mns-adapter-sap-cpi/
Is there a component that can run on plain vanilla camel?