(camel-quarkus) 05/16: Generated files

2024-06-03 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit daa5dc7383baf2c11d92eac7a7e218fc6bb20977
Author: JiriOndrusek 
AuthorDate: Mon May 20 09:24:06 2024 +0200

Generated files
---
 docs/modules/ROOT/examples/components/activemq.yml |  4 ++--
 docs/modules/ROOT/examples/components/nitrite.yml  |  2 +-
 docs/modules/ROOT/pages/reference/extensions/activemq.adoc |  6 +++---
 docs/modules/ROOT/pages/reference/extensions/nitrite.adoc  |  6 +++---
 poms/bom/src/main/generated/flattened-full-pom.xml | 14 +++---
 poms/bom/src/main/generated/flattened-reduced-pom.xml  | 12 ++--
 .../src/main/generated/flattened-reduced-verbose-pom.xml   | 12 ++--
 7 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/docs/modules/ROOT/examples/components/activemq.yml 
b/docs/modules/ROOT/examples/components/activemq.yml
index e1fbbf302b..252dbc3067 100644
--- a/docs/modules/ROOT/examples/components/activemq.yml
+++ b/docs/modules/ROOT/examples/components/activemq.yml
@@ -8,6 +8,6 @@ cqDeprecated: false
 cqJvmSince: 1.0.0
 cqNativeSince: 1.0.0
 cqCamelPartName: activemq
-cqCamelPartTitle: ActiveMQ
-cqCamelPartDescription: Send messages to (or consume from) Apache ActiveMQ. 
This component extends the Camel JMS component.
+cqCamelPartTitle: ActiveMQ 5.x
+cqCamelPartDescription: Send messages to (or consume from) Apache ActiveMQ 
5.x. This component extends the Camel JMS component.
 cqExtensionPageTitle: ActiveMQ
diff --git a/docs/modules/ROOT/examples/components/nitrite.yml 
b/docs/modules/ROOT/examples/components/nitrite.yml
index 012e488442..9e0d9d023b 100644
--- a/docs/modules/ROOT/examples/components/nitrite.yml
+++ b/docs/modules/ROOT/examples/components/nitrite.yml
@@ -4,7 +4,7 @@ cqArtifactId: camel-quarkus-nitrite
 cqArtifactIdBase: nitrite
 cqNativeSupported: true
 cqStatus: Stable
-cqDeprecated: false
+cqDeprecated: true
 cqJvmSince: 1.0.0
 cqNativeSince: 1.8.0
 cqCamelPartName: nitrite
diff --git a/docs/modules/ROOT/pages/reference/extensions/activemq.adoc 
b/docs/modules/ROOT/pages/reference/extensions/activemq.adoc
index 430c0383fd..c044c78689 100644
--- a/docs/modules/ROOT/pages/reference/extensions/activemq.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/activemq.adoc
@@ -8,7 +8,7 @@
 :cq-native-supported: true
 :cq-status: Stable
 :cq-status-deprecation: Stable
-:cq-description: Send messages to (or consume from) Apache ActiveMQ. This 
component extends the Camel JMS component.
+:cq-description: Send messages to (or consume from) Apache ActiveMQ 5.x. This 
component extends the Camel JMS component.
 :cq-deprecated: false
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.0.0
@@ -18,12 +18,12 @@ ifeval::[{doc-show-badges} == true]
 [.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native 
since##[.badge-supported]##1.0.0##
 endif::[]
 
-Send messages to (or consume from) Apache ActiveMQ. This component extends the 
Camel JMS component.
+Send messages to (or consume from) Apache ActiveMQ 5.x. This component extends 
the Camel JMS component.
 
 [id="extensions-activemq-whats-inside"]
 == What's inside
 
-* xref:{cq-camel-components}::activemq-component.adoc[ActiveMQ component], URI 
syntax: `activemq:destinationType:destinationName`
+* xref:{cq-camel-components}::activemq-component.adoc[ActiveMQ 5.x component], 
URI syntax: `activemq:destinationType:destinationName`
 
 Please refer to the above link for usage and configuration details.
 
diff --git a/docs/modules/ROOT/pages/reference/extensions/nitrite.adoc 
b/docs/modules/ROOT/pages/reference/extensions/nitrite.adoc
index d94defb0da..bd7eda15d6 100644
--- a/docs/modules/ROOT/pages/reference/extensions/nitrite.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/nitrite.adoc
@@ -7,15 +7,15 @@
 :cq-artifact-id: camel-quarkus-nitrite
 :cq-native-supported: true
 :cq-status: Stable
-:cq-status-deprecation: Stable
+:cq-status-deprecation: Stable Deprecated
 :cq-description: Access Nitrite databases.
-:cq-deprecated: false
+:cq-deprecated: true
 :cq-jvm-since: 1.0.0
 :cq-native-since: 1.8.0
 
 ifeval::[{doc-show-badges} == true]
 [.badges]
-[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native 
since##[.badge-supported]##1.8.0##
+[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native 
since##[.badge-supported]##1.8.0## 
[.badge-key]##⚠️##[.badge-unsupported]##Deprecated##
 endif::[]
 
 Access Nitrite databases.
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index b0a8bc8287..3e0f46a0a2 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -7077,7 +7077,7 @@
   
 org.springframework
 spring-aop
-6.1.6
+6.1.7
 
   
  

(camel-quarkus) 05/16: Generated files

2023-11-10 Thread jiriondrusek
This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit f608b10a33f795ad00033960a67dda415a40e264
Author: JiriOndrusek 
AuthorDate: Fri Oct 20 08:49:09 2023 +0200

Generated files
---
 poms/bom/src/main/generated/flattened-full-pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml 
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 498ff0630b..3435df592a 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -6192,12 +6192,12 @@
   
 io.dropwizard.metrics
 dropwizard-core
-4.2.19
+4.2.21
   
   
 io.dropwizard.metrics
 metrics-jmx
-4.2.19
+4.2.21
   
   
 io.grpc