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


The following commit(s) were added to refs/heads/main by this push:
     new 2c0367c9f Fix news feed formatting and recent release notes headers
2c0367c9f is described below

commit 2c0367c9fe77b60916e4a647d696ba4712d75c31
Author: Lucas Tétreault <[email protected]>
AuthorDate: Thu Jun 23 19:18:57 2022 -0500

    Fix news feed formatting and recent release notes headers
---
 src/_includes/news.md                                   | 2 +-
 src/components/artemis/download/release-notes-2.23.0.md | 8 ++++----
 src/components/artemis/download/release-notes-2.23.1.md | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/_includes/news.md b/src/_includes/news.md
index c774d528f..ea37eb7b3 100644
--- a/src/_includes/news.md
+++ b/src/_includes/news.md
@@ -1,7 +1,7 @@
 {% assign releases = site.documents %} {% assign releases = releases | sort: 
"release_date" | reverse %}
  <div class="row align-middle">
 {% assign i = 0 %}
-<div class="card-group">
+<div class="card-group w-100">
 {% for release in releases %} {% if i > 2 %} {% break %} {% endif %}
 <div class="card card-grey-small">
 <div class="card-body ml-0 p-2">
diff --git a/src/components/artemis/download/release-notes-2.23.0.md 
b/src/components/artemis/download/release-notes-2.23.0.md
index d537a0778..e94465595 100644
--- a/src/components/artemis/download/release-notes-2.23.0.md
+++ b/src/components/artemis/download/release-notes-2.23.0.md
@@ -11,7 +11,7 @@ A list of commits can be found  * 
[here](commit-report-2.23.0).
 
 **Note**: This release requires use of Java 11 or above.
 
-#Bug
+# Bug
  * [ARTEMIS-3376] - help text for "artemis address 
--no-anycast/--no-multicast" is incorrect
  * [ARTEMIS-3810] - XID Resumes on already Active Transactions should not 
throw any error
  * [ARTEMIS-3811] - QueueBinding type will clash with cluster connections
@@ -27,11 +27,11 @@ A list of commits can be found  * 
[here](commit-report-2.23.0).
  * [ARTEMIS-3848] - High cpu usage on ReadWrite locks
  * [ARTEMIS-3853] - Ping command for IPv6 is wrong on Windows
  
-#New Feature
+# New Feature
  * [ARTEMIS-3700] - Provide JakartaEE 10 artefacts and support
  * [ARTEMIS-3817] - Management schedulePageCleanup operation on AddressControl
 
-#Improvement
+# Improvement
  * [ARTEMIS-3759] - Allow for Mirroring (Broker Connections) to specify a 
specific set of addresses to send events, as is done for a cluster connection
  * [ARTEMIS-3770] - Refactor MQTT handling of client ID
  * [ARTEMIS-3807] - Simplify Message Redistributor avoiding races
@@ -41,7 +41,7 @@ A list of commits can be found  * 
[here](commit-report-2.23.0).
  * [ARTEMIS-3825] - Improve print-data to recognize queues that do not exist
  * [ARTEMIS-3835] - Deprecate addressesSettings configuration attribute with 
double plural in place of addressSettings
 
-#Dependency upgrade
+# Dependency upgrade
  * [ARTEMIS-3806] - Upgrade logging dependencies
  * [ARTEMIS-3812] - Upgrade Micrometer
  * [ARTEMIS-3814] - Update to ActiveMQ 5.17.1
diff --git a/src/components/artemis/download/release-notes-2.23.1.md 
b/src/components/artemis/download/release-notes-2.23.1.md
index 6610fee6c..7242a92d7 100644
--- a/src/components/artemis/download/release-notes-2.23.1.md
+++ b/src/components/artemis/download/release-notes-2.23.1.md
@@ -11,12 +11,12 @@ A list of commits can be found  * 
[here](commit-report-2.23.1).
 
 **Note**: This release requires use of Java 11 or above.
 
-#Bug
+# Bug
  * [ARTEMIS-3305] - compatibility tests dont work on Java 16+
  * [ARTEMIS-3856] - Failed to change channel state to ReadyForWriting : 
java.util.ConcurrentModificationException
 
-#Test
+# Test
  * [ARTEMIS-3854] - tests using reflection to get process pid fail on Java 17
 
-#Task
+# Task
  * [ARTEMIS-3842] - artemis-selector module still references a JDK8

Reply via email to