This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-website.git
commit bebf2c6e4f2369f32e11e1de1da5192b79a180cc Author: Robbie Gemmell <[email protected]> AuthorDate: Mon Jul 18 16:12:42 2022 +0100 update site for artemis-native 2.0.0 release --- src/components/artemis/download/native_download.md | 6 +++--- src/components/artemis/download/past_native_releases.md | 10 ++++++++-- .../artemis/download/release-notes-native-2.0.0.md | 16 ++++++++++++++++ 3 files changed, 27 insertions(+), 5 deletions(-) diff --git a/src/components/artemis/download/native_download.md b/src/components/artemis/download/native_download.md index 90b13f7d9..f3d22864b 100644 --- a/src/components/artemis/download/native_download.md +++ b/src/components/artemis/download/native_download.md @@ -9,11 +9,11 @@ For broker downloads, see the main [download](./) page. This is the current sour It is important to [verify the integrity](#verify-the-integrity-of-downloads) of the files you download. -#### ActiveMQ Artemis Native Layer 1.0.2 (June 22, 2020) +#### ActiveMQ Artemis Native Layer 2.0.0 (July 18th, 2022) -[Release Notes](release-notes-native-1.0.2) +[Release Notes](release-notes-native-2.0.0) -Source Distribution:|[apache-artemis-native-1.0.2-source-release.zip](https://www.apache.org/dyn/closer.cgi?filename=activemq/activemq-artemis-native/1.0.2/activemq-artemis-native-1.0.2-source-release.zip&action=download)|[SHA512](https://downloads.apache.org/activemq/activemq-artemis-native/1.0.2/activemq-artemis-native-1.0.2-source-release.zip.sha512)|[GPG Signature](https://downloads.apache.org/activemq/activemq-artemis-native/1.0.2/activemq-artemis-native-1.0.2-source-release.zip.asc)| +Source Distribution:|[apache-artemis-native-2.0.0-source-release.zip](https://www.apache.org/dyn/closer.cgi?filename=activemq/activemq-artemis-native/2.0.0/activemq-artemis-native-2.0.0-source-release.zip&action=download)|[SHA512](https://downloads.apache.org/activemq/activemq-artemis-native/2.0.0/activemq-artemis-native-2.0.0-source-release.zip.sha512)|[GPG Signature](https://downloads.apache.org/activemq/activemq-artemis-native/2.0.0/activemq-artemis-native-2.0.0-source-release.zip.asc)| This is the native layer used by ActiveMQ Artemis for storage. The main broker binary archive [downloads](./) already include a pre-compiled version of this component. <br/> diff --git a/src/components/artemis/download/past_native_releases.md b/src/components/artemis/download/past_native_releases.md index 374cb6a74..80bc6aa53 100644 --- a/src/components/artemis/download/past_native_releases.md +++ b/src/components/artemis/download/past_native_releases.md @@ -13,13 +13,19 @@ For any releases not shown here, check the [archive](https://archive.apache.org/ It is important to [verify the integrity]({{site.baseurl}}/components/artemis/download#verify-the-integrity-of-downloads) of the files you download. -#### ActiveMQ Artemis Native Layer 1.0.1 (Oct 24, 2019) +#### ActiveMQ Artemis Native Layer 1.0.2 (June 22nd, 2020) + +[Release Notes](release-notes-native-1.0.2) + +Source Distribution:|[apache-artemis-native-1.0.2-source-release.zip](https://archive.apache.org/dist/activemq/activemq-artemis-native/1.0.2/activemq-artemis-native-1.0.2-source-release.zip)|[SHA512](https://archive.apache.org/dist/activemq/activemq-artemis-native/1.0.2/activemq-artemis-native-1.0.2-source-release.zip.sha512)|[GPG Signature](https://archive.apache.org/dist/activemq/activemq-artemis-native/1.0.2/activemq-artemis-native-1.0.2-source-release.zip.asc)| + +#### ActiveMQ Artemis Native Layer 1.0.1 (Oct 24th, 2019) [Release Notes](release-notes-native-1.0.1) Source Distribution:|[apache-artemis-native-1.0.1-source-release.zip](https://archive.apache.org/dist/activemq/activemq-artemis-native/1.0.1/activemq-artemis-native-1.0.1-source-release.zip)|[SHA512](https://archive.apache.org/dist/activemq/activemq-artemis-native/1.0.1/activemq-artemis-native-1.0.1-source-release.zip.sha512)|[GPG Signature](https://archive.apache.org/dist/activemq/activemq-artemis-native/1.0.1/activemq-artemis-native-1.0.1-source-release.zip.asc)| -#### ActiveMQ Artemis Native Layer 1.0.0 (March 7, 2019) +#### ActiveMQ Artemis Native Layer 1.0.0 (March 7th, 2019) [Release Notes](release-notes-native-1.0.0) diff --git a/src/components/artemis/download/release-notes-native-2.0.0.md b/src/components/artemis/download/release-notes-native-2.0.0.md new file mode 100644 index 000000000..5a1e4cb4b --- /dev/null +++ b/src/components/artemis/download/release-notes-native-2.0.0.md @@ -0,0 +1,16 @@ +--- +version: 2.0.0 +layout: default_md +title: ActiveMQ Artemis Native 2.0.0 Release Notes +title-class: page-title-artemis +type: artemis +release_notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&styleName=Text&version=12348395 +--- + +A complete list of JIRAs for the Artemis Native {{ page.version }} release can be found [here]({{ page.release_notes }}) + +# New Feature +* [ARTEMIS-3889] - SLF4J integration and API Clean up + +# Improvements +* [ARTEMIS-3882] - Update Artemis native code and make it Java11 compatible
