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 e3719195 Annoucing Camel Quarkus 3.0.0-M1 release (#987)
e3719195 is described below
commit e3719195b7456ef7d9562858987e73aee06b58c8
Author: Zineb BENDHIBA <[email protected]>
AuthorDate: Fri Mar 24 11:22:44 2023 +0100
Annoucing Camel Quarkus 3.0.0-M1 release (#987)
Co-authored-by: James Netherton <[email protected]>
---
antora-playbook-snippets/antora-playbook.yml | 1 +
.../camel-featured.jpeg | Bin 0 -> 625206 bytes
.../03/camel-quarkus-release-3.0.0-M1/index.md | 31 +++++++++++++++++++++
content/releases/q/release-3.0.0-M1.md | 12 ++++++++
4 files changed, 44 insertions(+)
diff --git a/antora-playbook-snippets/antora-playbook.yml
b/antora-playbook-snippets/antora-playbook.yml
index fcfeaa94..0a07af51 100644
--- a/antora-playbook-snippets/antora-playbook.yml
+++ b/antora-playbook-snippets/antora-playbook.yml
@@ -63,6 +63,7 @@ content:
- url: https://github.com/apache/camel-quarkus.git
branches:
- main
+ - 3.0.x
- 2.16.x
- 2.15.x
- 2.14.x
diff --git
a/content/blog/2023/03/camel-quarkus-release-3.0.0-M1/camel-featured.jpeg
b/content/blog/2023/03/camel-quarkus-release-3.0.0-M1/camel-featured.jpeg
new file mode 100644
index 00000000..36c23a02
Binary files /dev/null and
b/content/blog/2023/03/camel-quarkus-release-3.0.0-M1/camel-featured.jpeg differ
diff --git a/content/blog/2023/03/camel-quarkus-release-3.0.0-M1/index.md
b/content/blog/2023/03/camel-quarkus-release-3.0.0-M1/index.md
new file mode 100644
index 00000000..e4665440
--- /dev/null
+++ b/content/blog/2023/03/camel-quarkus-release-3.0.0-M1/index.md
@@ -0,0 +1,31 @@
+---
+title: "Camel Quarkus 3.0.0-M1 Released"
+date: 2023-03-24
+authors: ["jamesnetherton","zbendhiba"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 3.0.0-M1 Released"
+summary: "Camel Quarkus 3.0.0-M1 is the first iteration towards a new 3.0.0
major release"
+---
+
+<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 3.0.0-M1 release of Camel Quarkus. This is the
first iteration towards a new 3.0.0 major release.
+It aligns with Quarkus 3.0.0.Alpha5 and Camel 4.0.0-M2.
+This is the first release of Camel Quarkus with JDK 17 as the baseline and
upgraded to Jakarta EE 10.
+
+## Camel 4.0.0-M2
+Please refer to the [Camel 4.0.0-M2
announcement](/blog/2023/03/RELEASE-4.0.0-M2/) for more details.
+
+## Quarkus 3.0.0.Alpha5
+
+Please refer to the [3.0.0.Alpha5
announcement](https://quarkus.io/blog/quarkus-3-0-0-alpha5-released/) for more
details.
+
+# Migrating to Camel Quarkus 3.0.0
+Please check the [Camel Quarku 3.0 migration
guide](/camel-quarkus/next/migration-guide/3.0.0.html) to learn about main
breaking changes from both Camel 4.0 and Quarkus 3.0.
+
+# Work in progress
+There is still work in progress and some extensions that are not available yet
in the Camel Quarkus 3.0.0-M1. Please check [the pending
issues](https://github.com/apache/camel-quarkus/issues?q=is%3Aopen+is%3Aissue+label%3Ajakarta).
+
+For more information, please check the [Release note](/releases/q-3.0.0-M1/).
+
+Many thanks to all contributors and issue reporters!
diff --git a/content/releases/q/release-3.0.0-M1.md
b/content/releases/q/release-3.0.0-M1.md
new file mode 100644
index 00000000..78748552
--- /dev/null
+++ b/content/releases/q/release-3.0.0-M1.md
@@ -0,0 +1,12 @@
+---
+url: "/releases/q-3.0.0-M1/"
+date: 2023-03-17T10:00:00+01:00
+type: release-note
+version: "3.0.0-M1"
+title: "Camel Quarkus release 3.0.0-M1"
+preview: ""
+changelog: ""
+category: "camel-quarkus"
+milestone: 39
+jdk: [17]
+---