This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git.
from 1c3b390 Updated CHANGELOG.md
new f636261 quarkus: remove the need for a shutdown task bean as it was
introduced only for testing
new d531934 quarkus(catalog): fix the generated list of dependencies for
the master capability
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../k/quarkus/cron/deployment/Application.java | 23 ++---
.../org/apache/camel/k/quarkus/it/Application.java | 20 +---
.../org/apache/camel/k/quarkus/it/RuntimeTest.java | 2 -
.../org/apache/camel/k/quarkus/Application.java | 12 +--
.../camel/k/quarkus/ApplicationProducers.java | 17 ----
.../apache/camel/k/support/DelegatingRuntime.java | 109 +++++++++++++++++++++
.../src/it/generate-catalog-quarkus/verify.groovy | 4 +-
.../camel/k/tooling/maven/GenerateCatalogMojo.java | 2 +-
8 files changed, 124 insertions(+), 65 deletions(-)
create mode 100644
camel-k-runtime-core/src/main/java/org/apache/camel/k/support/DelegatingRuntime.java