Skip to content

Commit

Permalink
Upgrade Camel to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Aug 14, 2023
1 parent 9c98b7e commit ea020ce
Show file tree
Hide file tree
Showing 70 changed files with 1,568 additions and 4,838 deletions.
26 changes: 0 additions & 26 deletions catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,19 +162,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-atlasmap</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-atom</artifactId>
Expand Down Expand Up @@ -864,19 +851,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-corda</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-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ asciidoc:
requires: "'util=camel-website-util,quarkus=xref:js/quarkus.js'"

# Project versions
camel-version: 4.0.0-RC2 # replace ${camel.version}
camel-version: 4.0.0 # replace ${camel.version}
camel-docs-version: ""
quarkus-version: 3.2.3.Final # replace ${quarkus.version}
graalvm-version: 23.0.1 # replace ${graalvm.version}
Expand Down
13 changes: 0 additions & 13 deletions docs/modules/ROOT/examples/components/atlasmap.yml

This file was deleted.

13 changes: 0 additions & 13 deletions docs/modules/ROOT/examples/components/corda.yml

This file was deleted.

2 changes: 0 additions & 2 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
*** xref:reference/extensions/activemq.adoc[ActiveMQ]
*** xref:reference/extensions/arangodb.adoc[ArangoDb]
*** xref:reference/extensions/asterisk.adoc[Asterisk]
*** xref:reference/extensions/atlasmap.adoc[AtlasMap]
*** xref:reference/extensions/atom.adoc[Atom]
*** xref:reference/extensions/attachments.adoc[Attachments]
*** xref:reference/extensions/avro.adoc[Avro]
Expand Down Expand Up @@ -91,7 +90,6 @@
*** xref:reference/extensions/console.adoc[Console]
*** xref:reference/extensions/consul.adoc[Consul]
*** xref:reference/extensions/controlbus.adoc[Control Bus]
*** xref:reference/extensions/corda.adoc[Corda]
*** xref:reference/extensions/core.adoc[Core]
*** xref:reference/extensions/couchdb.adoc[CouchDB]
*** xref:reference/extensions/couchbase.adoc[Couchbase]
Expand Down
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/migration-guide/3.0.0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ The following extensions have been removed.
[options="header"]
|===
| Extension | Alternative extension(s)
| camel-quarkus-atlasmap | camel-quarkus-mapstruct
| camel-quarkus-atmos | none
| camel-quarkus-avro-rpc | none
| camel-quarkus-caffeine-lrucache | camel-quarkus-ignite, camel-quarkus-infinispan
| camel-quarkus-corda | none
| camel-quarkus-dozer | camel-quarkus-mapstruct
| camel-quarkus-elasticsearch-rest | camel-quarkus-elasticsearch
| camel-quarkus-hbase | none
Expand Down
73 changes: 0 additions & 73 deletions docs/modules/ROOT/pages/reference/extensions/atlasmap.adoc

This file was deleted.

41 changes: 0 additions & 41 deletions docs/modules/ROOT/pages/reference/extensions/corda.adoc

This file was deleted.

3 changes: 0 additions & 3 deletions docs/modules/ROOT/pages/reference/extensions/jpa.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,3 @@ The extension leverages https://quarkus.io/guides/hibernate-orm[Quarkus Hibernat

Refer to the https://quarkus.io/guides/hibernate-orm[Quarkus Hibernate ORM] documentation to see how to configure Hibernate and your datasource,

When a single persistence unit is used, the Camel Quarkus JPA extension will automatically configure the JPA component with a
`EntityManagerFactory` and `TransactionManager`.

61 changes: 0 additions & 61 deletions extensions-jvm/corda/deployment/pom.xml

This file was deleted.

This file was deleted.

37 changes: 0 additions & 37 deletions extensions-jvm/corda/pom.xml

This file was deleted.

Loading

0 comments on commit ea020ce

Please sign in to comment.