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 camel to 4.9.0 #6836

Merged
merged 6 commits into from
Dec 4, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 0 additions & 65 deletions catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1605,19 +1605,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-groovy-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-grpc</artifactId>
Expand Down Expand Up @@ -2164,19 +2151,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-js-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-jsch</artifactId>
Expand All @@ -2190,19 +2164,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-jsh-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-jslt</artifactId>
Expand Down Expand Up @@ -2385,32 +2346,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.1 # replace ${camel.version}
camel-docs-version: 4.8.x
camel-version: 4.9.0 # replace ${camel.version}
camel-docs-version: next
camel-quarkus-version: 3.17.0 # replace ${camel-quarkus.version}
quarkus-version: 3.17.2 # 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.3 # replace ${mapstruct.version}
min-maven-version: 3.8.2 # replace ${min-maven-version}
target-maven-version: 3.9.9 # 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/etcd3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-etcd3
cqArtifactIdBase: etcd3
cqNativeSupported: false
cqStatus: Preview
cqDeprecated: false
cqDeprecated: true
cqJvmSince: 2.0.0
cqNativeSince: n/a
cqCamelPartName: etcd3
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ cqDeprecated: false
cqJvmSince: 1.0.0
cqNativeSince: 1.0.0
cqCamelPartName: openshift-build-configs
cqCamelPartTitle: Openshift Build Config
cqCamelPartTitle: OpenShift Build Config
cqCamelPartDescription: Perform operations on OpenShift Build Configs.
cqExtensionPageTitle: Kubernetes
2 changes: 1 addition & 1 deletion docs/modules/ROOT/examples/components/openshift-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ cqDeprecated: false
cqJvmSince: 1.0.0
cqNativeSince: 1.0.0
cqCamelPartName: openshift-builds
cqCamelPartTitle: Openshift Builds
cqCamelPartTitle: OpenShift Builds
cqCamelPartDescription: Perform operations on OpenShift Builds.
cqExtensionPageTitle: Kubernetes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ cqDeprecated: false
cqJvmSince: 1.0.0
cqNativeSince: 1.0.0
cqCamelPartName: openshift-deploymentconfigs
cqCamelPartTitle: Openshift Deployment Configs
cqCamelPartDescription: Perform operations on Openshift Deployment Configs and get notified on Deployment Config changes.
cqCamelPartTitle: OpenShift Deployment Configs
cqCamelPartDescription: Perform operations on OpenShift Deployment Configs and get notified on Deployment Config changes.
cqExtensionPageTitle: Kubernetes
13 changes: 0 additions & 13 deletions docs/modules/ROOT/examples/others/groovy-dsl.yml

This file was deleted.

13 changes: 0 additions & 13 deletions docs/modules/ROOT/examples/others/js-dsl.yml

This file was deleted.

13 changes: 0 additions & 13 deletions docs/modules/ROOT/examples/others/jsh-dsl.yml

This file was deleted.

13 changes: 0 additions & 13 deletions docs/modules/ROOT/examples/others/kotlin-dsl.yml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@
*** xref:reference/extensions/graphql.adoc[GraphQL]
*** xref:reference/extensions/grok.adoc[Grok]
*** xref:reference/extensions/groovy.adoc[Groovy]
*** xref:reference/extensions/groovy-dsl.adoc[Groovy DSL]
*** xref:reference/extensions/gson.adoc[Gson]
*** xref:reference/extensions/guava-eventbus.adoc[Guava EventBus]
*** xref:reference/extensions/hl7.adoc[HL7]
Expand Down Expand Up @@ -181,8 +180,6 @@
*** xref:reference/extensions/jasypt.adoc[Jasypt]
*** xref:reference/extensions/java-joor-dsl.adoc[Java jOOR DSL]
*** xref:reference/extensions/javascript.adoc[JavaScript]
*** xref:reference/extensions/js-dsl.adoc[JavaScript DSL]
*** xref:reference/extensions/jsh-dsl.adoc[JavaShell DSL]
*** xref:reference/extensions/jfr.adoc[Jfr]
*** xref:reference/extensions/jira.adoc[Jira]
*** xref:reference/extensions/json-patch.adoc[JsonPatch]
Expand All @@ -191,8 +188,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
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/reference/extensions/etcd3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
:cq-artifact-id: camel-quarkus-etcd3
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-status-deprecation: Preview Deprecated
:cq-description: Aggregation repository using EtcD as datastore
:cq-deprecated: false
:cq-deprecated: true
:cq-jvm-since: 2.0.0
:cq-native-since: n/a

ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##2.0.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
[.badge-key]##JVM since##[.badge-supported]##2.0.0## [.badge-key]##Native##[.badge-unsupported]##unsupported## [.badge-key]##⚠️##[.badge-unsupported]##Deprecated##
endif::[]

Aggregation repository using EtcD as datastore
Expand Down
45 changes: 0 additions & 45 deletions docs/modules/ROOT/pages/reference/extensions/groovy-dsl.adoc

This file was deleted.

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
Loading
Loading