You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2024/02/27 14:13:55 UTC

(camel-quarkus) 02/02: Update beanio jvmSince version to 3.8.0

This is an automated email from the ASF dual-hosted git repository.

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

commit f955ba7ddacc76959b38eb89b38787d8e92d3084
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Feb 27 12:03:57 2024 +0000

    Update beanio jvmSince version to 3.8.0
---
 docs/modules/ROOT/examples/dataformats/beanio.yml        | 2 +-
 docs/modules/ROOT/pages/reference/extensions/beanio.adoc | 4 ++--
 extensions-jvm/beanio/runtime/pom.xml                    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/examples/dataformats/beanio.yml b/docs/modules/ROOT/examples/dataformats/beanio.yml
index f80a772613..db2e6f7c43 100644
--- a/docs/modules/ROOT/examples/dataformats/beanio.yml
+++ b/docs/modules/ROOT/examples/dataformats/beanio.yml
@@ -5,7 +5,7 @@ cqArtifactIdBase: beanio
 cqNativeSupported: false
 cqStatus: Preview
 cqDeprecated: false
-cqJvmSince: 1.1.0
+cqJvmSince: 3.8.0
 cqNativeSince: n/a
 cqCamelPartName: beanio
 cqCamelPartTitle: BeanIO
diff --git a/docs/modules/ROOT/pages/reference/extensions/beanio.adoc b/docs/modules/ROOT/pages/reference/extensions/beanio.adoc
index 0a0f4d405e..6b78085800 100644
--- a/docs/modules/ROOT/pages/reference/extensions/beanio.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/beanio.adoc
@@ -9,12 +9,12 @@
 :cq-status-deprecation: Preview
 :cq-description: Marshal and unmarshal Java beans to and from flat files (such as CSV, delimited, or fixed length formats).
 :cq-deprecated: false
-:cq-jvm-since: 1.1.0
+:cq-jvm-since: 3.8.0
 :cq-native-since: n/a
 
 ifeval::[{doc-show-badges} == true]
 [.badges]
-[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
+[.badge-key]##JVM since##[.badge-supported]##3.8.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
 endif::[]
 
 Marshal and unmarshal Java beans to and from flat files (such as CSV, delimited, or fixed length formats).
diff --git a/extensions-jvm/beanio/runtime/pom.xml b/extensions-jvm/beanio/runtime/pom.xml
index 97809336a8..64fe337ff5 100644
--- a/extensions-jvm/beanio/runtime/pom.xml
+++ b/extensions-jvm/beanio/runtime/pom.xml
@@ -31,7 +31,7 @@
     <description>Marshal and unmarshal Java beans to and from flat files (such as CSV, delimited, or fixed length formats).</description>
 
     <properties>
-        <camel.quarkus.jvmSince>1.1.0</camel.quarkus.jvmSince>
+        <camel.quarkus.jvmSince>3.8.0</camel.quarkus.jvmSince>
     </properties>
 
     <dependencies>