svn commit: r62484 - /release/activemq/activemq-artemis/2.29.0/

2023-06-19 Thread clebertsuconic
Author: clebertsuconic
Date: Mon Jun 19 12:54:48 2023
New Revision: 62484

Log:
add files for activemq-artemis-2.29.0

Added:
release/activemq/activemq-artemis/2.29.0/
  - copied from r62483, dev/activemq/activemq-artemis/2.29.0/



[activemq-artemis] branch main updated: Improve readability of TypedProperties toString

2023-06-19 Thread jbertram
This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
 new 0521f47a1f Improve readability of TypedProperties toString
0521f47a1f is described below

commit 0521f47a1fe1a93b08b4eceae947a8a7313dcb57
Author: Justin Bertram 
AuthorDate: Mon Jun 19 09:50:40 2023 -0500

Improve readability of TypedProperties toString
---
 .../activemq/artemis/utils/collections/TypedProperties.java   | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java
 
b/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java
index ac7a09047f..528802388d 100644
--- 
a/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java
+++ 
b/artemis-commons/src/main/java/org/apache/activemq/artemis/utils/collections/TypedProperties.java
@@ -609,17 +609,17 @@ public class TypedProperties {
 if (theValue == null) {
sb.append("NULL-value");
 } else if (theValue instanceof byte[]) {
-   sb.append("[" + ByteUtil.maxString(ByteUtil.bytesToHex((byte[]) 
theValue, 2), 150) + ")");
+   sb.append("[" + ByteUtil.maxString(ByteUtil.bytesToHex((byte[]) 
theValue, 2), 150) + "]");
 
if (iterItem.getKey().toString().startsWith("_AMQ_ROUTE_TO")) {
-  sb.append(",bytesAsLongs(");
+  sb.append(", bytesAsLongs[");
   try {
  ByteBuffer buff = ByteBuffer.wrap((byte[]) theValue);
  while (buff.hasRemaining()) {
 long bindingID = buff.getLong();
 sb.append(bindingID);
 if (buff.hasRemaining()) {
-   sb.append(",");
+   sb.append(", ");
 }
  }
   } catch (Throwable e) {
@@ -632,7 +632,7 @@ public class TypedProperties {
 }
 
 if (iter.hasNext()) {
-   sb.append(",");
+   sb.append(", ");
 }
  }
   }



Build failed in Jenkins: ActiveMQ » ActiveMQ-Artemis-JDK11 #1450

2023-06-19 Thread Apache Jenkins Server
See 


Changes:

[Justin Bertram] Improve readability of TypedProperties toString


--
[...truncated 2.95 MB...]
[ERROR] 
org.apache.activemq.cli.test.MessageSerializerTest.testSendDirectToMulticastQueue(org.apache.activemq.cli.test.MessageSerializerTest)
[ERROR]   Run 1: MessageSerializerTest.setup:70->CliTestBase.startServer:95 » 
CLI Error: There ...
[ERROR]   Run 2: 
MessageSerializerTest.tearDown:78->CliTestBase.closeConnection:135->CliTestBase.stopServer:107
 » Configuration
[INFO] 
[ERROR] 
org.apache.activemq.cli.test.MessageSerializerTest.testTextMessageImportExport(org.apache.activemq.cli.test.MessageSerializerTest)
[ERROR]   Run 1: MessageSerializerTest.setup:70->CliTestBase.startServer:95 » 
CLI Error: There ...
[ERROR]   Run 2: 
MessageSerializerTest.tearDown:78->CliTestBase.closeConnection:135->CliTestBase.stopServer:107
 » Configuration
[INFO] 
[ERROR] 
org.apache.activemq.cli.test.TransferTest.testTransferMessagesWithMessageCount(org.apache.activemq.cli.test.TransferTest)
[ERROR]   Run 1: TransferTest.setup:47->CliTestBase.startServer:95 » CLI Error: 
There is anothe...
[ERROR]   Run 2: 
TransferTest.tearDown:55->CliTestBase.closeConnection:135->CliTestBase.stopServer:107
 » Configuration
[INFO] 
[INFO] 
[ERROR] Tests run: 134, Failures: 13, Errors: 19, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] Reactor Summary for ActiveMQ Artemis Parent 2.30.0-SNAPSHOT:
[INFO] 
[INFO] ActiveMQ Artemis Parent  SUCCESS [ 49.830 s]
[INFO] ActiveMQ Artemis Unit Test Support . SUCCESS [ 24.115 s]
[INFO] ActiveMQ Log Annotation Processor .. SUCCESS [ 31.489 s]
[INFO] ActiveMQ Artemis Commons ... SUCCESS [ 43.907 s]
[INFO] ActiveMQ Artemis Selector Implementation ... SUCCESS [ 21.327 s]
[INFO] ActiveMQ Artemis Core Client ... SUCCESS [ 40.915 s]
[INFO] ActiveMQ Artemis Journal ... SUCCESS [ 18.717 s]
[INFO] ActiveMQ Artemis JDBC Store  SUCCESS [02:10 min]
[INFO] ActiveMQ Artemis Quorum API  SUCCESS [ 13.784 s]
[INFO] ActiveMQ Artemis Server  SUCCESS [04:59 min]
[INFO] ActiveMQ Artemis Protocols . SUCCESS [  3.361 s]
[INFO] ActiveMQ Artemis AMQP Protocol . SUCCESS [ 26.487 s]
[INFO] ActiveMQ Artemis STOMP Protocol  SUCCESS [  8.438 s]
[INFO] ActiveMQ Artemis JMS Client  SUCCESS [ 15.262 s]
[INFO] ActiveMQ Artemis OpenWire Protocol . SUCCESS [ 25.007 s]
[INFO] ActiveMQ Artemis HQClient Protocol . SUCCESS [  9.616 s]
[INFO] ActiveMQ Artemis HornetQ Protocol .. SUCCESS [ 12.211 s]
[INFO] ActiveMQ Artemis MQTT Protocol . SUCCESS [ 10.707 s]
[INFO] ActiveMQ Artemis DTO ... SUCCESS [ 15.253 s]
[INFO] ActiveMQ Artemis Service Extensions  SUCCESS [ 11.709 s]
[INFO] ActiveMQ Artemis JMS Server  SUCCESS [  8.594 s]
[INFO] ActiveMQ Artemis CDI Integration ... SUCCESS [ 22.412 s]
[INFO] ActiveMQ Artemis Boot .. SUCCESS [  5.747 s]
[INFO] ActiveMQ Artemis JUnit . SUCCESS [  3.524 s]
[INFO] ActiveMQ Artemis JUnit Commons . SUCCESS [  8.225 s]
[INFO] ActiveMQ Artemis JUnit 4 Rules . SUCCESS [ 14.284 s]
[INFO] ActiveMQ Artemis CLI ... FAILURE [07:47 min]
[INFO] ActiveMQ Artemis Web ... SKIPPED
[INFO] ActiveMQ Artemis Website ... SKIPPED
[INFO] ActiveMQ Artemis Core Client All ... SKIPPED
[INFO] ActiveMQ Artemis Client OSGi ... SKIPPED
[INFO] ActiveMQ Artemis JUnit 5 Extensions  SKIPPED
[INFO] ActiveMQ Artemis JMS Client All  SKIPPED
[INFO] ActiveMQ Artemis JMS Client OSGi ... SKIPPED
[INFO] ActiveMQ Artemis Jakarta Messaging Client .. SKIPPED
[INFO] ActiveMQ Artemis Jakarta Messaging Client All .. SKIPPED
[INFO] ActiveMQ Artemis Jakarta Service Extensions  SKIPPED
[INFO] ActiveMQ Artemis Jakarta Messaging Server .. SKIPPED
[INFO] ActiveMQ Artemis RAR POM ... SKIPPED
[INFO] ActiveMQ Artemis Jakarta RAR ... SKIPPED
[INFO] ActiveMQ Artemis Maven Plugin .. SKIPPED
[INFO] ActiveMQ Artemis Server OSGi ... SKIPPED
[INFO] ActiveMQ Artemis Cons .. SKIPPED
[INFO] ActiveMQ Artemis HawtIO Branding ... SKIPPED
[INFO] ActiveMQ Artemis HawtIO Plugin 

[activemq-website] branch main updated: Fix version typo in release notes

2023-06-19 Thread jbertram
This is an automated email from the ASF dual-hosted git repository.

jbertram 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 c15b74d79 Fix version typo in release notes
c15b74d79 is described below

commit c15b74d798a6ff1d05e840d8d65ea065478a49e9
Author: Justin Bertram 
AuthorDate: Mon Jun 19 13:40:34 2023 -0500

Fix version typo in release notes
---
 src/components/artemis/download/release-notes-2.29.0.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/artemis/download/release-notes-2.29.0.md 
b/src/components/artemis/download/release-notes-2.29.0.md
index 8e640b248..ba5b0169f 100644
--- a/src/components/artemis/download/release-notes-2.29.0.md
+++ b/src/components/artemis/download/release-notes-2.29.0.md
@@ -1,6 +1,6 @@
 ---
 layout: default_md
-title: ActiveMQ Artemis 2.28.0 Release Notes
+title: ActiveMQ Artemis 2.29.0 Release Notes
 title-class: page-title-artemis
 type: artemis
 ---



[activemq-website] branch asf-site updated: Automatic Site Publish by Buildbot

2023-06-19 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 5bef31a91 Automatic Site Publish by Buildbot
5bef31a91 is described below

commit 5bef31a91b2f077a846ceab69f667a6d98df5a1d
Author: buildbot 
AuthorDate: Mon Jun 19 18:41:46 2023 +

Automatic Site Publish by Buildbot
---
 output/components/artemis/download/release-notes-2.29.0.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/output/components/artemis/download/release-notes-2.29.0.html 
b/output/components/artemis/download/release-notes-2.29.0.html
index b23982ab1..645b1a140 100644
--- a/output/components/artemis/download/release-notes-2.29.0.html
+++ b/output/components/artemis/download/release-notes-2.29.0.html
@@ -86,7 +86,7 @@
 
   
 
-  ActiveMQ Artemis 2.28.0 Release Notes
+  ActiveMQ Artemis 2.29.0 Release Notes