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
The following commit(s) were added to refs/heads/camel-main by this push:
new f1b2dc0a7e Regen
f1b2dc0a7e is described below
commit f1b2dc0a7ef82a9359f78b8c05dff9c0678371cc
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Wed Aug 26 13:38:08 2026 +0200
Regen
---
.../ROOT/pages/reference/extensions/leveldb.adoc | 13 +++-------
.../main/resources/META-INF/quarkus-extension.yaml | 2 +-
pom.xml | 4 ++--
poms/bom/pom.xml | 4 ++++
poms/bom/src/main/generated/flattened-full-pom.xml | 28 ++++++++++++----------
.../src/main/generated/flattened-reduced-pom.xml | 28 ++++++++++++----------
.../generated/flattened-reduced-verbose-pom.xml | 28 ++++++++++++----------
7 files changed, 58 insertions(+), 49 deletions(-)
diff --git a/docs/modules/ROOT/pages/reference/extensions/leveldb.adoc
b/docs/modules/ROOT/pages/reference/extensions/leveldb.adoc
index 4f39509b61..7b0234caed 100644
--- a/docs/modules/ROOT/pages/reference/extensions/leveldb.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/leveldb.adoc
@@ -6,26 +6,19 @@
:cq-artifact-id: camel-quarkus-leveldb
:cq-native-supported: true
:cq-status: Stable
-:cq-status-deprecation: Stable Deprecated
+:cq-status-deprecation: Stable
:cq-description: Using LevelDB as persistent EIP store
-:cq-deprecated: true
+:cq-deprecated: false
:cq-jvm-since: 1.2.0
:cq-native-since: 1.2.0
ifeval::[{doc-show-badges} == true]
[.badges]
-[.badge-key]##JVM since##[.badge-supported]##1.2.0## [.badge-key]##Native
since##[.badge-supported]##1.2.0##
[.badge-key]##⚠️##[.badge-unsupported]##Deprecated##
+[.badge-key]##JVM since##[.badge-supported]##1.2.0## [.badge-key]##Native
since##[.badge-supported]##1.2.0##
endif::[]
Using LevelDB as persistent EIP store
-[id="extensions-leveldb-whats-inside"]
-== What's inside
-
-* xref:{cq-camel-components}:others:leveldb.adoc[LevelDB]
-
-Please refer to the above link for usage and configuration details.
-
[id="extensions-leveldb-maven-coordinates"]
== Maven coordinates
diff --git
a/extensions/leveldb/runtime/src/main/resources/META-INF/quarkus-extension.yaml
b/extensions/leveldb/runtime/src/main/resources/META-INF/quarkus-extension.yaml
index 272a334811..6042daf714 100644
---
a/extensions/leveldb/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++
b/extensions/leveldb/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -29,7 +29,7 @@ metadata:
guide:
"https://camel.apache.org/camel-quarkus/latest/reference/extensions/leveldb.html"
categories:
- "integration"
- status: "deprecated"
+ status: "stable"
integrates:
- name: "Camel"
artifact: "org.apache.camel:camel-base"
diff --git a/pom.xml b/pom.xml
index 8bd801a562..28f376993c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
<langchain4j.version>1.19.0</langchain4j.version><!-- @sync
io.quarkiverse.langchain4j:quarkus-langchain4j-parent:${quarkiverse-langchain4j.version}
prop:langchain4j.version -->
<langchain4j-beta.version>1.19.0-beta29</langchain4j-beta.version><!--
@sync dev.langchain4j:langchain4j-bom:${langchain4j.version}
prop:langchain4j.beta.version -->
<mapstruct.version>${mapstruct-version}</mapstruct.version>
- <mbassador.version>1.3.0</mbassador.version><!-- @sync
com.hierynomus:smbj:${smbj-version} dep:net.engio:mbassador -->
+ <mbassador.version>1.3.2</mbassador.version><!-- @sync
com.hierynomus:smbj:${smbj-version} dep:net.engio:mbassador -->
<micrometer-tracing.version>1.7.0</micrometer-tracing.version><!-- Not
in quarkus-bom yet, align with micrometer version in
io.quarkus:quarkus-bom:${quarkus.version} - tracing 1.6.x matches core 1.16.x
https://repo1.maven.org/maven2/io/micrometer/micrometer-tracing-bom/ -->
<mina.version>${mina-version}</mina.version>
<minio.version>9.0.3</minio.version><!-- @sync
io.quarkiverse.minio:quarkus-minio-parent:${quarkiverse-minio.version}
prop:minio.version -->
@@ -154,7 +154,7 @@
<murmur.version>1.0.0</murmur.version>
<mvel2.version>2.5.2.Final</mvel2.version><!-- @sync
org.apache.camel:camel-dependencies:${camel.version} prop:mvel-version -->
<mybatis.version>3.5.19</mybatis.version><!-- @sync
io.quarkiverse.mybatis:quarkus-parent:${quarkiverse-mybatis.version}
prop:mybatis.version -->
- <oak-jackrabbit-api.version>1.88.0</oak-jackrabbit-api.version><!--
@sync org.apache.jackrabbit:jackrabbit-parent:${jackrabbit-version}
prop:oak-jackrabbit-api.version.implemented -->
+ <oak-jackrabbit-api.version>2.2.0</oak-jackrabbit-api.version><!--
@sync org.apache.jackrabbit:jackrabbit-parent:${jackrabbit-version}
prop:oak-jackrabbit-api.version.implemented -->
<okhttp.version>4.12.0</okhttp.version>
<okhttp-jvm.version>5.2.1</okhttp-jvm.version>
<okio.version>3.16.1</okio.version><!-- @sync
com.squareup.okhttp3:okhttp-jvm:${okhttp-jvm.version}
dep:com.squareup.okio:okio-jvm-->
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 352a5ee0f9..60ce781fe7 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -1940,6 +1940,10 @@
<artifactId>camel-jcr</artifactId>
<version>${camel.version}</version>
<exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml
b/poms/bom/src/main/generated/flattened-full-pom.xml
index 8e923a9b42..8bce138ea4 100644
--- a/poms/bom/src/main/generated/flattened-full-pom.xml
+++ b/poms/bom/src/main/generated/flattened-full-pom.xml
@@ -1853,6 +1853,10 @@
<artifactId>camel-jcr</artifactId>
<version>4.23.0-SNAPSHOT</version>
<exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
@@ -7791,7 +7795,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
- <version>1.3.6</version>
+ <version>1.3.7</version>
</dependency>
<dependency>
<groupId>io.quarkiverse.batik</groupId>
@@ -7962,7 +7966,7 @@
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
- <version>2.1.46</version>
+ <version>2.1.47</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
@@ -7999,7 +8003,7 @@
<dependency>
<groupId>net.engio</groupId>
<artifactId>mbassador</artifactId>
- <version>1.3.0</version>
+ <version>1.3.2</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
@@ -8099,7 +8103,7 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-jackrabbit-api</artifactId>
- <version>1.88.0</version>
+ <version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
@@ -8365,7 +8369,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -8380,7 +8384,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -8391,7 +8395,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -8406,7 +8410,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -8421,7 +8425,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -8436,7 +8440,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -8451,7 +8455,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -8470,7 +8474,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
- <version>4.1.0</version>
+ <version>4.1.1</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml
b/poms/bom/src/main/generated/flattened-reduced-pom.xml
index 1e3fb480b9..cd01d1999a 100644
--- a/poms/bom/src/main/generated/flattened-reduced-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml
@@ -954,7 +954,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
- <version>1.3.6</version>
+ <version>1.3.7</version>
</dependency>
<dependency>
<groupId>io.quarkiverse.batik</groupId>
@@ -1280,7 +1280,7 @@
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
- <version>2.1.46</version>
+ <version>2.1.47</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
@@ -1338,7 +1338,7 @@
<dependency>
<groupId>net.engio</groupId>
<artifactId>mbassador</artifactId>
- <version>1.3.0</version>
+ <version>1.3.2</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
@@ -3196,6 +3196,10 @@
<artifactId>camel-jcr</artifactId>
<version>4.23.0-SNAPSHOT</version>
<exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
@@ -8888,7 +8892,7 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-jackrabbit-api</artifactId>
- <version>1.88.0</version>
+ <version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
@@ -9546,7 +9550,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -9561,7 +9565,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -9572,7 +9576,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -9587,7 +9591,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -9602,7 +9606,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -9617,7 +9621,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -9632,7 +9636,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -9651,7 +9655,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
- <version>4.1.0</version>
+ <version>4.1.1</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
index 165e1612a7..da13c75c2c 100644
--- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
+++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml
@@ -954,7 +954,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
- <version>1.3.6</version>
+ <version>1.3.7</version>
</dependency>
<dependency>
<groupId>io.quarkiverse.batik</groupId>
@@ -1280,7 +1280,7 @@
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
- <version>2.1.46</version>
+ <version>2.1.47</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
@@ -1338,7 +1338,7 @@
<dependency>
<groupId>net.engio</groupId>
<artifactId>mbassador</artifactId>
- <version>1.3.0</version>
+ <version>1.3.2</version>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
@@ -3196,6 +3196,10 @@
<artifactId>camel-jcr</artifactId>
<version>4.23.0-SNAPSHOT</version>
<exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
@@ -8888,7 +8892,7 @@
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>oak-jackrabbit-api</artifactId>
- <version>1.88.0</version>
+ <version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
@@ -9546,7 +9550,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -9561,7 +9565,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -9572,7 +9576,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -9587,7 +9591,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -9602,7 +9606,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -9617,7 +9621,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -9632,7 +9636,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>7.0.8</version>
+ <version>7.0.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
@@ -9651,7 +9655,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
- <version>4.1.0</version>
+ <version>4.1.1</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>