This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/maven/netty-version-4.2.9.Final
in repository https://gitbox.apache.org/repos/asf/activemq.git
discard 4cd1893cbb Bump netty-version from 4.1.94.Final to 4.2.9.Final
add 66c4be6c11 Bump commons-codec:commons-codec from 1.15 to 1.20.0 (#1576)
add 7157a25510 Bump org.eclipse.jdt:ecj from 3.17.0 to 3.44.0 (#1575)
add f6375f7cae Bump maven-core-version from 3.8.6 to 3.9.12 (#1601)
add fac8b6e845 Bump org.sonarsource.scanner.maven:sonar-maven-plugin
(#1585)
add 1e8ef75f58 Enable publishing of test results in CI workflows (#1637)
add e057fc32b3 Add test for VM transport behavior on broker restart (#1631)
add 61a0dd846e the Apache org only allows
EnricoMi/publish-unit-test-result-action@* but not the /macos and /windows
subpaths (#1638)
add adbd316b7e AMQ-9851 Set preallocation scope to NONE in
JournalFdRecoveryTest (#1640)
add a987c04962 AMQ-9852 Ensure advisory consumer receives producer
advisory before creation to prevent race conditions (#1641)
add 0b85912a71 AMQ-9853 Ensure consumer is closed after all
acknowledgments are processed in ActiveMQJMS2MessageListenerTest (#1643)
add 35e8b48bcd AMQ-9845 Fix race condition in AMQ4889Test by ensuring
proper connection handling and verification of successful and failed
connections (#1630)
add 7b502c62c0 AMQ-9843 Handle InstanceNotFoundException during MBean
unregistration to avoid errors on shutdown (#1635)
add c05e794c42 AMQ-9854 Add wait for broker to process disconnect before
publishing … (#1646)
add a8b67b15f1 Bump org.apache.cxf:cxf-xjc-plugin from 4.1.1 to 4.1.2
(#1632)
add 53b3e5be8a Bump org.jvnet.jaxb:jaxb-plugins-runtime from 4.0.8 to
4.0.12 (#1578)
add e35cd2d3c8 Bump netty-version from 4.1.94.Final to 4.2.9.Final
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4cd1893cbb)
\
N -- N -- N
refs/heads/dependabot/maven/netty-version-4.2.9.Final (e35cd2d3c8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci-nightly.yml | 17 +++++
.github/workflows/ci-quick.yml | 16 +++++
.../apache/activemq/advisory/AdvisoryBroker.java | 2 +
.../activemq/broker/jmx/ManagementContext.java | 24 +++++--
.../store/kahadb/JournalFdRecoveryTest.java | 1 +
.../apache/activemq/transport/mqtt/MQTTTest.java | 17 +++++
activemq-runtime-config/pom.xml | 2 +-
.../tool/sampler/AbstractPerformanceSampler.java | 1 -
.../org/apache/activemq/tool/sampler/Validate.java | 52 ++++++++++++++
.../activemq/VmTransportBrokerRestartTest.java | 82 ++++++++++++++++++++++
.../broker/advisory/AdvisoryBrokerTest.java | 26 ++++---
.../jms2/ActiveMQJMS2MessageListenerTest.java | 18 ++---
.../org/apache/activemq/proxy/AMQ4889Test.java | 58 +++++++++------
assembly/pom.xml | 2 +-
pom.xml | 8 +--
15 files changed, 274 insertions(+), 52 deletions(-)
create mode 100644
activemq-tooling/activemq-perf-maven-plugin/src/main/java/org/apache/activemq/tool/sampler/Validate.java
create mode 100644
activemq-unit-tests/src/test/java/org/apache/activemq/VmTransportBrokerRestartTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact