From d7857a37c0a36fe485a991d74568a0fc2be94046 Mon Sep 17 00:00:00 2001 From: aldettinger Date: Wed, 28 Feb 2024 21:15:41 +0100 Subject: [PATCH] Upgrade to Quarkus Platform 3.8.1 --- aws-lambda/pom.xml | 10 +++++----- cluster-leader-election/pom.xml | 10 +++++----- cxf-soap/pom.xml | 10 +++++----- file-bindy-ftp/pom.xml | 10 +++++----- file-split-log-xml/pom.xml | 10 +++++----- health/pom.xml | 10 +++++----- http-log/pom.xml | 10 +++++----- jdbc-datasource/pom.xml | 10 +++++----- jms-jpa/pom.xml | 10 +++++----- jpa-idempotent-repository/pom.xml | 10 +++++----- jta-jpa/pom.xml | 10 +++++----- kafka/pom.xml | 10 +++++----- kamelet-chucknorris/pom.xml | 12 ++++++------ message-bridge/pom.xml | 10 +++++----- observability/pom.xml | 10 +++++----- platform-http-security-keycloak/pom.xml | 10 +++++----- rest-json/pom.xml | 10 +++++----- timer-log-kotlin/pom.xml | 10 +++++----- timer-log-main/pom.xml | 12 ++++++------ timer-log/pom.xml | 10 +++++----- 20 files changed, 102 insertions(+), 102 deletions(-) diff --git a/aws-lambda/pom.xml b/aws-lambda/pom.xml index 904f1fac..45dee37a 100644 --- a/aws-lambda/pom.xml +++ b/aws-lambda/pom.xml @@ -27,13 +27,13 @@ Camel Quarkus Example :: Deploying a Camel Route in AWS Lambda - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8 diff --git a/cluster-leader-election/pom.xml b/cluster-leader-election/pom.xml index f8f75e0b..e557668e 100644 --- a/cluster-leader-election/pom.xml +++ b/cluster-leader-election/pom.xml @@ -29,13 +29,13 @@ Camel Quarkus Example :: Cluster leader election - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8 diff --git a/cxf-soap/pom.xml b/cxf-soap/pom.xml index 3ce3a31a..92099008 100644 --- a/cxf-soap/pom.xml +++ b/cxf-soap/pom.xml @@ -29,13 +29,13 @@ Camel Quarkus Example :: CXF SOAP - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8 diff --git a/file-bindy-ftp/pom.xml b/file-bindy-ftp/pom.xml index 8186fb9b..400ee8db 100644 --- a/file-bindy-ftp/pom.xml +++ b/file-bindy-ftp/pom.xml @@ -28,13 +28,13 @@ Camel Quarkus Example :: File Bindy FTP - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8 diff --git a/file-split-log-xml/pom.xml b/file-split-log-xml/pom.xml index edb2af36..e98bfe69 100644 --- a/file-split-log-xml/pom.xml +++ b/file-split-log-xml/pom.xml @@ -28,13 +28,13 @@ Camel Quarkus Example :: File To Log XML DSL - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8 diff --git a/health/pom.xml b/health/pom.xml index 6542d847..35f434f7 100644 --- a/health/pom.xml +++ b/health/pom.xml @@ -28,13 +28,13 @@ Camel Quarkus Example :: Health Check - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8 diff --git a/http-log/pom.xml b/http-log/pom.xml index 1ed7ac63..238ccfe1 100644 --- a/http-log/pom.xml +++ b/http-log/pom.xml @@ -28,13 +28,13 @@ Camel Quarkus Example :: HTTP to Log - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8 diff --git a/jdbc-datasource/pom.xml b/jdbc-datasource/pom.xml index 93ce9092..4ec1caa2 100644 --- a/jdbc-datasource/pom.xml +++ b/jdbc-datasource/pom.xml @@ -25,13 +25,13 @@ Camel Quarkus :: Examples :: Jdbc - DatataSource - Log Camel Quarkus Example :: Connect to Database using Datasource - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom 2.23.0 1.9.0 diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml index 654dab26..3db55255 100644 --- a/jms-jpa/pom.xml +++ b/jms-jpa/pom.xml @@ -25,14 +25,14 @@ Camel Quarkus :: Examples :: JMS JPA Camel Quarkus Example :: JMS JPA - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} 3.1.4 - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom 2.23.0 1.9.0 diff --git a/jpa-idempotent-repository/pom.xml b/jpa-idempotent-repository/pom.xml index 278dc082..f129d31a 100644 --- a/jpa-idempotent-repository/pom.xml +++ b/jpa-idempotent-repository/pom.xml @@ -30,13 +30,13 @@ Camel Quarkus Example :: JPA Idempotent Repository - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8 diff --git a/jta-jpa/pom.xml b/jta-jpa/pom.xml index c835182a..478ed5ce 100644 --- a/jta-jpa/pom.xml +++ b/jta-jpa/pom.xml @@ -25,13 +25,13 @@ Camel Quarkus :: Examples :: JTA JPA Camel Quarkus Example :: JTA JPA - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom 2.23.0 1.9.0 diff --git a/kafka/pom.xml b/kafka/pom.xml index 4855e785..b25a5887 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -28,13 +28,13 @@ Camel Quarkus Example :: Kafka - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8 diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml index 86594215..3048c810 100644 --- a/kamelet-chucknorris/pom.xml +++ b/kamelet-chucknorris/pom.xml @@ -28,16 +28,16 @@ Camel Quarkus Example :: Kamelet Chuck Norris - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - ${camel-quarkus.platform.version} + 3.8.0 - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8 diff --git a/message-bridge/pom.xml b/message-bridge/pom.xml index 1b77101d..b4ee5569 100644 --- a/message-bridge/pom.xml +++ b/message-bridge/pom.xml @@ -28,13 +28,13 @@ Camel Quarkus Example :: Configure XA Transactions and connection pooling - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8 diff --git a/observability/pom.xml b/observability/pom.xml index 0cb75ebe..52d04d40 100644 --- a/observability/pom.xml +++ b/observability/pom.xml @@ -29,13 +29,13 @@ - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8 diff --git a/platform-http-security-keycloak/pom.xml b/platform-http-security-keycloak/pom.xml index 10301cd1..4463b4e7 100644 --- a/platform-http-security-keycloak/pom.xml +++ b/platform-http-security-keycloak/pom.xml @@ -28,13 +28,13 @@ Camel Quarkus Example :: Platform HTTP Security Keycloak - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8 diff --git a/rest-json/pom.xml b/rest-json/pom.xml index acab93db..bba697ec 100644 --- a/rest-json/pom.xml +++ b/rest-json/pom.xml @@ -28,13 +28,13 @@ Camel Quarkus Example :: Rest Json - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8 diff --git a/timer-log-kotlin/pom.xml b/timer-log-kotlin/pom.xml index 23822e99..6f070495 100644 --- a/timer-log-kotlin/pom.xml +++ b/timer-log-kotlin/pom.xml @@ -28,13 +28,13 @@ Camel Quarkus Example :: Timer to Log Kotlin - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom 1.8.21 UTF-8 diff --git a/timer-log-main/pom.xml b/timer-log-main/pom.xml index 718c3c85..badf4c44 100644 --- a/timer-log-main/pom.xml +++ b/timer-log-main/pom.xml @@ -28,16 +28,16 @@ Camel Quarkus Example :: Timer to Log Main - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - ${camel-quarkus.platform.version} + 3.8.0 - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8 diff --git a/timer-log/pom.xml b/timer-log/pom.xml index 8998a83e..d8fcac56 100644 --- a/timer-log/pom.xml +++ b/timer-log/pom.xml @@ -28,13 +28,13 @@ Camel Quarkus Example :: Timer to Log - 3.8.0.CR1 - 3.8.0-SNAPSHOT + 3.8.1 + ${quarkus.platform.version} - io.quarkus + io.quarkus.platform quarkus-bom - org.apache.camel.quarkus - camel-quarkus-bom + ${quarkus.platform.group-id} + quarkus-camel-bom UTF-8 UTF-8