Skip to content

Commit

Permalink
Upgrade Camel to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton authored and JiriOndrusek committed Oct 9, 2024
1 parent 927e421 commit fb174cb
Show file tree
Hide file tree
Showing 47 changed files with 16 additions and 2,025 deletions.
26 changes: 0 additions & 26 deletions catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2385,32 +2385,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-kotlin</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-kotlin-dsl</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-kubernetes</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ asciidoc:
requires: "'util=camel-website-util,quarkus=xref:js/quarkus.js'"

# Project versions
camel-version: 4.8.0 # replace ${camel.version}
camel-docs-version: 4.8.x
camel-version: 4.9.0-SNAPSHOT # replace ${camel.version}
camel-docs-version: next
camel-quarkus-version: 3.16.0 # replace ${camel-quarkus.version}
quarkus-version: 3.15.1 # replace ${quarkus.version}
graalvm-version: 23.1.2 # replace ${graalvm.version}
graalvm-docs-version: jdk21 # replace ${graalvm-docs.version}
mapstruct-version: 1.6.0 # replace ${mapstruct.version}
mapstruct-version: 1.6.2 # replace ${mapstruct.version}
min-maven-version: 3.8.2 # replace ${min-maven-version}
target-maven-version: 3.9.8 # replace ${target-maven-version}

# Attributes used in xrefs to other Antora components
cq-camel-components: components
cq-camel-components: next@components
doc-link-icon-lock: "icon:lock"
quarkus-examples-version: latest

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/examples/components/jms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ cqJvmSince: 1.0.0
cqNativeSince: 1.0.0
cqCamelPartName: jms
cqCamelPartTitle: JMS
cqCamelPartDescription: Sent and receive messages to/from a JMS Queue or Topic.
cqCamelPartDescription: Send and receive messages to/from JMS message brokers.
cqExtensionPageTitle: JMS
13 changes: 0 additions & 13 deletions docs/modules/ROOT/examples/others/kotlin-dsl.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 @@ -191,8 +191,6 @@
*** xref:reference/extensions/knative.adoc[Knative]
*** xref:reference/extensions/knative-consumer.adoc[Knative Consumer]
*** xref:reference/extensions/knative-producer.adoc[Knative Producer]
*** xref:reference/extensions/kotlin.adoc[Kotlin]
*** xref:reference/extensions/kotlin-dsl.adoc[Kotlin DSL]
*** xref:reference/extensions/kubernetes.adoc[Kubernetes]
*** xref:reference/extensions/kubernetes-cluster-service.adoc[Kubernetes Cluster Service]
*** xref:reference/extensions/kudu.adoc[Kudu]
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/reference/extensions/jms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Sent and receive messages to/from a JMS Queue or Topic.
:cq-description: Send and receive messages to/from JMS message brokers.
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: 1.0.0
Expand All @@ -18,7 +18,7 @@ ifeval::[{doc-show-badges} == true]
[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0##
endif::[]

Sent and receive messages to/from a JMS Queue or Topic.
Send and receive messages to/from JMS message brokers.

[id="extensions-jms-whats-inside"]
== What's inside
Expand Down
45 changes: 0 additions & 45 deletions docs/modules/ROOT/pages/reference/extensions/kotlin-dsl.adoc

This file was deleted.

39 changes: 0 additions & 39 deletions docs/modules/ROOT/pages/reference/extensions/kotlin.adoc

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
---
name: "Camel JMS"
description: "Sent and receive messages to/from a JMS Queue or Topic"
description: "Send and receive messages to/from JMS message brokers"
metadata:
icon-url: "https://raw.githubusercontent.com/apache/camel-website/main/antora-ui-camel/src/img/logo-d.svg"
guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/jms.html"
Expand Down
69 changes: 0 additions & 69 deletions extensions/kotlin-dsl/deployment/pom.xml

This file was deleted.

Loading

0 comments on commit fb174cb

Please sign in to comment.