From 8a54769a4af430bbdbcef11dad78ed65060d11e8 Mon Sep 17 00:00:00 2001 From: lburgazzoli Date: Sun, 22 Dec 2019 10:58:27 +0100 Subject: [PATCH] Update to camel-quarkus 1.0.0-M2 --- .../src/main/resources/application.properties | 4 --- .../deployment/DeploymentProcessor.java | 30 ------------------- pom.xml | 4 +-- 3 files changed, 2 insertions(+), 36 deletions(-) delete mode 100644 camel-k-quarkus/camel-k-runtime-quarkus/deployment/src/main/java/org/apache/camel/k/quarkus/deployment/DeploymentProcessor.java diff --git a/camel-k-quarkus/camel-k-quarkus-core/it/src/main/resources/application.properties b/camel-k-quarkus/camel-k-quarkus-core/it/src/main/resources/application.properties index 91d5d757e..876ce6b3e 100644 --- a/camel-k-quarkus/camel-k-quarkus-core/it/src/main/resources/application.properties +++ b/camel-k-quarkus/camel-k-quarkus-core/it/src/main/resources/application.properties @@ -24,7 +24,3 @@ quarkus.log.console.enable = false # Camel # camel.context.name = camel-k-quarkus-ctx - -# -# Integration -# diff --git a/camel-k-quarkus/camel-k-runtime-quarkus/deployment/src/main/java/org/apache/camel/k/quarkus/deployment/DeploymentProcessor.java b/camel-k-quarkus/camel-k-runtime-quarkus/deployment/src/main/java/org/apache/camel/k/quarkus/deployment/DeploymentProcessor.java deleted file mode 100644 index 6f71be3a5..000000000 --- a/camel-k-quarkus/camel-k-runtime-quarkus/deployment/src/main/java/org/apache/camel/k/quarkus/deployment/DeploymentProcessor.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package org.apache.camel.k.quarkus.deployment; - -import io.quarkus.deployment.annotations.BuildProducer; -import io.quarkus.deployment.annotations.BuildStep; -import io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem; -import io.quarkus.runtime.configuration.TemporaryConfigSourceProvider; - -public class DeploymentProcessor { - @BuildStep - void registerReflectiveClasses(BuildProducer reflectiveClass) { - // TODO: this is needed as workaround for https://github.com/quarkusio/quarkus/issues/3498 - reflectiveClass.produce(new ReflectiveClassBuildItem(true, false, TemporaryConfigSourceProvider.class)); - } -} diff --git a/pom.xml b/pom.xml index bfc30bc13..66c7da2ba 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ 1.8 1.8 3.0.0 - 1.0.0-M1 + 1.0.0-M2 ${camel.version} 5.5.2 0.9.12 @@ -60,7 +60,7 @@ 1.4.26.Final 3.8.3 19.2.1 - 1.0.1.Final + 1.1.0.Final 2.1.2.Final 1.11.1 1.0-rc6