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

asf-gitbox-commits pushed a change to branch release/6.3.2
in repository https://gitbox.apache.org/repos/asf/activemq.git


    from afdc6e2fbd KEYS: Add [email protected] GPG release key (#2497) 
(#2498)
     add 3762e0898a Fix network bridge local-side close (#2475) (#2503)
     add 97b6ca827a Fix: Assembly startup logs harmless WARN about schemas 
(#2501) (#2504)
     new 1baa06d7bd [maven-release-plugin] prepare release activemq-6.3.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 activemq-all/pom.xml                               |   2 +-
 activemq-amqp/pom.xml                              |   2 +-
 activemq-blueprint/pom.xml                         |   2 +-
 activemq-broker/pom.xml                            |   2 +-
 .../activemq/broker/TransportConnection.java       |   2 +-
 .../network/DemandForwardingBridgeSupport.java     |  11 +-
 .../apache/activemq/transport/vm/VMTransport.java  |   7 +-
 activemq-cf/pom.xml                                |   2 +-
 activemq-client/pom.xml                            |   2 +-
 .../org/apache/activemq/command/ShutdownInfo.java  |  21 +-
 .../org/apache/activemq/transport/Transport.java   |   1 +
 .../apache/activemq/transport/TransportFilter.java |   5 +
 .../activemq/transport/TransportSupport.java       |   5 +
 .../transport/failover/FailoverTransport.java      |   5 +
 .../activemq/transport/fanout/FanoutTransport.java |   5 +
 .../activemq/transport/mock/MockTransport.java     |   5 +
 activemq-console/pom.xml                           |   2 +-
 activemq-http/pom.xml                              |   2 +-
 activemq-jaas/pom.xml                              |   2 +-
 activemq-jdbc-store/pom.xml                        |   2 +-
 activemq-jms-pool/pom.xml                          |   2 +-
 activemq-kahadb-store/pom.xml                      |   2 +-
 activemq-karaf-itest/pom.xml                       |   2 +-
 activemq-karaf/pom.xml                             |   2 +-
 activemq-log4j-appender/pom.xml                    |   2 +-
 activemq-mqtt/pom.xml                              |   2 +-
 activemq-openwire-generator/pom.xml                |   2 +-
 activemq-openwire-legacy/pom.xml                   |   2 +-
 activemq-osgi/pom.xml                              |   2 +-
 activemq-pool/pom.xml                              |   2 +-
 activemq-protobuf-test/pom.xml                     |   2 +-
 activemq-protobuf/pom.xml                          |   2 +-
 activemq-ra/pom.xml                                |   2 +-
 activemq-rar/pom.xml                               |   2 +-
 activemq-run/pom.xml                               |   2 +-
 activemq-runtime-config/pom.xml                    |   2 +-
 activemq-shiro/pom.xml                             |   2 +-
 activemq-spring/pom.xml                            |   2 +-
 activemq-stomp/pom.xml                             |   2 +-
 .../activemq-jakarta-messaging-tck/pom.xml         |   2 +-
 activemq-tooling/activemq-joram-jms-tests/pom.xml  |   2 +-
 activemq-tooling/activemq-junit/pom.xml            |   2 +-
 activemq-tooling/activemq-maven-plugin/pom.xml     |   2 +-
 .../activemq-memtest-maven-plugin/pom.xml          |   2 +-
 .../activemq-perf-maven-plugin/pom.xml             |   2 +-
 activemq-tooling/pom.xml                           |   2 +-
 activemq-unit-tests/pom.xml                        |   2 +-
 ...dgeDuplexLocalConnectionCloseReconnectTest.java | 230 ++++++++++++++
 ...orkBridgeLocalConnectionCloseReconnectTest.java | 331 +++++++++++++++++++++
 ...etworkBridgeSlowConsumerAbortReconnectTest.java | 164 ++++++++++
 activemq-web-console/pom.xml                       |   2 +-
 activemq-web-demo/pom.xml                          |   2 +-
 activemq-web/pom.xml                               |   2 +-
 assembly/pom.xml                                   |   2 +-
 assembly/src/release/conf/log4j2.properties        |   9 +-
 bom/pom.xml                                        |   2 +-
 pom.xml                                            |   4 +-
 57 files changed, 838 insertions(+), 51 deletions(-)
 create mode 100644 
activemq-unit-tests/src/test/java/org/apache/activemq/network/NetworkBridgeDuplexLocalConnectionCloseReconnectTest.java
 create mode 100644 
activemq-unit-tests/src/test/java/org/apache/activemq/network/NetworkBridgeLocalConnectionCloseReconnectTest.java
 create mode 100644 
activemq-unit-tests/src/test/java/org/apache/activemq/network/NetworkBridgeSlowConsumerAbortReconnectTest.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