camel
camel copied to clipboard
Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.
…saction if possible
Resolves the following Jira issue: https://issues.apache.org/jira/browse/CAMEL-18376 This PR adds in the ability to add a [RedeliveryBackoff](https://github.com/apache/pulsar/blob/master/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/RedeliveryBackoff.java) for both the [ack timeout](https://pulsar.apache.org/docs/concepts-messaging/#acknowledgement-timeout) and[ negative acknowledgement](https://pulsar.apache.org/docs/concepts-messaging/#negative-acknowledgement) cases (details linked). Modifications to existing...
…n the header serializer
When new exchange is being create during completion/compensation, previous exchange information is not copy. The changes is extract the tracer information from previous exchange and activate the new span when...
This pull request contains changes described in [CAMEL-17136](https://issues.apache.org/jira/browse/CAMEL-17136): dependencies are updated to their Jakarta EE 8 analogues then possible. Current known limitations and notices: 1. Jetty 9 -> Jetty 10...
Note that groupid of Maven artifact has been modified but not old package names. Thus some package named org.apache.groovy.* have been created. it requires to upgrade Spock to a Milestone...
Issue: https://issues.apache.org/jira/browse/CAMEL-17130 Changes: 1. There are simple Java IO -> NIO upgrades such as replace File usage with Path (in places it actually helps and doesn't make the code less...
updates to manually call complete/abandon on the service bus client for a service bus consumer. Opening to get some feedback on this, I'm unsure about some implementation details, mainly: -...