This is an automated email from the ASF dual-hosted git repository. ppalaga 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 6a846e5 Camel Quarkus release 2.2.0 6a846e5 is described below commit 6a846e56e90867f0cbbdde6d33acec1e5a18ad26 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Wed Sep 8 12:40:33 2021 +0200 Camel Quarkus release 2.2.0 --- .../camel-featured.jpeg | Bin 0 -> 625206 bytes .../2021/09/camel-quarkus-release-2.2.0/index.md | 66 +++++++++++++++++++++ content/releases/q/release-2.2.0.md | 11 ++++ 3 files changed, 77 insertions(+) diff --git a/content/blog/2021/09/camel-quarkus-release-2.2.0/camel-featured.jpeg b/content/blog/2021/09/camel-quarkus-release-2.2.0/camel-featured.jpeg new file mode 100644 index 0000000..36c23a0 Binary files /dev/null and b/content/blog/2021/09/camel-quarkus-release-2.2.0/camel-featured.jpeg differ diff --git a/content/blog/2021/09/camel-quarkus-release-2.2.0/index.md b/content/blog/2021/09/camel-quarkus-release-2.2.0/index.md new file mode 100644 index 0000000..fe662bb --- /dev/null +++ b/content/blog/2021/09/camel-quarkus-release-2.2.0/index.md @@ -0,0 +1,66 @@ +--- +title: "Camel Quarkus 2.2.0 Released" +date: 2021-09-01 +authors: ["ppalaga"] +categories: ["Releases", "Camel Quarkus"] +preview: "Camel Quarkus 2.2.0 Released" +summary: "Camel Quarkus 2.2.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.2.0 of Camel Quarkus. +It brings Quarkus 2.2, one extension newly supported in native mode, better test coverage and documentation. +Many thanks to all contributors and issue reporters! + +## Quarkus 2.2 + +Quarkus 2.2 is focusing mainly on fixing issues, improving usability and documentation. + +The highlights: + +* GraalVM 21.2 now recommended +* New global flag `quarkus.devservices.enabled=false` to disable Dev Services +* Enhanced thread model for RESTEasy Reactive +* MongoDB service binding +* New extension for running Narayana LRA participants + +Please refer to Quarkus 2.2 announcements for more details: +* [Quarkus 2.2.1.Final](https://quarkus.io/blog/quarkus-2-2-1-final-released/) +* [Quarkus 2.2.2.Final](https://quarkus.io/blog/quarkus-2-2-2-final-released/) + +## Extensions newly supported in native mode + +* [Language](/camel-quarkus/latest/reference/extensions/language.html) + +## Test coverage and closing functionality gaps + +In this release, we continued our efforts from 2.0.0 and 2.1.0 releases to review existing tests and add new ones +to cover all major use cases mentioned in the main Camel documentation. Check this [this GitHub issues](https://github.com/apache/camel-quarkus/issues?q=is%3Aissue+label%3Aintegration-test+milestone%3A2.2.0+is%3Aclosed) for more details. + +## Documentation + +We have documented the [new way of managing dependencies]](/camel-quarkus/latest/user-guide/dependency-management.html#_quarkus_tooling_for_starting_a_new_project) in projects generated by [code.quarkus.io](https://code.quarkus.io/) and other [Quarkus tools](https://quarkus.io/guides/tooling). + +## Serialization in native mode + +GraalVM did not support serialization for quite long. +As a result of that some features of Camel components requiring it did not work. +We made our best to document those gaps at least. + +Since GraalVM started supporting in version 21.0, we are continuously working on improving the serialization support. +In this release we were able to close [two](https://github.com/apache/camel-quarkus/issues/1433) [such](https://github.com/apache/camel-quarkus/issues/1868) long standing issues. + +## Breaking changes and migration steps + +Please refer to our [2.2.0 Migration guide](/camel-quarkus/latest/migration-guide/2.2.0.html). + +## Release notes + +Fixed issues: + +* [Milestone 2.2.0](https://github.com/apache/camel-quarkus/milestone/18?closed=1) + +All commits: + +* [2.1.0..2.2.0](https://github.com/apache/camel-quarkus/compare/2.1.0...2.2.0) diff --git a/content/releases/q/release-2.2.0.md b/content/releases/q/release-2.2.0.md new file mode 100644 index 0000000..b25ff71 --- /dev/null +++ b/content/releases/q/release-2.2.0.md @@ -0,0 +1,11 @@ +--- +url: "/releases/q-2.2.0/" +date: 2021-09-01T10:00:00+01:00 +type: release-note +version: "2.2.0" +title: "Camel Quarkus release 2.2.0" +preview: "" +changelog: "" +category: "camel-quarkus" +milestone: 18 +--- \ No newline at end of file