You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2021/11/13 08:28:08 UTC

[camel-website] branch main updated: Camel Quarkus release 2.4.0

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

zregvart 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 9226763  Camel Quarkus release 2.4.0
9226763 is described below

commit 92267633af2adb38967879593d0f13b7e10513a2
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Fri Nov 12 21:39:13 2021 +0100

    Camel Quarkus release 2.4.0
---
 .../camel-featured.jpeg                            | Bin 0 -> 625206 bytes
 .../2021/11/camel-quarkus-release-2.4.0/index.md   |  49 +++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/content/blog/2021/11/camel-quarkus-release-2.4.0/camel-featured.jpeg b/content/blog/2021/11/camel-quarkus-release-2.4.0/camel-featured.jpeg
new file mode 100644
index 0000000..36c23a0
Binary files /dev/null and b/content/blog/2021/11/camel-quarkus-release-2.4.0/camel-featured.jpeg differ
diff --git a/content/blog/2021/11/camel-quarkus-release-2.4.0/index.md b/content/blog/2021/11/camel-quarkus-release-2.4.0/index.md
new file mode 100644
index 0000000..dabbdca
--- /dev/null
+++ b/content/blog/2021/11/camel-quarkus-release-2.4.0/index.md
@@ -0,0 +1,49 @@
+---
+title: "Camel Quarkus 2.4.0 Released"
+date: 2021-11-12
+authors: ["ppalaga"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 2.4.0 Released"
+summary: "Camel Quarkus 2.4.0 brings Quarkus 2.2, better test coverage and documentation"
+---
+
+<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.4.0 of Camel Quarkus.
+It brings Camel 3.12.0 and Quarkus 2.4.0.Final, some test coverage and documentation improvements.
+Many thanks to all contributors and issue reporters!
+
+## Camel 3.12.0
+
+Please follow the [Camel 3.12.0 announcement](/blog/2021/10/RELEASE-3.12.0/) for more details.
+
+## Quarkus 2.4.0.Final
+
+The highlights:
+
+* Hibernate Reactive 1.0.0.Final
+* Introducing Kafka Streams DevUI
+* Support continuous testing for multi module projects
+* Support AWT image resize via new AWT extension
+
+Please refer to [Quarkus 2.4.0.Final announcement](https://quarkus.io/blog/quarkus-2-4-0-final-released/) for more details.
+
+## 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. Check the [GitHub issues](https://github.com/apache/camel-quarkus/pulls?q=is%3Apr+is%3Aclosed+test+merged%3A2021-10-01..2021-10-23) for more details.
+
+## Documentation
+
+We have updated the [Character encodings](/camel-quarkus/next/user-guide/native-mode.html#charsets) and [Locales](/camel-quarkus/next/user-guide/native-mode.html#locale) sections of the Native mode guide.
+
+
+## Release notes
+
+Fixed issues:
+
+* [Milestone 2.4.0](https://github.com/apache/camel-quarkus/milestone/20?closed=1)
+
+All commits:
+
+* [2.3.0..2.4.0](https://github.com/apache/camel-quarkus/compare/2.3.0...2.4.0)