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 c14df0aed8ae981140b723de4e4f32157f931cf9 Author: Robbie Gemmell <[email protected]> AuthorDate: Mon Jul 18 15:55:02 2022 +0100 Split the native source release out to their own download page for clarity; few will likely ever need to download it. Update past releases page for consistency with others. --- src/components/artemis/download/index.md | 12 +---------- src/components/artemis/download/native_download.md | 24 ++++++++++++++++++++++ .../artemis/download/past_native_releases.md | 8 +++++--- 3 files changed, 30 insertions(+), 14 deletions(-) diff --git a/src/components/artemis/download/index.md b/src/components/artemis/download/index.md index 07fe8bd8f..e97f7fd22 100644 --- a/src/components/artemis/download/index.md +++ b/src/components/artemis/download/index.md @@ -21,20 +21,10 @@ It is important to [verify the integrity](#verify-the-integrity-of-downloads) of {% endif %} {% endfor %} {% endfor %} -<br/> -------------------------------------- -This is the current release of ActiveMQ Artemis Native, which is a sub component used within the broker. For prior releases, please see the <a href="past_native_releases">past native releases</a> page. - -#### ActiveMQ Artemis Native Layer 1.0.2 (June 22, 2020) - -[Release Notes](release-notes-native-1.0.2) - -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)| - -This is the native layer used by ActiveMQ Artemis for storage. The broker binary archives above already include a pre-compiled version of this component. -<br/> +The source release for ActiveMQ Artemis Native integration layer can be found on its own [download](./native_download) page. The broker binary archives above already include a pre-compiled version of this component. -------------------------------------- #### Verify the Integrity of Downloads diff --git a/src/components/artemis/download/native_download.md b/src/components/artemis/download/native_download.md new file mode 100644 index 000000000..90b13f7d9 --- /dev/null +++ b/src/components/artemis/download/native_download.md @@ -0,0 +1,24 @@ +--- +layout: default_md +title: Download ActiveMQ Artemis Native +title-class: page-title-artemis +type: artemis +--- + +For broker downloads, see the main [download](./) page. This is the current source release of ActiveMQ Artemis Native, a sub component used within the broker. For prior releases, please see the <a href="past_native_releases">past native releases</a> page. + +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) + +[Release Notes](release-notes-native-1.0.2) + +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)| + +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/> + +-------------------------------------- +#### Verify the Integrity of Downloads + +{% include verify_download.md %} diff --git a/src/components/artemis/download/past_native_releases.md b/src/components/artemis/download/past_native_releases.md index f2b44e342..374cb6a74 100644 --- a/src/components/artemis/download/past_native_releases.md +++ b/src/components/artemis/download/past_native_releases.md @@ -5,11 +5,13 @@ title-class: page-title-artemis type: artemis --- -These are older releases for the libaio native component. For current releases, please see the [download](./) page. +<div class="alert alert-warning"> + These are older releases for the libaio native component. For current releases, please see the <a href="{{site.baseurl}}/components/artemis/download/native_download" class="alert-link">download page</a>. +</div> -The keys file for verifying the release can be obtained [here](https://downloads.apache.org/activemq/KEYS) +For any releases not shown here, check the [archive](https://archive.apache.org/dist/activemq/activemq-artemis-native/). -For any releases not shown here, check the [archive](https://archive.apache.org/dist/activemq/activemq-artemis/). +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)
