Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Quarkus 1.13.0.CR1 #2343

Merged
merged 5 commits into from
Mar 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 0 additions & 13 deletions catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4207,19 +4207,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-websocket-jsr356</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-weka</artifactId>
Expand Down
1 change: 0 additions & 1 deletion docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@
*** xref:reference/extensions/ipfs.adoc[IPFS]
*** xref:reference/extensions/irc.adoc[IRC]
*** xref:reference/extensions/jacksonxml.adoc[JacksonXML]
*** xref:reference/extensions/websocket-jsr356.adoc[Javax Websocket]
*** xref:reference/extensions/jaxb.adoc[JAXB]
*** xref:reference/extensions/jbpm.adoc[JBPM]
*** xref:reference/extensions/jclouds.adoc[JClouds]
Expand Down
65 changes: 0 additions & 65 deletions docs/modules/ROOT/pages/reference/extensions/websocket-jsr356.adoc

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
:cq-artifact-id: camel-quarkus-websocket-jsr356
:cq-artifact-id-base: websocket-jsr356
:cq-native-supported: true
:cq-status: Stable
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: 1.0.0
:cq-camel-part-name: websocket-jsr356
:cq-camel-part-title: Javax Websocket
:cq-camel-part-description: Expose websocket endpoints using JSR356.
:cq-extension-page-title: Javax Websocket (JSR 356)
// Empty partial for a Camel bit unsupported by Camel Quarkus to avoid warnings when this file is included from a Camel page
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@
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
Expand Down
4 changes: 0 additions & 4 deletions extensions-jvm/mybatis/integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 4 additions & 0 deletions extensions-support/debezium/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-datasource-deployment</artifactId>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-support-debezium</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions extensions-support/debezium/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-datasource</artifactId>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions extensions/pg-replication-slot/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-datasource-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jdbc-postgresql-deployment</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions extensions/pg-replication-slot/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-datasource</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jdbc-postgresql</artifactId>
Expand Down
1 change: 0 additions & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@
<module>vertx-websocket</module>
<module>vm</module>
<module>weather</module>
<module>websocket-jsr356</module>
<module>xmlsecurity</module>
<module>xpath</module>
<module>xslt</module>
Expand Down