This is an automated email from the ASF dual-hosted git repository. zbendhiba 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 3333c82 Announce Camel Quarkus 2.6.0 (#736) 3333c82 is described below commit 3333c8227a79f82ade4effa2ea2fa24637e67cda Author: Zineb BENDHIBA <bendhiba.zi...@gmail.com> AuthorDate: Thu Dec 23 12:04:57 2021 +0100 Announce Camel Quarkus 2.6.0 (#736) Thanks for the reviews --- antora-playbook.yml | 1 + .../camel-featured.jpeg | Bin 0 -> 625206 bytes .../2021/12/camel-quarkus-release-2.6.0/index.md | 49 +++++++++++++++++++++ content/releases/q/release-2.6.0.md | 12 +++++ 4 files changed, 62 insertions(+) diff --git a/antora-playbook.yml b/antora-playbook.yml index b73a87e..6428b4f 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -59,6 +59,7 @@ content: - url: https://github.com/apache/camel-quarkus.git branches: - main + - 2.6.x - 2.5.x - 2.4.x start_path: docs diff --git a/content/blog/2021/12/camel-quarkus-release-2.6.0/camel-featured.jpeg b/content/blog/2021/12/camel-quarkus-release-2.6.0/camel-featured.jpeg new file mode 100644 index 0000000..36c23a0 Binary files /dev/null and b/content/blog/2021/12/camel-quarkus-release-2.6.0/camel-featured.jpeg differ diff --git a/content/blog/2021/12/camel-quarkus-release-2.6.0/index.md b/content/blog/2021/12/camel-quarkus-release-2.6.0/index.md new file mode 100644 index 0000000..fa83c0d --- /dev/null +++ b/content/blog/2021/12/camel-quarkus-release-2.6.0/index.md @@ -0,0 +1,49 @@ +--- +title: "Camel Quarkus 2.6.0 Released" +date: 2021-12-23 +authors: ["zbendhiba"] +categories: ["Releases", "Camel Quarkus"] +preview: "Camel Quarkus 2.6.0 Released" +summary: "Camel Quarkus 2.6.0 brings Quarkus 2.6, Camel 3.14 and JFR native support" +--- + +<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 release 2.6.0 of Camel Quarkus. +It brings Camel 3.14.0, Quarkus 2.6.0.Final and JFR native support. +Many thanks to all contributors and issue reporters! + +## Camel 3.14.0 + +Please follow the [Camel 3.14.0 announcement](/blog/2021/12/RELEASE-3.14.0/) and [Camel 3.14 What's new](/blog/2021/12/camel314-whatsnew/) for more details. + +## Quarkus 2.6.0.Final + +The highlights: + +* Some extensions moved to Quarkiverse Hub +* SmallRye Reactive Messaging 3.13 and Kafka 3 +* Programmatic API for caching +* Smaller image for native executables +* Built-in UPX compression +* AWT extension +* Kotlin 1.6 + +Please refer to [Quarkus 2.6.0.Final announcement](https://quarkus.io/blog/quarkus-2-6-0-final-released/) for more details. + +## JFR Native support +Camel JFR extension allows diagnosing Camel applications with Java Flight Recorder. The extension has been introduced in Camel Quarkus 1.7.0 with JVM support only. The extension is now fully supported in JVM mode and Native mode. + +## Test coverage and closing functionality gaps +In this release, we continued our efforts started in 2.0.0 release to review existing tests and add new ones +to cover all major use cases mentioned in the main Camel documentation. + +## Release notes + +Fixed issues: + +* [Milestone 2.6.0](https://github.com/apache/camel-quarkus/milestone/22?closed=1) + +All commits: + +* [2.5.0..2.6.0](https://github.com/apache/camel-quarkus/compare/2.5.0...2.6.0) diff --git a/content/releases/q/release-2.6.0.md b/content/releases/q/release-2.6.0.md new file mode 100644 index 0000000..39f7c3b --- /dev/null +++ b/content/releases/q/release-2.6.0.md @@ -0,0 +1,12 @@ +--- +url: "/releases/q-2.6.0/" +date: 2021-12-23T10:00:00+01:00 +type: release-note +version: "2.6.0" +title: "Camel Quarkus release 2.6.0" +preview: "" +changelog: "" +category: "camel-quarkus" +milestone: 22 +jdk: [11] +--- \ No newline at end of file