This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch quarkus-master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit e9ecf7c176223e7f71b78d91d631de72f33bc953 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Mon Feb 22 07:31:23 2021 +0000 Upgrade to Quarkus 1.13.0.Final --- .../java/org/apache/camel/quarkus/component/hbase/it/HbaseTest.java | 2 ++ extensions-jvm/mybatis/integration-test/pom.xml | 4 ---- integration-tests/debezium/pom.xml | 5 +++++ integration-tests/pg-replication-slot/pom.xml | 5 +++++ pom.xml | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/extensions-jvm/hbase/integration-test/src/test/java/org/apache/camel/quarkus/component/hbase/it/HbaseTest.java b/extensions-jvm/hbase/integration-test/src/test/java/org/apache/camel/quarkus/component/hbase/it/HbaseTest.java index 1125aca..c686845 100644 --- a/extensions-jvm/hbase/integration-test/src/test/java/org/apache/camel/quarkus/component/hbase/it/HbaseTest.java +++ b/extensions-jvm/hbase/integration-test/src/test/java/org/apache/camel/quarkus/component/hbase/it/HbaseTest.java @@ -28,12 +28,14 @@ import org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder; import org.apache.hadoop.hbase.client.Connection; import org.apache.hadoop.hbase.client.ConnectionFactory; import org.apache.hadoop.hbase.client.TableDescriptorBuilder; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import static org.hamcrest.core.Is.is; @QuarkusTest @QuarkusTestResource(HBaseTestResource.class) +@Disabled("https://github.com/apache/camel-quarkus/issues/2295") class HbaseTest { @Test diff --git a/extensions-jvm/mybatis/integration-test/pom.xml b/extensions-jvm/mybatis/integration-test/pom.xml index 2c3f859..5f290fe 100644 --- a/extensions-jvm/mybatis/integration-test/pom.xml +++ b/extensions-jvm/mybatis/integration-test/pom.xml @@ -51,10 +51,6 @@ <groupId>io.quarkus</groupId> <artifactId>quarkus-resteasy</artifactId> </dependency> - <dependency> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-jdbc-h2</artifactId> - </dependency> <!-- test dependencies --> <dependency> diff --git a/integration-tests/debezium/pom.xml b/integration-tests/debezium/pom.xml index abc3b31..52e9ca0 100644 --- a/integration-tests/debezium/pom.xml +++ b/integration-tests/debezium/pom.xml @@ -78,6 +78,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>io.quarkus</groupId> + <artifactId>quarkus-datasource</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>io.rest-assured</groupId> <artifactId>rest-assured</artifactId> <scope>test</scope> diff --git a/integration-tests/pg-replication-slot/pom.xml b/integration-tests/pg-replication-slot/pom.xml index 4210ded..0ab3b5a 100644 --- a/integration-tests/pg-replication-slot/pom.xml +++ b/integration-tests/pg-replication-slot/pom.xml @@ -62,6 +62,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>io.quarkus</groupId> + <artifactId>quarkus-datasource</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>io.rest-assured</groupId> <artifactId>rest-assured</artifactId> <scope>test</scope> diff --git a/pom.xml b/pom.xml index 5a472b2..3439400 100644 --- a/pom.xml +++ b/pom.xml @@ -105,7 +105,7 @@ <optaplanner.version>7.46.0.Final</optaplanner.version> <quarkiverse.freemarker.version>0.2.2</quarkiverse.freemarker.version> <quarkiverse-minio.version>0.2.0</quarkiverse-minio.version> - <quarkus.version>1.12.0.Final</quarkus.version> + <quarkus.version>999-SNAPSHOT</quarkus.version> <quarkus-google-cloud.version>0.3.0</quarkus-google-cloud.version> <quarkus-hazelcast-client.version>1.1.1</quarkus-hazelcast-client.version> <quarkus-qpid-jms.version>0.23.0</quarkus-qpid-jms.version>