This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/karaf-version-4.4.9
in repository https://gitbox.apache.org/repos/asf/activemq.git


 discard 5b20a4f382 Bump karaf-version from 4.3.7 to 4.4.9
     add 341977fcdc Update the check context to use CI Quick (#1606)
     add 2790ac25c9 [AMQ-9815] Add additional attributes to ConnectorView 
(#1556)
     add b7adf30302 Bump org.apache.geronimo.specs:geronimo-atinject_1.0_spec 
(#1602)
     add 2b481e0745 Until Java 25 work is finished, because SecurityManager is 
also not available in 24 (#1607)
     add 1da5c269b6 Bump jolokia-version from 2.4.0 to 2.4.3 (#1611)
     add 94c3c3dac2 Facky tests revealed mainly with faster CI (aka Github 
Actions but also with Java 25) (#1610)
     add 3b4e7cb3b7 Revert "Facky tests revealed mainly with faster CI (aka 
Github Actions but also with Java 25) (#1610)" (#1617)
     add fe427a1bed Bump camel-version from 4.14.2 to 4.14.4 (#1615)
     add 15200d58d5 Bump org.apache.commons:commons-pool2 from 2.12.1 to 2.13.1 
(#1605)
     add 8b297793ca Bump spring-version from 6.2.12 to 6.2.15 (#1573)
     add 3686999e7b ActiveMQ on Java until Java 24 (#1612)
     add 928c40a85a Flaky tests GitHub actions (#1621)
     add e1500b9bdd Bump org.apache.commons:commons-dbcp2 from 2.13.0 to 2.14.0 
(#1586)
     add 1149a9ff1e AMQ-9829 Track prefetched messages for duplicate 
suppression during failover (#1616)
     add 1e18fde833 Update CI schedule to run hourly (#1625)
     add 59eb8315cb Batch of fixes (#1622)
     add a991438aea Configure broker to check for expired messages every second 
in tests (#1626)
     add c1ada91750 Bump org.ops4j.pax.url:pax-url-aether from 2.6.11 to 2.6.17 
(#1589)
     add c517306a3e Bump org.easymock:easymock from 3.2 to 3.6 (#1581)
     add 37b716b16e Bump 
org.apache.aries.blueprint:org.apache.aries.blueprint.core (#1580)
     add 4b6e4a98c8 Refactor JMSConsumerTest and ZeroPrefetchConsumerTest 
(#1628)
     add 4173d2aaf3 Bump org.apache.groovy:groovy-ant from 5.0.2 to 5.0.4 
(#1623)
     add f4664802a3 Bump org.apache.groovy:groovy from 5.0.2 to 5.0.4 (#1624)
     add bfa6995375 Bump com.fasterxml.jackson.core:jackson-annotations from 
2.20 to 2.21 (#1620)
     add 54aeef91e4 Bump jackson-version from 2.20.1 to 2.21.0 (#1619)
     add 7c5f2e3e86 Bump org.codehaus.mojo:javacc-maven-plugin from 3.1.1 to 
3.2.0 (#1618)
     add 14b4edc32f Bump karaf-version from 4.3.7 to 4.4.9

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   (5b20a4f382)
            \
             N -- N -- N   refs/heads/dependabot/maven/karaf-version-4.4.9 
(14b4edc32f)

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                   |   6 +-
 .github/workflows/ci-quick.yml                     |   2 +
 activemq-amqp/pom.xml                              |   5 +-
 .../java/org/apache/activemq/broker/Connector.java |  29 +-
 .../apache/activemq/broker/TransportConnector.java |  14 +
 .../apache/activemq/broker/jmx/ConnectorView.java  |  79 +++++
 .../activemq/broker/jmx/ConnectorViewMBean.java    |  44 +++
 .../apache/activemq/ActiveMQMessageConsumer.java   |  59 +++-
 .../java/org/apache/activemq/bugs/AMQ9255Test.java |  22 +-
 .../PooledConnectionSecurityExceptionTest.java     |  65 +++-
 .../store/kahadb/JournalFdRecoveryTest.java        |   3 +
 .../store/kahadb/scheduler/AMQ7086Test.java        |  18 +-
 activemq-karaf-itest/pom.xml                       |   2 +-
 activemq-karaf/pom.xml                             |   2 +-
 activemq-mqtt/pom.xml                              |  13 +-
 .../transport/mqtt/MQTTProtocolConverterTest.java  |   2 +-
 activemq-openwire-generator/pom.xml                |   4 +-
 .../activemq/ra/ActiveMQConnectionFactoryTest.java |  24 +-
 .../activemq/transport/stomp/Stomp11Test.java      |  22 +-
 .../activemq/transport/stomp/Stomp12Test.java      |  28 +-
 .../stomp/StompCompositeDestinationTest.java       |  16 +-
 .../apache/activemq/transport/stomp/StompTest.java |  13 +-
 activemq-unit-tests/pom.xml                        |  17 +-
 .../ActiveMQMessageConsumerClearMessagesTest.java  | 342 +++++++++++++++++++++
 .../activemq/ActiveMQSslConnectionFactoryTest.java |  76 +++--
 .../apache/activemq/EmbeddedBrokerTestSupport.java |   3 +
 .../java/org/apache/activemq/JMSConsumerTest.java  | 107 +++----
 .../activemq/JmsMultipleClientsTestSupport.java    |  10 +-
 .../org/apache/activemq/JmsQueueBrowserTest.java   |  23 ++
 .../apache/activemq/ZeroPrefetchConsumerTest.java  |  43 ++-
 .../java/org/apache/activemq/bugs/AMQ4656Test.java |   9 +-
 .../java/org/apache/activemq/bugs/AMQ6815Test.java |  19 +-
 .../java/org/apache/activemq/bugs/AMQ7118Test.java |  21 +-
 .../activemq/bugs/MKahaDBTxRecoveryTest.java       |  19 +-
 .../jms2/ActiveMQJMS2MessageListenerTest.java      | 165 +++++-----
 .../network/DurableSyncNetworkBridgeTest.java      |  27 ++
 ...callyIncludedDestinationsDuplexNetworkTest.java |  14 +-
 .../network/NetworkAdvancedStatisticsTest.java     |  59 ++++
 .../network/VirtualConsumerDemandTest.java         |  73 ++++-
 .../transport/TransportBrokerTestSupport.java      |   1 +
 .../nio/AutoNIOJmsDurableTopicSendReceiveTest.java |   2 +-
 .../auto/nio/AutoNIOJmsSendAndReceiveTest.java     |   2 +-
 .../nio/AutoNIOPersistentSendAndReceiveTest.java   |   2 +-
 .../FailoverConsumerOutstandingCommitTest.java     |  22 +-
 .../failover/FailoverConsumerUnconsumedTest.java   |  16 +-
 .../transport/failover/FailoverDuplicateTest.java  |  12 +-
 .../FailoverDurableSubTransactionTest.java         |  14 +-
 .../failover/FailoverPrefetchZeroTest.java         |  10 +-
 .../failover/FailoverTransactionTest.java          |  65 +++-
 .../failover/FailoverXATransactionTest.java        |  12 +-
 .../nio/NIOJmsDurableTopicSendReceiveTest.java     |  13 +-
 .../transport/nio/NIOJmsSendAndReceiveTest.java    |  13 +-
 .../activemq/transport/nio/NIOSSLLoadTest.java     |   2 +-
 .../transport/nio/NIOTransportBrokerTest.java      |   2 +-
 .../activemq/transport/tcp/TransportUriTest.java   |  12 +-
 .../QueueZeroPrefetchLazyDispatchPriorityTest.java |  34 +-
 pom.xml                                            |  31 +-
 57 files changed, 1480 insertions(+), 284 deletions(-)
 create mode 100644 
activemq-unit-tests/src/test/java/org/apache/activemq/ActiveMQMessageConsumerClearMessagesTest.java


---------------------------------------------------------------------
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