From 6c5b3a0ca506bffb69f51719b62fd8cd7cc3d465 Mon Sep 17 00:00:00 2001 From: Pasquale Congiusti Date: Tue, 24 Sep 2024 19:35:16 +0200 Subject: [PATCH] feat: bump Camel Quarkus to 3.15 NOTE: Quarkus platform is still a candidate release, must be upgraded when it's final. --- camel-k-core/api/pom.xml | 2 +- camel-k-core/deployment/pom.xml | 2 +- camel-k-core/pom.xml | 2 +- camel-k-core/runtime/pom.xml | 2 +- camel-k-core/support/pom.xml | 2 +- camel-k-cron/deployment/pom.xml | 2 +- camel-k-cron/impl/pom.xml | 2 +- camel-k-cron/pom.xml | 2 +- camel-k-cron/runtime/pom.xml | 2 +- camel-k-knative/impl/pom.xml | 2 +- camel-k-knative/pom.xml | 2 +- camel-k-master/deployment/pom.xml | 2 +- camel-k-master/impl/pom.xml | 2 +- camel-k-master/pom.xml | 2 +- camel-k-master/runtime/pom.xml | 2 +- camel-k-resume-kafka/deployment/pom.xml | 2 +- camel-k-resume-kafka/impl/pom.xml | 2 +- camel-k-resume-kafka/pom.xml | 2 +- camel-k-resume-kafka/runtime/pom.xml | 2 +- camel-k-runtime/deployment/pom.xml | 2 +- camel-k-runtime/pom.xml | 2 +- camel-k-runtime/runtime/pom.xml | 2 +- distribution/pom.xml | 2 +- examples/cron/pom.xml | 2 +- examples/groovy/pom.xml | 2 +- examples/java/pom.xml | 2 +- examples/js/pom.xml | 2 +- examples/kafka-source-s3/pom.xml | 2 +- examples/kamelets-discovery/pom.xml | 2 +- examples/kamelets/pom.xml | 2 +- examples/knative/pom.xml | 2 +- examples/kotlin/pom.xml | 2 +- examples/pom.xml | 2 +- examples/xml/pom.xml | 2 +- examples/yaml/pom.xml | 2 +- itests/camel-k-itests-core/pom.xml | 2 +- itests/camel-k-itests-cron/pom.xml | 2 +- .../src/main/resources/application.properties | 6 +++++- itests/camel-k-itests-kamelet/pom.xml | 2 +- .../src/main/resources/application.properties | 5 +++++ itests/camel-k-itests-knative-consumer/pom.xml | 2 +- .../src/main/resources/application.properties | 5 +++++ .../camel-k-itests-knative-env-from-properties/pom.xml | 2 +- .../src/main/resources/application.properties | 8 +++++++- .../camel-k-itests-knative-env-from-registry/pom.xml | 2 +- .../src/main/resources/application.properties | 5 +++++ itests/camel-k-itests-knative-producer/pom.xml | 2 +- .../src/main/resources/application.properties | 5 +++++ itests/camel-k-itests-knative-sinkbinding/pom.xml | 2 +- .../src/main/resources/application.properties | 5 +++++ itests/camel-k-itests-knative/pom.xml | 2 +- .../src/main/resources/application.properties | 5 +++++ itests/camel-k-itests-loader-groovy/pom.xml | 2 +- itests/camel-k-itests-loader-java/pom.xml | 2 +- itests/camel-k-itests-loader-js/pom.xml | 2 +- itests/camel-k-itests-loader-jsh/pom.xml | 2 +- itests/camel-k-itests-loader-kotlin/pom.xml | 2 +- itests/camel-k-itests-loader-polyglot/pom.xml | 2 +- itests/camel-k-itests-loader-xml/pom.xml | 2 +- itests/camel-k-itests-loader-yaml/pom.xml | 2 +- itests/camel-k-itests-master/pom.xml | 2 +- .../src/main/resources/application.properties | 6 ++++++ itests/camel-k-itests-runtime-xml/pom.xml | 2 +- .../src/main/resources/application.properties | 5 +++++ itests/camel-k-itests-runtime-yaml/pom.xml | 2 +- .../src/main/resources/application.properties | 5 +++++ itests/camel-k-itests-runtime/pom.xml | 2 +- .../src/main/resources/application.properties | 5 +++++ itests/pom.xml | 2 +- pom.xml | 10 +++++----- support/camel-k-annotations/pom.xml | 2 +- support/camel-k-apt/pom.xml | 2 +- support/camel-k-catalog-model/pom.xml | 2 +- support/camel-k-catalog/pom.xml | 2 +- .../camel-k-itests-loader-inspector/pom.xml | 2 +- .../camel-k-itests-runtime-inspector/pom.xml | 2 +- support/camel-k-itests-support/pom.xml | 2 +- support/camel-k-maven-logging/pom.xml | 2 +- support/camel-k-maven-plugin/pom.xml | 2 +- support/camel-k-runtime-bom/pom.xml | 6 +++--- support/camel-k-test/pom.xml | 2 +- support/pom.xml | 2 +- 82 files changed, 139 insertions(+), 78 deletions(-) diff --git a/camel-k-core/api/pom.xml b/camel-k-core/api/pom.xml index 18099ebbc..6ca549683 100644 --- a/camel-k-core/api/pom.xml +++ b/camel-k-core/api/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-core-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/camel-k-core/deployment/pom.xml b/camel-k-core/deployment/pom.xml index 404889893..e1e341de5 100644 --- a/camel-k-core/deployment/pom.xml +++ b/camel-k-core/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-core-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/camel-k-core/pom.xml b/camel-k-core/pom.xml index 5f4359185..8850dd818 100644 --- a/camel-k-core/pom.xml +++ b/camel-k-core/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-runtime-project - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 pom diff --git a/camel-k-core/runtime/pom.xml b/camel-k-core/runtime/pom.xml index 96e2b294b..d68439fc1 100644 --- a/camel-k-core/runtime/pom.xml +++ b/camel-k-core/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-core-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/camel-k-core/support/pom.xml b/camel-k-core/support/pom.xml index d9e8b72e6..1d45a64d8 100644 --- a/camel-k-core/support/pom.xml +++ b/camel-k-core/support/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-core-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/camel-k-cron/deployment/pom.xml b/camel-k-cron/deployment/pom.xml index 19bedbdf5..b0d38a5ed 100644 --- a/camel-k-cron/deployment/pom.xml +++ b/camel-k-cron/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-cron-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/camel-k-cron/impl/pom.xml b/camel-k-cron/impl/pom.xml index 58473a1ea..d14f7f0b2 100644 --- a/camel-k-cron/impl/pom.xml +++ b/camel-k-cron/impl/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-cron-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/camel-k-cron/pom.xml b/camel-k-cron/pom.xml index 687a4ac49..9925921c2 100644 --- a/camel-k-cron/pom.xml +++ b/camel-k-cron/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-runtime-project - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 pom diff --git a/camel-k-cron/runtime/pom.xml b/camel-k-cron/runtime/pom.xml index ab646a303..2d543fbbd 100644 --- a/camel-k-cron/runtime/pom.xml +++ b/camel-k-cron/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-cron-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/camel-k-knative/impl/pom.xml b/camel-k-knative/impl/pom.xml index 6cbc0c980..6931e4df7 100644 --- a/camel-k-knative/impl/pom.xml +++ b/camel-k-knative/impl/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-knative-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/camel-k-knative/pom.xml b/camel-k-knative/pom.xml index a095ef0f0..42208eaa5 100644 --- a/camel-k-knative/pom.xml +++ b/camel-k-knative/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-runtime-project - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 pom diff --git a/camel-k-master/deployment/pom.xml b/camel-k-master/deployment/pom.xml index 6fc638086..2da4c824d 100644 --- a/camel-k-master/deployment/pom.xml +++ b/camel-k-master/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-master-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/camel-k-master/impl/pom.xml b/camel-k-master/impl/pom.xml index e01edb041..4f95e8ce3 100644 --- a/camel-k-master/impl/pom.xml +++ b/camel-k-master/impl/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-master-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/camel-k-master/pom.xml b/camel-k-master/pom.xml index f223b84e2..94a462ca9 100644 --- a/camel-k-master/pom.xml +++ b/camel-k-master/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-runtime-project - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 pom diff --git a/camel-k-master/runtime/pom.xml b/camel-k-master/runtime/pom.xml index ac39a6d8a..0db8dd51c 100644 --- a/camel-k-master/runtime/pom.xml +++ b/camel-k-master/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-master-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/camel-k-resume-kafka/deployment/pom.xml b/camel-k-resume-kafka/deployment/pom.xml index e058fa268..a2d392afd 100644 --- a/camel-k-resume-kafka/deployment/pom.xml +++ b/camel-k-resume-kafka/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-resume-kafka-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/camel-k-resume-kafka/impl/pom.xml b/camel-k-resume-kafka/impl/pom.xml index 7b537c913..7232a3089 100644 --- a/camel-k-resume-kafka/impl/pom.xml +++ b/camel-k-resume-kafka/impl/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-resume-kafka-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/camel-k-resume-kafka/pom.xml b/camel-k-resume-kafka/pom.xml index d14dbb43b..1a806403c 100644 --- a/camel-k-resume-kafka/pom.xml +++ b/camel-k-resume-kafka/pom.xml @@ -20,7 +20,7 @@ org.apache.camel.k camel-k-runtime-project - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 pom diff --git a/camel-k-resume-kafka/runtime/pom.xml b/camel-k-resume-kafka/runtime/pom.xml index d45f816c1..af1016fd1 100644 --- a/camel-k-resume-kafka/runtime/pom.xml +++ b/camel-k-resume-kafka/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-resume-kafka-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/camel-k-runtime/deployment/pom.xml b/camel-k-runtime/deployment/pom.xml index 40cede2d6..642df7406 100644 --- a/camel-k-runtime/deployment/pom.xml +++ b/camel-k-runtime/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-runtime-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/camel-k-runtime/pom.xml b/camel-k-runtime/pom.xml index c3a7b31a4..c102addfc 100644 --- a/camel-k-runtime/pom.xml +++ b/camel-k-runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-runtime-project - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 pom diff --git a/camel-k-runtime/runtime/pom.xml b/camel-k-runtime/runtime/pom.xml index 731031824..88f1f8ff1 100644 --- a/camel-k-runtime/runtime/pom.xml +++ b/camel-k-runtime/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-runtime-parent - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/distribution/pom.xml b/distribution/pom.xml index 634ee9c63..363171341 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-runtime-project - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 pom diff --git a/examples/cron/pom.xml b/examples/cron/pom.xml index 7c6f4b291..1101d7789 100644 --- a/examples/cron/pom.xml +++ b/examples/cron/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.k camel-k-runtime-examples - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml index 869ed3f63..9e978045f 100644 --- a/examples/groovy/pom.xml +++ b/examples/groovy/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.k camel-k-runtime-examples - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/examples/java/pom.xml b/examples/java/pom.xml index 517140c0f..e83e0808a 100644 --- a/examples/java/pom.xml +++ b/examples/java/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.k camel-k-runtime-examples - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/examples/js/pom.xml b/examples/js/pom.xml index 4faaa9197..fad97aa04 100644 --- a/examples/js/pom.xml +++ b/examples/js/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.k camel-k-runtime-examples - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/examples/kafka-source-s3/pom.xml b/examples/kafka-source-s3/pom.xml index 41da6c5e8..212354502 100644 --- a/examples/kafka-source-s3/pom.xml +++ b/examples/kafka-source-s3/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.k camel-k-runtime-examples - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/examples/kamelets-discovery/pom.xml b/examples/kamelets-discovery/pom.xml index 8072fa4c7..4c3f3f259 100644 --- a/examples/kamelets-discovery/pom.xml +++ b/examples/kamelets-discovery/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.k camel-k-runtime-examples - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/examples/kamelets/pom.xml b/examples/kamelets/pom.xml index 8af56cb80..5adfd46e6 100644 --- a/examples/kamelets/pom.xml +++ b/examples/kamelets/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.k camel-k-runtime-examples - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/examples/knative/pom.xml b/examples/knative/pom.xml index 42b442b76..0dab17a52 100644 --- a/examples/knative/pom.xml +++ b/examples/knative/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.k camel-k-runtime-examples - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/examples/kotlin/pom.xml b/examples/kotlin/pom.xml index ae9152890..e5feb19fd 100644 --- a/examples/kotlin/pom.xml +++ b/examples/kotlin/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.k camel-k-runtime-examples - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index f8eee8ee3..dd37bd91e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-runtime-project - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/examples/xml/pom.xml b/examples/xml/pom.xml index 79a14662a..91dc75107 100644 --- a/examples/xml/pom.xml +++ b/examples/xml/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.k camel-k-runtime-examples - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/examples/yaml/pom.xml b/examples/yaml/pom.xml index 44035fadb..15c997eb8 100644 --- a/examples/yaml/pom.xml +++ b/examples/yaml/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.k camel-k-runtime-examples - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-core/pom.xml b/itests/camel-k-itests-core/pom.xml index f9fe1d782..9abfa20c2 100644 --- a/itests/camel-k-itests-core/pom.xml +++ b/itests/camel-k-itests-core/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-cron/pom.xml b/itests/camel-k-itests-cron/pom.xml index 15b699f2e..961f607a8 100644 --- a/itests/camel-k-itests-cron/pom.xml +++ b/itests/camel-k-itests-cron/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-cron/src/main/resources/application.properties b/itests/camel-k-itests-cron/src/main/resources/application.properties index 1882d46d2..f41d4df3b 100644 --- a/itests/camel-k-itests-cron/src/main/resources/application.properties +++ b/itests/camel-k-itests-cron/src/main/resources/application.properties @@ -27,4 +27,8 @@ quarkus.banner.enabled = false quarkus.camel.routes-discovery.enabled = false - +# +# Camel-Kubernetes +# +camel.kubernetes-config.mount-path-configmaps=resources/conf.d/ +camel.kubernetes-config.mount-path-secrets=resources/conf.d/ diff --git a/itests/camel-k-itests-kamelet/pom.xml b/itests/camel-k-itests-kamelet/pom.xml index e79a4542a..140fa2771 100644 --- a/itests/camel-k-itests-kamelet/pom.xml +++ b/itests/camel-k-itests-kamelet/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-kamelet/src/main/resources/application.properties b/itests/camel-k-itests-kamelet/src/main/resources/application.properties index 5b8f41abc..74e25a9dd 100644 --- a/itests/camel-k-itests-kamelet/src/main/resources/application.properties +++ b/itests/camel-k-itests-kamelet/src/main/resources/application.properties @@ -21,3 +21,8 @@ quarkus.log.console.enable = true quarkus.banner.enabled = false +# +# Camel-Kubernetes +# +camel.kubernetes-config.mount-path-configmaps=resources/conf.d/ +camel.kubernetes-config.mount-path-secrets=resources/conf.d/ \ No newline at end of file diff --git a/itests/camel-k-itests-knative-consumer/pom.xml b/itests/camel-k-itests-knative-consumer/pom.xml index 786455226..d78be9cb8 100644 --- a/itests/camel-k-itests-knative-consumer/pom.xml +++ b/itests/camel-k-itests-knative-consumer/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-knative-consumer/src/main/resources/application.properties b/itests/camel-k-itests-knative-consumer/src/main/resources/application.properties index 3ce549334..791b044f9 100644 --- a/itests/camel-k-itests-knative-consumer/src/main/resources/application.properties +++ b/itests/camel-k-itests-knative-consumer/src/main/resources/application.properties @@ -21,3 +21,8 @@ quarkus.log.console.enable = false quarkus.banner.enabled = false +# +# Camel-Kubernetes +# +camel.kubernetes-config.mount-path-configmaps=resources/conf.d/ +camel.kubernetes-config.mount-path-secrets=resources/conf.d/ \ No newline at end of file diff --git a/itests/camel-k-itests-knative-env-from-properties/pom.xml b/itests/camel-k-itests-knative-env-from-properties/pom.xml index 990e12401..b124bdce9 100644 --- a/itests/camel-k-itests-knative-env-from-properties/pom.xml +++ b/itests/camel-k-itests-knative-env-from-properties/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-knative-env-from-properties/src/main/resources/application.properties b/itests/camel-k-itests-knative-env-from-properties/src/main/resources/application.properties index 091b0ebe8..d335689f3 100644 --- a/itests/camel-k-itests-knative-env-from-properties/src/main/resources/application.properties +++ b/itests/camel-k-itests-knative-env-from-properties/src/main/resources/application.properties @@ -38,4 +38,10 @@ camel.component.knative.environment.resources[1].cloudEventType = camel.k.evt camel.component.knative.environment.resources[2].name = process camel.component.knative.environment.resources[2].type = endpoint camel.component.knative.environment.resources[2].endpoint-kind = sink -camel.component.knative.environment.resources[2].url = http://localhost:{{camel.knative.listening.port:8081}}/knative \ No newline at end of file +camel.component.knative.environment.resources[2].url = http://localhost:{{camel.knative.listening.port:8081}}/knative + +# +# Camel-Kubernetes +# +camel.kubernetes-config.mount-path-configmaps=resources/conf.d/ +camel.kubernetes-config.mount-path-secrets=resources/conf.d/ \ No newline at end of file diff --git a/itests/camel-k-itests-knative-env-from-registry/pom.xml b/itests/camel-k-itests-knative-env-from-registry/pom.xml index adc47ccb1..87b2647b0 100644 --- a/itests/camel-k-itests-knative-env-from-registry/pom.xml +++ b/itests/camel-k-itests-knative-env-from-registry/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-knative-env-from-registry/src/main/resources/application.properties b/itests/camel-k-itests-knative-env-from-registry/src/main/resources/application.properties index 3ce549334..791b044f9 100644 --- a/itests/camel-k-itests-knative-env-from-registry/src/main/resources/application.properties +++ b/itests/camel-k-itests-knative-env-from-registry/src/main/resources/application.properties @@ -21,3 +21,8 @@ quarkus.log.console.enable = false quarkus.banner.enabled = false +# +# Camel-Kubernetes +# +camel.kubernetes-config.mount-path-configmaps=resources/conf.d/ +camel.kubernetes-config.mount-path-secrets=resources/conf.d/ \ No newline at end of file diff --git a/itests/camel-k-itests-knative-producer/pom.xml b/itests/camel-k-itests-knative-producer/pom.xml index f7185561d..7bcf9d887 100644 --- a/itests/camel-k-itests-knative-producer/pom.xml +++ b/itests/camel-k-itests-knative-producer/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-knative-producer/src/main/resources/application.properties b/itests/camel-k-itests-knative-producer/src/main/resources/application.properties index 3ce549334..a05650184 100644 --- a/itests/camel-k-itests-knative-producer/src/main/resources/application.properties +++ b/itests/camel-k-itests-knative-producer/src/main/resources/application.properties @@ -21,3 +21,8 @@ quarkus.log.console.enable = false quarkus.banner.enabled = false +# +# Camel-Kubernetes +# +camel.kubernetes-config.mount-path-configmaps=resources/conf.d/ +camel.kubernetes-config.mount-path-secrets=resources/conf.d/ diff --git a/itests/camel-k-itests-knative-sinkbinding/pom.xml b/itests/camel-k-itests-knative-sinkbinding/pom.xml index 0627776e4..4830a9ddc 100644 --- a/itests/camel-k-itests-knative-sinkbinding/pom.xml +++ b/itests/camel-k-itests-knative-sinkbinding/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-knative-sinkbinding/src/main/resources/application.properties b/itests/camel-k-itests-knative-sinkbinding/src/main/resources/application.properties index 5b8f41abc..54357b2ef 100644 --- a/itests/camel-k-itests-knative-sinkbinding/src/main/resources/application.properties +++ b/itests/camel-k-itests-knative-sinkbinding/src/main/resources/application.properties @@ -21,3 +21,8 @@ quarkus.log.console.enable = true quarkus.banner.enabled = false +# +# Camel-Kubernetes +# +camel.kubernetes-config.mount-path-configmaps=resources/conf.d/ +camel.kubernetes-config.mount-path-secrets=resources/conf.d/ diff --git a/itests/camel-k-itests-knative/pom.xml b/itests/camel-k-itests-knative/pom.xml index b9cc29221..a15bfef5e 100644 --- a/itests/camel-k-itests-knative/pom.xml +++ b/itests/camel-k-itests-knative/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-knative/src/main/resources/application.properties b/itests/camel-k-itests-knative/src/main/resources/application.properties index 3ce549334..791b044f9 100644 --- a/itests/camel-k-itests-knative/src/main/resources/application.properties +++ b/itests/camel-k-itests-knative/src/main/resources/application.properties @@ -21,3 +21,8 @@ quarkus.log.console.enable = false quarkus.banner.enabled = false +# +# Camel-Kubernetes +# +camel.kubernetes-config.mount-path-configmaps=resources/conf.d/ +camel.kubernetes-config.mount-path-secrets=resources/conf.d/ \ No newline at end of file diff --git a/itests/camel-k-itests-loader-groovy/pom.xml b/itests/camel-k-itests-loader-groovy/pom.xml index 24d533227..0cdfe920d 100644 --- a/itests/camel-k-itests-loader-groovy/pom.xml +++ b/itests/camel-k-itests-loader-groovy/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-loader-java/pom.xml b/itests/camel-k-itests-loader-java/pom.xml index 5a08d0f61..005c971ab 100644 --- a/itests/camel-k-itests-loader-java/pom.xml +++ b/itests/camel-k-itests-loader-java/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-loader-js/pom.xml b/itests/camel-k-itests-loader-js/pom.xml index f9bb2e5a0..1eb655a16 100644 --- a/itests/camel-k-itests-loader-js/pom.xml +++ b/itests/camel-k-itests-loader-js/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-loader-jsh/pom.xml b/itests/camel-k-itests-loader-jsh/pom.xml index bf3508490..788ab303e 100644 --- a/itests/camel-k-itests-loader-jsh/pom.xml +++ b/itests/camel-k-itests-loader-jsh/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-loader-kotlin/pom.xml b/itests/camel-k-itests-loader-kotlin/pom.xml index 08f7fb5f0..78f598efb 100644 --- a/itests/camel-k-itests-loader-kotlin/pom.xml +++ b/itests/camel-k-itests-loader-kotlin/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-loader-polyglot/pom.xml b/itests/camel-k-itests-loader-polyglot/pom.xml index 4419300e9..bf627c360 100644 --- a/itests/camel-k-itests-loader-polyglot/pom.xml +++ b/itests/camel-k-itests-loader-polyglot/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-loader-xml/pom.xml b/itests/camel-k-itests-loader-xml/pom.xml index f8baad2e5..2cb880828 100644 --- a/itests/camel-k-itests-loader-xml/pom.xml +++ b/itests/camel-k-itests-loader-xml/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-loader-yaml/pom.xml b/itests/camel-k-itests-loader-yaml/pom.xml index 9f3ef75a5..28d28f23e 100644 --- a/itests/camel-k-itests-loader-yaml/pom.xml +++ b/itests/camel-k-itests-loader-yaml/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-master/pom.xml b/itests/camel-k-itests-master/pom.xml index 7d14478a2..1af4a1ce6 100644 --- a/itests/camel-k-itests-master/pom.xml +++ b/itests/camel-k-itests-master/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-master/src/main/resources/application.properties b/itests/camel-k-itests-master/src/main/resources/application.properties index c1a9aba2f..a37656895 100644 --- a/itests/camel-k-itests-master/src/main/resources/application.properties +++ b/itests/camel-k-itests-master/src/main/resources/application.properties @@ -31,3 +31,9 @@ quarkus.camel.routes-discovery.enabled = false # camel.k.customizer.master.enabled = true camel.k.customizer.master.kubernetes-resource-name = camel-k-res + +# +# Camel-Kubernetes +# +camel.kubernetes-config.mount-path-configmaps=resources/conf.d/ +camel.kubernetes-config.mount-path-secrets=resources/conf.d/ \ No newline at end of file diff --git a/itests/camel-k-itests-runtime-xml/pom.xml b/itests/camel-k-itests-runtime-xml/pom.xml index 1b66c11cf..320f6a589 100644 --- a/itests/camel-k-itests-runtime-xml/pom.xml +++ b/itests/camel-k-itests-runtime-xml/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-runtime-xml/src/main/resources/application.properties b/itests/camel-k-itests-runtime-xml/src/main/resources/application.properties index db0d5c9eb..e8d5a0c33 100644 --- a/itests/camel-k-itests-runtime-xml/src/main/resources/application.properties +++ b/itests/camel-k-itests-runtime-xml/src/main/resources/application.properties @@ -20,3 +20,8 @@ # quarkus.log.console.enable = true quarkus.banner.enabled = false +# +# Camel-Kubernetes +# +camel.kubernetes-config.mount-path-configmaps=resources/conf.d/ +camel.kubernetes-config.mount-path-secrets=resources/conf.d/ \ No newline at end of file diff --git a/itests/camel-k-itests-runtime-yaml/pom.xml b/itests/camel-k-itests-runtime-yaml/pom.xml index cf6d72fd6..65ab63a5e 100644 --- a/itests/camel-k-itests-runtime-yaml/pom.xml +++ b/itests/camel-k-itests-runtime-yaml/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-runtime-yaml/src/main/resources/application.properties b/itests/camel-k-itests-runtime-yaml/src/main/resources/application.properties index 0d67e0636..77efedddc 100644 --- a/itests/camel-k-itests-runtime-yaml/src/main/resources/application.properties +++ b/itests/camel-k-itests-runtime-yaml/src/main/resources/application.properties @@ -20,3 +20,8 @@ # quarkus.log.console.enable = false quarkus.banner.enabled = false +# +# Camel-Kubernetes +# +camel.kubernetes-config.mount-path-configmaps=resources/conf.d/ +camel.kubernetes-config.mount-path-secrets=resources/conf.d/ \ No newline at end of file diff --git a/itests/camel-k-itests-runtime/pom.xml b/itests/camel-k-itests-runtime/pom.xml index 419441300..a467cebaa 100644 --- a/itests/camel-k-itests-runtime/pom.xml +++ b/itests/camel-k-itests-runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/itests/camel-k-itests-runtime/src/main/resources/application.properties b/itests/camel-k-itests-runtime/src/main/resources/application.properties index 0d67e0636..f36e5a879 100644 --- a/itests/camel-k-itests-runtime/src/main/resources/application.properties +++ b/itests/camel-k-itests-runtime/src/main/resources/application.properties @@ -20,3 +20,8 @@ # quarkus.log.console.enable = false quarkus.banner.enabled = false +# +# Camel-Kubernetes +# +camel.kubernetes-config.mount-path-configmaps=resources/conf.d/ +camel.kubernetes-config.mount-path-secrets=resources/conf.d/ diff --git a/itests/pom.xml b/itests/pom.xml index be335413c..90156ff7a 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-runtime-project - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 pom diff --git a/pom.xml b/pom.xml index 7f3bf7c4e..67eb8791e 100644 --- a/pom.xml +++ b/pom.xml @@ -22,14 +22,14 @@ org.apache.camel camel-dependencies - 4.7.0 + 4.8.0 4.0.0 org.apache.camel.k camel-k-runtime-project - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT pom @@ -40,12 +40,12 @@ 17 3.8.6 - 4.7.0 + 4.8.0 - 3.13.0 + 3.15.0 io.quarkus.platform - 3.13.0 + 3.15.0.CR1 quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21 diff --git a/support/camel-k-annotations/pom.xml b/support/camel-k-annotations/pom.xml index 17c709715..f5a85a6e5 100644 --- a/support/camel-k-annotations/pom.xml +++ b/support/camel-k-annotations/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-support - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/support/camel-k-apt/pom.xml b/support/camel-k-apt/pom.xml index 521328784..cdf42a418 100644 --- a/support/camel-k-apt/pom.xml +++ b/support/camel-k-apt/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-support - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/support/camel-k-catalog-model/pom.xml b/support/camel-k-catalog-model/pom.xml index 024005fd2..80502433f 100644 --- a/support/camel-k-catalog-model/pom.xml +++ b/support/camel-k-catalog-model/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-support - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/support/camel-k-catalog/pom.xml b/support/camel-k-catalog/pom.xml index ed794925f..3622d3a69 100644 --- a/support/camel-k-catalog/pom.xml +++ b/support/camel-k-catalog/pom.xml @@ -20,7 +20,7 @@ org.apache.camel.k camel-k-support - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml b/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml index 0490d9c3a..e8cfea9ed 100644 --- a/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml +++ b/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests-support - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml b/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml index ae1825d4c..4e8fa6781 100644 --- a/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml +++ b/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-itests-support - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/support/camel-k-itests-support/pom.xml b/support/camel-k-itests-support/pom.xml index 5195f0f27..f424fc37b 100644 --- a/support/camel-k-itests-support/pom.xml +++ b/support/camel-k-itests-support/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-support - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/support/camel-k-maven-logging/pom.xml b/support/camel-k-maven-logging/pom.xml index 8399ffdce..a31019c6b 100644 --- a/support/camel-k-maven-logging/pom.xml +++ b/support/camel-k-maven-logging/pom.xml @@ -20,7 +20,7 @@ org.apache.camel.k camel-k-support - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/support/camel-k-maven-plugin/pom.xml b/support/camel-k-maven-plugin/pom.xml index 8ae2fcc12..ab98e8c10 100644 --- a/support/camel-k-maven-plugin/pom.xml +++ b/support/camel-k-maven-plugin/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-support - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml index 18369abd5..cf787f1b9 100644 --- a/support/camel-k-runtime-bom/pom.xml +++ b/support/camel-k-runtime-bom/pom.xml @@ -29,17 +29,17 @@ 4.0.0 org.apache.camel.k camel-k-runtime-bom - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT pom - 1722418838 + 1727181853 2.1.1 3.5.0 3.8.6 io.quarkus.platform - 3.13.0 + 3.15.0.CR1 diff --git a/support/camel-k-test/pom.xml b/support/camel-k-test/pom.xml index 1da102259..0a90fc736 100644 --- a/support/camel-k-test/pom.xml +++ b/support/camel-k-test/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-support - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0 diff --git a/support/pom.xml b/support/pom.xml index 5ec559713..515c2673d 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.k camel-k-runtime-project - 3.13.0-SNAPSHOT + 3.15.0-SNAPSHOT 4.0.0