From 8df9d2e8b1632831207d8b73cd84f66f02777354 Mon Sep 17 00:00:00 2001 From: James Netherton Date: Tue, 27 Feb 2024 11:38:12 +0000 Subject: [PATCH 1/2] Use correct quarkus-extension-maven-plugin in beanio extension --- extensions-jvm/beanio/runtime/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions-jvm/beanio/runtime/pom.xml b/extensions-jvm/beanio/runtime/pom.xml index 83be09ba89d2..97809336a853 100644 --- a/extensions-jvm/beanio/runtime/pom.xml +++ b/extensions-jvm/beanio/runtime/pom.xml @@ -49,7 +49,7 @@ io.quarkus - quarkus-bootstrap-maven-plugin + quarkus-extension-maven-plugin org.apache.maven.plugins From 605b3954773d92e5c9dbede4c005c40f2755202b Mon Sep 17 00:00:00 2001 From: James Netherton Date: Tue, 27 Feb 2024 12:03:57 +0000 Subject: [PATCH 2/2] 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 f80a7726137e..db2e6f7c4349 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 0a0f4d405ede..6b7808580088 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 97809336a853..64fe337ff53b 100644 --- a/extensions-jvm/beanio/runtime/pom.xml +++ b/extensions-jvm/beanio/runtime/pom.xml @@ -31,7 +31,7 @@ Marshal and unmarshal Java beans to and from flat files (such as CSV, delimited, or fixed length formats). - 1.1.0 + 3.8.0