Peter Palaga
Peter Palaga
Before doing so, I'd like to flatten and minimize (deps not required by quarkus-cxf extensions would not be there there ) it. After adding the quarkus-cxf-bom import, we should check...
I have created a temporary module `camel-quarkus-support-cxf-wss` to aggregate code and dependencies needed to CXF WS Security to work on Camel Quarkus. The artifacts and code should eventually move to...
Forking this from https://github.com/apache/camel-quarkus/issues/2317, which is now fixed for JVM mode at least ``` Caused by: org.apache.camel.CamelExecutionException: Exception occurred during execution on the exchange: Exchange[] at org.apache.camel.support.ExchangeHelper.extractResultBody(ExchangeHelper.java:696) at org.apache.camel.impl.engine.DefaultProducerTemplate.extractResultBody(DefaultProducerTemplate.java:591) at...
* Operations: sendBatchMessage, deleteMessage * Batch consumer * autoCreateQueue * Delay queue (Not covered by test in plain Camel) * Using KMS for encryption (No Camel test) https://camel.apache.org/components/3.10.x/aws2-sqs-component.html#_server_side_encryption * JMS...
We should work towards having vert.x/netty/... alternative components in Camel and using those instead of the ones that rely on Spring. Why: our Spring hacks are hard to maintain. -...
See https://lists.apache.org/thread/hslo7wzw2449gv1jyjk8g6ttd7935fyz We should avoid using `org.apache.hadoop:hadoop-common` older than 3.2.3 ``` $ mvn org.l2x6.cq:cq-prod-maven-plugin:2.23.0:find-dependency -N -e '-Dcq.gavPattern=org.apache.hadoop:hadoop-common' ... [WARNING] Found org.apache.camel.quarkus:camel-quarkus-hbase:2.9.0-SNAPSHOT:jar: -> org.apache.camel:camel-hbase:3.16.0:jar: -> org.apache.hbase:hbase-client:2.4.10:jar: -> org.apache.hadoop:hadoop-common:2.10.0:jar: ... [WARNING] Found...
Our `ContainerResourceLifecycleManager` implementations often reference container versions. We have no process/tool in place that would ensure that the versions stay up to date, esp. that the version of the given...
Happens in the [Kafka example](https://github.com/apache/camel-quarkus-examples/tree/camel-quarkus-main/kafka) after the [upgrade to Quarkus 2.1.0.Final ](https://github.com/apache/camel-quarkus-examples/pull/49) ``` [INFO] Running org.apache.camel.example.KafkaTest 2021-07-23 08:45:05,948 WARN [org.tes.uti.TestcontainersConfiguration] (build-71) Attempted to read Testcontainers configuration file at file:/home/runner/.testcontainers.properties but...
Filed here so that we do not forget about https://github.com/quarkusio/quarkus/issues/18231 and possibly take the initiative to fix it. After it is fixed in Quarkus, we should add a test (a...