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 c8a0e7c968 ARTEMIS-5087: update activemq deps to 5.18.6
c8a0e7c968 is described below

commit c8a0e7c968909ddc9ad33730ce9431ad4eef7d1c
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Oct 4 16:26:11 2024 +0100

    ARTEMIS-5087: update activemq deps to 5.18.6
---
 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 72bdef987f..707183d48e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
       <pax.exam.version>4.13.5</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.5</activemq5-version>
+      <activemq5-version>5.18.6</activemq5-version>
       <apache.derby.version>10.15.2.0</apache.derby.version>
       <commons.beanutils.version>1.9.4</commons.beanutils.version>
       <commons.logging.version>1.3.4</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 417870f3f5..9c1b0b185b 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
@@ -688,4 +688,14 @@ public class DestinationProxy implements Destination {
    public boolean iterate() {
       throw new UnsupportedOperationException("Not implemented yet");
    }
+
+   @Override
+   public boolean isAdvancedNetworkStatisticsEnabled() {
+      return false;
+   }
+
+   @Override
+   public void setAdvancedNetworkStatisticsEnabled(boolean 
advancedNetworkStatisticsEnabled) {
+      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


Reply via email to