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

[camel-website] branch main updated: Release Camel Quarkus 2.1.0 Announcement (#609)

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 3aa5157  Release Camel Quarkus 2.1.0 Announcement (#609)
3aa5157 is described below

commit 3aa51572a8525e55d1a308cc5306650197cf8a68
Author: Zineb BENDHIBA <be...@gmail.com>
AuthorDate: Fri Jul 30 10:06:59 2021 +0200

    Release Camel Quarkus 2.1.0 Announcement (#609)
---
 .../camel-featured.jpeg                            | Bin 0 -> 625206 bytes
 .../2021/07/camel-quarkus-release-2.1.0/index.md   |  48 +++++++++++++++++++++
 content/releases/q/release-2.1.0.md                |  11 +++++
 3 files changed, 59 insertions(+)

diff --git a/content/blog/2021/07/camel-quarkus-release-2.1.0/camel-featured.jpeg b/content/blog/2021/07/camel-quarkus-release-2.1.0/camel-featured.jpeg
new file mode 100644
index 0000000..36c23a0
Binary files /dev/null and b/content/blog/2021/07/camel-quarkus-release-2.1.0/camel-featured.jpeg differ
diff --git a/content/blog/2021/07/camel-quarkus-release-2.1.0/index.md b/content/blog/2021/07/camel-quarkus-release-2.1.0/index.md
new file mode 100644
index 0000000..b5c15d5
--- /dev/null
+++ b/content/blog/2021/07/camel-quarkus-release-2.1.0/index.md
@@ -0,0 +1,48 @@
+---
+title: "Camel Quarkus 2.1.0 Released"
+date: 2021-07-30
+authors: ["zbendhiba"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 2.1.0 Released"
+summary: "Camel Quarkus 2.1.0 brings Quarkus 2.1.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 release 2.1.0 of Camel Quarkus.
+It brings Quarkus 2.1, improved test coverage and one new promoted extension.
+
+Many thanks to all contributors and issue reporters!
+
+## Quarkus 2.1.0.Final
+Please refer to [Quarkus 2.1.0.Final announcement](https://quarkus.io/blog/quarkus-2-1-0-final-released/) for more details.
+
+## New extension
+
+* [OpenTelemetry](/camel-quarkus/latest/reference/extensions/opentelemetry.html)
+
+## Serialization support
+We introduced the support for Serialization. Please refer to the section in our [User guide](/camel-quarkus/latest/user-guide/native-mode.html#serialization)
+
+
+## More test coverage
+We continued our efforts on adding more test coverage and fixing issues.
+
+The extent of this effort can be assessed by running [this GitHub issues query](https://github.com/apache/camel-quarkus/issues?q=is%3Aissue+label%3Aintegration-test+closed%3A2021-06-25..2021-07-23). This endeavour is going to continue in coming Camel Quarkus releases.
+
+## Breaking changes and migration steps
+
+Please refer to our [2.1.0 Migration guide](/camel-quarkus/latest/migration-guide/2.1.0.html).
+
+## FULL CHANGELOG OF CAMEL QUARKUS 2.1.0
+
+* [Fixed issues](https://github.com/apache/camel-quarkus/milestone/17?closed=1)
+* [All commits](https://github.com/apache/camel-quarkus/compare/2.0.0...2.1.0)
+
+## What's next?
+
+Camel Quarkus 2.2.0 should appear within a couple of weeks, shortly after Quarkus 2.2.0.Final.
+
+There is still a lot of [Camel components to port](https://github.com/apache/camel-quarkus/issues?q=is%3Aissue+is%3Aopen+label%3Aextension) to Quarkus.
+Please upvote your favorites, or even better [contribute](/camel-quarkus/latest/contributor-guide/index.html)!
+
diff --git a/content/releases/q/release-2.1.0.md b/content/releases/q/release-2.1.0.md
new file mode 100644
index 0000000..941a6ea
--- /dev/null
+++ b/content/releases/q/release-2.1.0.md
@@ -0,0 +1,11 @@
+---
+url: "/releases/q-2.0.0/"
+date: 2021-07-30T10:00:00+01:00
+type: release-note
+version: "2.1.0"
+title: "Camel Quarkus release 2.1.0"
+preview: ""
+changelog: ""
+category: "camel-quarkus"
+milestone: 17
+---
\ No newline at end of file