Re: [PR] ARTEMIS-4680 - Upgrade the console to use HawtIO 4 [activemq-artemis-console-plugin]

2024-04-22 Thread via GitHub
andytaylor commented on code in PR #3: URL: https://github.com/apache/activemq-artemis-console-plugin/pull/3#discussion_r1574575303 ## README.md: ## @@ -1 +1,61 @@ -# activemq-artemis-console-plugin +# Apache ActiveMQ Artemis Console Plugin + + +The [Apache ActiveMQ

Re: [PR] ARTEMIS-4680 - Upgrade the console to use HawtIO 4 [activemq-artemis-console-plugin]

2024-04-22 Thread via GitHub
gemmellr commented on code in PR #3: URL: https://github.com/apache/activemq-artemis-console-plugin/pull/3#discussion_r1574581049 ## README.md: ## @@ -1 +1,61 @@ -# activemq-artemis-console-plugin +# Apache ActiveMQ Artemis Console Plugin + + +The [Apache ActiveMQ

Re: [PR] AMQ-9481 - Correctly complete async servlet request on timeout [activemq]

2024-04-22 Thread via GitHub
cshannon merged PR #1206: URL: https://github.com/apache/activemq/pull/1206 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] ARTEMIS-4680 - Upgrade the console to use HawtIO 4 [activemq-artemis-console-plugin]

2024-04-22 Thread via GitHub
andytaylor commented on code in PR #3: URL: https://github.com/apache/activemq-artemis-console-plugin/pull/3#discussion_r1574724547 ## README.md: ## @@ -1 +1,61 @@ -# activemq-artemis-console-plugin +# Apache ActiveMQ Artemis Console Plugin + + +The [Apache ActiveMQ

[PR] ARTEMIS-4734 mitigate NPE in ReplicationManager [activemq-artemis]

2024-04-22 Thread via GitHub
jbertram opened a new pull request, #4900: URL: https://github.com/apache/activemq-artemis/pull/4900 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[PR] ARTEMIS-4305 Zero persistence does not work in kubernetes [activemq-artemis]

2024-04-22 Thread via GitHub
iiliev2 opened a new pull request, #4899: URL: https://github.com/apache/activemq-artemis/pull/4899 In a cluster deployed in kubernetes, when a node is destroyed it terminates the process and shuts down the network before the process has a chance to close connections. Then a new node might

Re: [PR] ARTEMIS-4709 plugin to enforce connection periodic expiry per acceptor [activemq-artemis]

2024-04-22 Thread via GitHub
jbertram merged PR #4871: URL: https://github.com/apache/activemq-artemis/pull/4871 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] NO-JIRA Test validating multiple mirrors connected to a node [activemq-artemis]

2024-04-22 Thread via GitHub
clebertsuconic opened a new pull request, #4903: URL: https://github.com/apache/activemq-artemis/pull/4903 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[PR] ARTEMIS-4741 use specific assertion methods [activemq-artemis]

2024-04-22 Thread via GitHub
jbertram opened a new pull request, #4902: URL: https://github.com/apache/activemq-artemis/pull/4902 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[PR] ARTEMIS-4742 decoding PersistedSecuritySetting fails after upgrade [activemq-artemis]

2024-04-22 Thread via GitHub
jbertram opened a new pull request, #4904: URL: https://github.com/apache/activemq-artemis/pull/4904 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[PR] ARTEMIS-4743 Split lines on ./artemis queue stat for large names [activemq-artemis]

2024-04-22 Thread via GitHub
clebertsuconic opened a new pull request, #4905: URL: https://github.com/apache/activemq-artemis/pull/4905 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] ARTEMIS-4742 decoding PersistedSecuritySetting fails after upgrade [activemq-artemis]

2024-04-22 Thread via GitHub
jbertram commented on code in PR #4904: URL: https://github.com/apache/activemq-artemis/pull/4904#discussion_r1575589452 ## tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/security/PersistedSecuritySettingTest.java: ## @@ -43,4 +48,31 @@

Re: [PR] ARTEMIS-4743 Split lines on ./artemis queue stat for large names [activemq-artemis]

2024-04-22 Thread via GitHub
jbertram commented on PR #4905: URL: https://github.com/apache/activemq-artemis/pull/4905#issuecomment-2071427578 The headings of most columns are being wrapped, e.g.: ``` $ ./artemis queue stat --maxColumnSize=30 Connection brokerURL = tcp://localhost:61616 |NAME

Re: [PR] ARTEMIS-4742 decoding PersistedSecuritySetting fails after upgrade [activemq-artemis]

2024-04-22 Thread via GitHub
clebertsuconic commented on code in PR #4904: URL: https://github.com/apache/activemq-artemis/pull/4904#discussion_r1575580898 ## tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/security/PersistedSecuritySettingTest.java: ## @@ -43,4 +48,31