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-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 0bbd235127 ARTEMIS-5348: update activemq to 5.19.0
0bbd235127 is described below
commit 0bbd2351270992b2c51d0e8315d97f41bb8c6102
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue Mar 11 13:01:57 2025 +0000
ARTEMIS-5348: update activemq to 5.19.0
---
pom.xml | 2 +-
.../apache/activemq/broker/region/policy/DestinationProxy.java | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 492d13aa19..9da0d377ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
<pax.exam.version>4.14.0</pax.exam.version>
<commons.config.version>2.11.0</commons.config.version>
<commons.lang.version>3.17.0</commons.lang.version>
- <activemq5-version>5.18.6</activemq5-version>
+ <activemq5-version>5.19.0</activemq5-version>
<apache.derby.version>10.15.2.0</apache.derby.version>
<commons.beanutils.version>1.10.1</commons.beanutils.version>
<commons.logging.version>1.3.5</commons.logging.version>
diff --git
a/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/region/policy/DestinationProxy.java
b/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/region/policy/DestinationProxy.java
index 9c1b0b185b..5754eea001 100644
---
a/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/region/policy/DestinationProxy.java
+++
b/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/region/policy/DestinationProxy.java
@@ -698,4 +698,14 @@ public class DestinationProxy implements Destination {
public void setAdvancedNetworkStatisticsEnabled(boolean
advancedNetworkStatisticsEnabled) {
throw new UnsupportedOperationException("Not implemented yet");
}
+
+ @Override
+ public boolean isAdvancedMessageStatisticsEnabled() {
+ return false;
+ }
+
+ @Override
+ public void setAdvancedMessageStatisticsEnabled(boolean
advancedMessageStatisticsEnabled) {
+ throw new UnsupportedOperationException("Not implemented yet");
+ }
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact