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 503f6e5ed0a15bd331960f1a4a3bdd800f1d37cb Author: Robbie Gemmell <[email protected]> AuthorDate: Tue Dec 2 17:52:23 2025 +0000 Initial surface-level removal of Artemis details - Push Artemis users from the front page/menu items to the news post about new TLP, updated with notice directing users to new site now its live. - Remove details from main contact/contributing/issues etc pages, but add notices at bottom to aid those still looking for Artemis details. - Main component section still intact pending further changes, but now only discoverable with existing direct links. --- src/_includes/nav.html | 3 +-- src/_news/artemis-tlp.md | 3 +++ src/contact.md | 6 ++++++ src/contributing.md | 10 ++++++---- src/download.md | 2 -- src/index.html | 25 +++++++------------------ src/issues.md | 7 ++++++- src/security-advisories.md | 7 ++++++- 8 files changed, 35 insertions(+), 28 deletions(-) diff --git a/src/_includes/nav.html b/src/_includes/nav.html index b37a97a8d..425e67b77 100644 --- a/src/_includes/nav.html +++ b/src/_includes/nav.html @@ -18,10 +18,9 @@ <div class="col-12"> <ul class="multi-column-dropdown"> <li class="nav-item"><a class="dropdown-item" href="{{site.baseurl}}/components/classic">ActiveMQ</a></li> - <li class="nav-item"><a class="dropdown-item" href="{{site.baseurl}}/components/artemis/">ActiveMQ Artemis</a></li> - <li class="nav-item"><a class="dropdown-item" href="{{site.baseurl}}/components/artemis-console/">ActiveMQ Artemis Console</a></li> <li class="nav-item"><a class="dropdown-item" href="{{site.baseurl}}/components/nms">NMS Clients</a></li> <li class="nav-item"><a class="dropdown-item" href="{{site.baseurl}}/components/cms">CMS Client</a></li> + <li class="nav-item"><a class="dropdown-item" href="{{site.baseurl}}/news/artemis-tlp">Artemis</a></li> </ul> </div> </div> diff --git a/src/_news/artemis-tlp.md b/src/_news/artemis-tlp.md index e2a152ac6..724c7a1a9 100644 --- a/src/_news/artemis-tlp.md +++ b/src/_news/artemis-tlp.md @@ -30,3 +30,6 @@ mean-time, development and releases will continue on existing paths. Stay tuned for more updates, The Apache ActiveMQ PMC + + +UPDATE: The new [Apache Artemis website](https://artemis.apache.org) is now live. Head there for more details such as mailing list information etc. diff --git a/src/contact.md b/src/contact.md index eb249d57f..b79f7c3e2 100644 --- a/src/contact.md +++ b/src/contact.md @@ -36,3 +36,9 @@ If you're curious you can [read more](https://apache.org/foundation/mailinglists #### Chat If for some reason a mailing list doesn't work for you then you can potentially chat with other community members in real-time using **[Slack](https://slack.com/)**. Access to the [ASF Slack](https://the-asf.slack.com) requires an invitation. If you want an invitation to the ActiveMQ Slack channel simply send a request to the [users mailing list](#mailing). + +#### Artemis + +<div class="alert alert-warning"> + For Artemis, consult the <a href="https://artemis.apache.org" class="alert-link">Apache Artemis</a> website. +</div> diff --git a/src/contributing.md b/src/contributing.md index 9f5632e29..20ac0e18f 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -21,10 +21,6 @@ If you want to get your hands on the code here are the repos for all our compone |Component|Apache Git Repository|GitHub Mirror| |---|---| |ActiveMQ|[activemq](https://gitbox.apache.org/repos/asf/activemq.git)|[activemq](https://github.com/apache/activemq)| -|Artemis|[activemq-artemis](https://gitbox.apache.org/repos/asf/activemq-artemis.git)|[activemq-artemis](https://github.com/apache/activemq-artemis)| -|Artemis Examples|[activemq-artemis-examples](https://gitbox.apache.org/repos/asf/activemq-artemis-examples.git)|[activemq-artemis-examples](https://github.com/apache/activemq-artemis-examples)| -|Artemis Native|[activemq-artemis-native](https://gitbox.apache.org/repos/asf/activemq-artemis-native.git)|[activemq-artemis-native](https://github.com/apache/activemq-artemis-native)| -|Artemis Console|[activemq-artemis-console](https://gitbox.apache.org/repos/asf/activemq-artemis-console.git)|[activemq-artemis-native](https://github.com/apache/activemq-artemis-console)| |NMS API|[activemq-nms-api](https://gitbox.apache.org/repos/asf/activemq-nms-api.git)|[activemq-nms-api](https://github.com/apache/activemq-nms-api)| |NMS AMQP|[activemq-nms-amqp](https://gitbox.apache.org/repos/asf/activemq-nms-amqp.git)|[activemq-nms-amqp](https://github.com/apache/activemq-nms-amqp)| |NMS EMS|[activemq-nms-ems](https://gitbox.apache.org/repos/asf/activemq-nms-ems.git)|[activemq-nms-ems](https://github.com/apache/activemq-nms-ems)| @@ -47,3 +43,9 @@ If you're interested in becoming a "committer" please check out this [this guide |---|---|---|---|---| |Commits|[[email protected]](mailto:[email protected])|[[email protected]](mailto:[email protected])|[Apache](https://lists.apache.org/[email protected]), [Apache 2](http://mail-archives.apache.org/mod_mbox/activemq-commits/), [Markmail](http://activemq.markmail.org/search/list:org.apache.activemq.commits)|notifications when the project source code gets updated| |Gitbox|[[email protected]](mailto:[email protected])|[[email protected]](mailto:[email protected])|[Apache](https://lists.apache.org/[email protected]), [Apache 2](http://mail-archives.apache.org/mod_mbox/activemq-gitbox/), [Markmail](http://activemq.markmail.org/search/list:org.apache.activemq.gitbox)|comments and other events for pull-requests| + +#### Artemis + +<div class="alert alert-warning"> + For Artemis, consult the <a href="https://artemis.apache.org" class="alert-link">Apache Artemis</a> website. +</div> diff --git a/src/download.md b/src/download.md index 5db4a4e41..a8c05aa3a 100644 --- a/src/download.md +++ b/src/download.md @@ -9,8 +9,6 @@ Select the component you wish you download to view its current or previous relea [ActiveMQ](components/classic/download) -[ActiveMQ Artemis](components/artemis/download) - [ActiveMQ CMS](components/cms/download) [ActiveMQ NMS](components/nms/download) diff --git a/src/index.html b/src/index.html index cb5931a8f..729faee6f 100644 --- a/src/index.html +++ b/src/index.html @@ -36,8 +36,8 @@ layout: default <!-- Components --> <div class="row align-middle"> - <div class="col-lg-6 col-md-auto"> - <div class="card card-pink"> + <div class="col-lg-12 col-md-auto"> + <div class="card card-pink" style="margin-bottom:20px"> <div class="card-body"> <h4 class="card-title text-pink">ActiveMQ</h4> <p>Long established, endlessly pluggable architecture serving many generations of applications.</p> @@ -53,23 +53,12 @@ layout: default </div> </div> </div> +</div> +<div class="row align-middle"> <div class="col-lg-6 col-md-auto"> - <div class="card card-purple"> - <div class="card-body"> - <h4 class="card-title text-purple">ActiveMQ Artemis</h4> - <p>High-performance, non-blocking architecture for the next generation of messaging applications.</p> - <ul> - <li>Full Jakarta Messaging 3.1, JMS 2.0 & 1.1 support + full client implementations including JNDI</li> - <li>High availability using shared storage or network replication</li> - <li>Simple & powerful protocol agnostic addressing model</li> - <li>Flexible clustering for distributing load</li> - <li>Advanced journal implementations for low-latency persistence as well as JDBC</li> - <li>High feature parity with ActiveMQ to ease migration</li> - <li>Asynchronous mirroring for disaster recovery</li> - <li>Data Driven Load Balance</li> - </ul> - <a style="margin-top: 10px" href="{{site.baseurl}}/components/artemis" class="btn btn-warning">Find out more<i class="fa-info-circle fa btn-icon"></i></a> - <a style="margin-top: 10px" href="{{site.baseurl}}/components/artemis/download" class="btn btn-warning">Download Latest<i class="fa-download fa btn-icon"></i></a> + <div class="card card-purple" style="margin-bottom:10px"> + <div class="card-body" style="padding-bottom:10px; padding-top:10px"> + <span>Looking for Artemis? See the <a href="{{site.baseurl}}/news/artemis-tlp" style="color: purple">news</a>.</span> </div> </div> </div> diff --git a/src/issues.md b/src/issues.md index 33ad1efa8..a07a02c1f 100644 --- a/src/issues.md +++ b/src/issues.md @@ -23,7 +23,6 @@ We can help you much quicker if you try the following: |Component|Issue Tracker| |---|---| |ActiveMQ|[https://issues.apache.org/jira/projects/AMQ](https://issues.apache.org/jira/projects/AMQ)| -|Artemis|[https://issues.apache.org/jira/projects/ARTEMIS](https://issues.apache.org/jira/projects/ARTEMIS)| |NMS|[https://issues.apache.org/jira/projects/AMQNET](https://issues.apache.org/jira/projects/AMQNET)| |CMS|[https://issues.apache.org/jira/projects/AMQCPP](https://issues.apache.org/jira/projects/AMQCPP)| @@ -48,3 +47,9 @@ Unsubscribe|[[email protected]](mailto:issues-unsubscribe@a Web Interface|[https://lists.apache.org/[email protected]](https://lists.apache.org/[email protected]) Apache Archive|[http://mail-archives.apache.org/mod_mbox/activemq-issues/](http://mail-archives.apache.org/mod_mbox/activemq-issues/) Mark Mail Archive|[http://activemq.markmail.org/search/list:org.apache.activemq.issues](http://activemq.markmail.org/search/list:org.apache.activemq.issues) + +#### Artemis + +<div class="alert alert-warning"> + For Artemis, consult the <a href="https://artemis.apache.org" class="alert-link">Apache Artemis</a> website. +</div> diff --git a/src/security-advisories.md b/src/security-advisories.md index ddbd7ca66..80286c2c2 100644 --- a/src/security-advisories.md +++ b/src/security-advisories.md @@ -7,10 +7,15 @@ type: main Details of security problems fixed in released versions of individual Apache ActiveMQ components are detailed at: * [ActiveMQ](components/classic/security) -* [ActiveMQ Artemis](components/artemis/security) #### Reporting new security problems with Apache ActiveMQ components We strongly encourage people to report security problems privately using the security mailing list of the [ASF Security Team](https://www.apache.org/security/) before disclosing them in a public forum. Please note, the ASF Security Team cannot accept regular bug reports or other queries. Mail which does not relate to security problems in Apache software will be ignored. General questions such as those about using ActiveMQ components or whether an exiting published vulnerability applies to your application, etc, should be sent via one of our [regular channels](contact). + +#### Artemis + +<div class="alert alert-warning"> + For Artemis, consult the <a href="https://artemis.apache.org" class="alert-link">Apache Artemis</a> website. +</div> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
