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-website.git


The following commit(s) were added to refs/heads/main by this push:
     new ebd3f124 Camel Quarkus 2.12.0 announcement
ebd3f124 is described below

commit ebd3f1240ca09304615ceddcf3a4e79fb4bd2b89
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu Sep 1 11:32:39 2022 +0100

    Camel Quarkus 2.12.0 announcement
---
 antora-playbook-snippets/antora-playbook.yml       |   1 +
 .../camel-featured.jpeg                            | Bin 0 -> 625206 bytes
 .../2022/09/camel-quarkus-release-2.12.0/index.md  |  44 +++++++++++++++++++++
 content/releases/q/release-2.12.0.md               |  12 ++++++
 4 files changed, 57 insertions(+)

diff --git a/antora-playbook-snippets/antora-playbook.yml 
b/antora-playbook-snippets/antora-playbook.yml
index 8cc0868e..bafc4d9c 100644
--- a/antora-playbook-snippets/antora-playbook.yml
+++ b/antora-playbook-snippets/antora-playbook.yml
@@ -62,6 +62,7 @@ content:
     - url: https://github.com/apache/camel-quarkus.git
       branches:
         - main
+        - 2.12.x
         - 2.11.x
         - 2.10.x
         - 2.9.x
diff --git 
a/content/blog/2022/09/camel-quarkus-release-2.12.0/camel-featured.jpeg 
b/content/blog/2022/09/camel-quarkus-release-2.12.0/camel-featured.jpeg
new file mode 100644
index 00000000..36c23a02
Binary files /dev/null and 
b/content/blog/2022/09/camel-quarkus-release-2.12.0/camel-featured.jpeg differ
diff --git a/content/blog/2022/09/camel-quarkus-release-2.12.0/index.md 
b/content/blog/2022/09/camel-quarkus-release-2.12.0/index.md
new file mode 100644
index 00000000..355ef240
--- /dev/null
+++ b/content/blog/2022/09/camel-quarkus-release-2.12.0/index.md
@@ -0,0 +1,44 @@
+---
+title: "Camel Quarkus 2.12.0 Released"
+date: 2022-09-01
+authors: ["jamesnetherton"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 2.12.0 Released"
+summary: "Camel Quarkus 2.12.0 is released and aligns with Camel 3.18.1 and 
Quarkus 2.12.0.Final"
+---
+
+<sub><sup>Image by <a 
href="https://www.flickr.com/photos/lanzen/5984113332";>Anders Lanzen</a> <a 
href="https://creativecommons.org/licenses/by-nc-sa/2.0";>CC BY-NC-SA 
2.0</a></sup></sub>
+
+We are pleased to announce the 2.12.0 release of Camel Quarkus.
+It aligns with Camel 3.18.1 and Quarkus 2.12.0.Final.
+Many thanks to all contributors and issue reporters!
+
+## Camel 3.18.1
+
+Camel Quarkus 2.12.0 is aligned to Camel 3.18.1. Please refer to the [Camel 
3.18.1 announcement](/blog/2022/08/RELEASE-3.18.1/) for more details about the 
3.18.1 release.
+
+## Quarkus 2.12.0.Final
+
+Please refer to the [Quarkus 2.12.0.Final 
announcement](https://quarkus.io/blog/quarkus-2-12-0-final-released/) for more 
details.
+
+## New extensions
+
+There is one new extension in the 2.12.0 release. The long awaited and highly 
requested [CXF SOAP](/camel-quarkus/2.12.x/reference/extensions/cxf-soap.html) 
extension is now avilable 
+for both JVM and native modes.
+
+## JVM mode testing improvements
+
+Another highly requested feature has been the ability to use testing 
constructs available in other Camel runtimes such as `CamelTestSupport`. The 
good news is that support for such tests has now 
+arrived in the form of a new `camel-quarkus-junit5` dependency and 
`CamelQuarkusTestSupport` class.
+
+You can read more about how it works in the 
[documentation](/camel-quarkus/2.12.x/user-guide/testing.html#_cameltestsupport_style_of_testing).
+
+## Release notes
+
+Fixed issues:
+
+* [Milestone 
2.12.0](https://github.com/apache/camel-quarkus/milestone/31?closed=1)
+
+All commits:
+
+* 
[2.11.0..2.12.0](https://github.com/apache/camel-quarkus/compare/2.11.0...2.12.0)
diff --git a/content/releases/q/release-2.12.0.md 
b/content/releases/q/release-2.12.0.md
new file mode 100644
index 00000000..d0810ecf
--- /dev/null
+++ b/content/releases/q/release-2.12.0.md
@@ -0,0 +1,12 @@
+---
+url: "/releases/q-2.12.0/"
+date: 2022-09-01T10:00:00+01:00
+type: release-note
+version: "2.12.0"
+title: "Camel Quarkus release 2.12.0"
+preview: ""
+changelog: ""
+category: "camel-quarkus"
+milestone: 31
+jdk: [11]
+---

Reply via email to