camel-quarkus
camel-quarkus copied to clipboard
Apache Camel Quarkus
This is a placeholder issue used by the [nightly sync workflow](https://github.com/apache/camel-quarkus/actions/workflows/camel-master-cron.yaml) for the [`camel-main`](https://github.com/apache/camel-quarkus/tree/camel-main) branch.
When choosing `namingStrategy(AWSS3NamingStrategyEnum.random)` and `restartingPolicy(AWSS3RestartingPolicyEnum.lastPart)`, the very first file without any UUID suffix is always overwritten when the application restarts. One would expect in this case it would start with...
This is a placeholder issue used by the [nightly sync workflow](https://github.com/apache/camel-quarkus/actions/workflows/quarkus-master-cron.yaml) for the [`quarkus-main`](https://github.com/apache/camel-quarkus/tree/quarkus-main) branch.
fixes https://github.com/apache/camel-quarkus/issues/3910 - `Ordering` test is disabled when the real account is used. Problem has to be inspected in detail, I reported this issue for the Camel, see https://issues.apache.org/jira/browse/CAMEL-18277 -...
Not sure what changed in Camel 3.18.1, but when `camel.main.route-controller-supervise-enabled = true`, the health checks for routes (id = `camel-routes`) and consumers (id = `camel-consumers`) do not show up in...
The `observability` example already covers health. So we can move over anything that is worth keeping from the `health` example, and afterwards remove that project to reduce the maintenance overhead.
A.k.a. SOAP client and SOAP server. Related: * https://github.com/quarkusio/quarkus/issues/4005 * https://github.com/quarkusio/quarkus/issues/3479 * https://github.com/quarkusio/quarkus/pull/5538