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

dependabot[bot] pushed a change to branch 
dependabot/maven/com.fasterxml.jackson.core-jackson-annotations-2.22
in repository https://gitbox.apache.org/repos/asf/activemq.git


 discard 67c4bf9ca0 build(deps): bump 
com.fasterxml.jackson.core:jackson-annotations
     add f84eb3968a Improve Stomp protocol error messages (#2067)
     add 3598fc5623 Send advisory messages using Broker connection context 
(#2071)
     add dfa00d04d4 Add https to BrokerView restricted list (#2073)
     add 6fc46e520b Add validation for WireFormatInfo (#2080)
     add 80562ea8d3 Ensure at most one BrokerInfo command is received (#2083)
     add ea5a33ce87 Adding missing jsp escapes (#2089)
     add 085efea552 Restrict full web console URI to admins role (#2074)
     add 60af386792 Limit platform details to a reasonable length (#2088)
     add 78cc238ab2 build(deps): bump org.jvnet.jaxb:jaxb-plugins-runtime 
(#2084)
     add 5155918845 build(deps-dev): bump netty-version from 4.2.14.Final to 
4.2.15.Final (#2069)
     add e49e0528cf build(deps): bump org.glassfish.jaxb:jaxb-bom from 4.0.8 to 
4.0.9 (#2053)
     add 4e4a868502 build(deps-dev): bump org.eclipse.jdt:ecj from 3.45.0 to 
3.46.0 (#2085)
     add 771f2ee93b build(deps-dev): bump 
org.sonarsource.scanner.maven:sonar-maven-plugin (#2050)
     add 7c04e76887 build(deps): bump jackson-version from 2.21.3 to 2.22.0 
(#2072)
     add a265eb2a71 build(deps): bump 
com.fasterxml.jackson.core:jackson-annotations

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   (67c4bf9ca0)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.fasterxml.jackson.core-jackson-annotations-2.22 
(a265eb2a71)

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:
 .../apache/activemq/advisory/AdvisoryBroker.java   | 134 +++++++++++----
 .../java/org/apache/activemq/broker/Broker.java    |   8 +
 .../org/apache/activemq/broker/BrokerFilter.java   |   5 +
 .../org/apache/activemq/broker/BrokerService.java  |  16 +-
 .../org/apache/activemq/broker/EmptyBroker.java    |   5 +
 .../org/apache/activemq/broker/ErrorBroker.java    |   5 +
 .../activemq/broker/TransportConnection.java       |  13 +-
 .../org/apache/activemq/broker/jmx/BrokerView.java |   2 +-
 .../activemq/broker/region/BaseDestination.java    |  50 +-----
 .../activemq/broker/util/LoggingBrokerPlugin.java  |   9 ++
 .../network/DemandForwardingBridgeSupport.java     |  12 +-
 .../activemq/ActiveMQConnectionMetaData.java       |  18 ++-
 .../apache/activemq/command/WireFormatInfo.java    |  24 +--
 .../apache/activemq/util/MarshallingSupport.java   |  79 +++++----
 .../activemq/ActiveMQConnectionMetaDataTest.java   |  46 ++++++
 .../activemq/command/WireFormatInfoTest.java       | 180 +++++++++++++++++++++
 .../activemq/util/MarshallingSupportTest.java      |  95 +++++++++++
 .../transport/ws/StompWSTransportTest.java         |   8 +-
 .../transport/mqtt/MQTTAuthTestSupport.java        |  12 +-
 .../activemq/transport/stomp/StompWireFormat.java  |  15 +-
 .../apache/activemq/transport/stomp/StompTest.java |   8 +-
 .../activemq/transport/stomp/StompTestSupport.java |  12 +-
 .../apache/activemq/advisory/AdvisoryTests.java    |  36 ++++-
 .../activemq/broker/policy/SecureDLQTest.java      |   4 +-
 .../network/DurableSyncNetworkBridgeAuthTest.java  |  18 +++
 .../security/DestinationAdminAuthzTest.java        |   9 +-
 .../security/SimpleSecurityBrokerSystemTest.java   |   4 +-
 .../security/jaas-broker-guest-no-creds-only.xml   |   9 +-
 .../apache/activemq/security/jaas-broker-guest.xml |   9 +-
 .../org/apache/activemq/security/jaas-broker.xml   |  11 +-
 activemq-web-console/src/main/webapp/browse.jsp    |   2 +-
 .../src/main/webapp/queueConsumers.jsp             |   3 +-
 assembly/src/release/conf/activemq.xml             |  27 ++--
 assembly/src/release/conf/jetty.xml                |  25 +--
 pom.xml                                            |  12 +-
 35 files changed, 725 insertions(+), 200 deletions(-)
 create mode 100644 
activemq-client/src/test/java/org/apache/activemq/ActiveMQConnectionMetaDataTest.java
 create mode 100644 
activemq-client/src/test/java/org/apache/activemq/command/WireFormatInfoTest.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