camel-k-runtime icon indicating copy to clipboard operation
camel-k-runtime copied to clipboard

Apache Camel K runtime

Results 19 camel-k-runtime issues
Sort by recently updated
recently updated
newest added

Bumps [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) from 2.7.11 to 2.8.0. Release notes Sourced from org.cyclonedx:cyclonedx-maven-plugin's releases. 2.8.0 Update CycloneDX Description Text (#461) @​msymons 🚀 New features and improvements convert external reference type by value...

dependencies

Bumps org.ow2.asm:asm from 9.6 to 9.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.ow2.asm:asm&package-manager=maven&previous-version=9.6&new-version=9.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.2.1 to 3.2.4. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.4 Release Notes - Maven GPG Plugin - Version 3.2.4 [MGPG-125] - Fix "bestPractices" (#95) @​cstamas 📦 Dependency...

dependencies

Currently the sync_cq.sh gets the quarkus-core version of the camel-quarkus project, while camel-k-runtime uses quarkus platform which may differ eventually. For quarkus-core 3.9.0, there is no quarkus platform 3.9.0, but...

Right now the publish of Camel K runtime on snapshot always happen when a new commit is pushed to the `main` or `release` branches. If we make sure to double...

With [1] we had to introduce a workaround that is going to be likely removed in next 3.18 and 3.19 Camel version [2]. This is a follow up issue to...

CDI does not work with Camel K runtime 1.7. The route is deployed, but when using the injected bean I get either a "nullpointerexception" or "bean not found". I tried...

Hello As example take this: https://github.com/oscerd/kamelet-samples/tree/master/aws-sqs-sink If the secret key contains character like "/" or "+" the parsing will fail and the authentication will fail. "[1] 2021-03-22 06:21:38,457 ERROR [io.qua.run.Application]...

See https://camel.zulipchat.com/#narrow/stream/257299-camel-k/topic/Adding.20maven.20dependency

I've faced issues when trying to configure things (like Quarkus security) that contain build-time-only properties. E.g. `quarkus.security.users.embedded.enabled=true` is a property that is not processed at runtime, so it's ignored by...