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

robbie pushed a change to branch 0.x
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git.


    from ec88eb4  [maven-release-plugin] prepare for next development iteration
     new cd70bf0  update version to 0.60.0-SNAPSHOT
     new 782d375  NO-JIRA: tweak logging to include stacktrace
     new 6938513  NO-JIRA: fix warnings during assembly creation
     new 2cd0ba4  NO-JIRA: update or exclude some test deps related to kdc bits
     new 0d1876d  NO-JIRA: enforce use of Maven 3.5.0+, overriding apache 
parent pom execution checking for 3.0.5
     new 73886a8  QPIDJMS-542: allow setting URI used for default connection 
factories via the context provider url property.
     new 4ca8a1f  NO-JIRA: try to upload archive of surefire logs upon failure
     new cfeddfe  NO-JIRA: consolidate on use of pkcs12 stores for test server
     new f7dee1b  QPIDJMS-544: log the variable value rather than constant, 
ensure correctness should the former ever be updated, tweak message for clarity
     new 10d5a6c  QPIDJMS-546: update various test dependencies
     new 2e8bb3a  NO-JIRA: update GHA build to use Temurin, and JDK 17 instead 
of 16
     new 763316d  QPIDJMS-549: use retained ref that isnt nulled during 
failover, and avoid multiple signals to the related code that let it NPE more 
than once
     new e30020a  QPIDJMS-551: update to proton-j 0.33.10
     new d949b2b  NO-JIRA: ensure browser tests validate distribution mode
     new 5c829bf  QPIDJMS-555, QPIDJMS-556: update Netty to 4.1.72 and 
netty-tcnative to 2.0.46
     new 8362014  QPIDJMS-556: update test+examples slf4j-log4j dep to 2.15.0

The 16 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:
 .github/workflows/build.yml                        |  15 ++-
 apache-qpid-jms/pom.xml                            |   2 +-
 apache-qpid-jms/src/main/assembly/bin.xml          |   2 +-
 apache-qpid-jms/src/main/assembly/src.xml          |   4 +-
 pom.xml                                            |  84 ++++++++++++++--
 qpid-jms-client/pom.xml                            |   2 +-
 .../qpid/jms/jndi/JmsInitialContextFactory.java    |  23 ++++-
 .../qpid/jms/policy/JmsDefaultPrefetchPolicy.java  |   2 +-
 .../qpid/jms/provider/amqp/AmqpProvider.java       |  22 +++-
 .../jms/provider/failover/FailoverProvider.java    |   5 +-
 .../qpid/jms/integration/ProxyIntegrationTest.java |   8 +-
 .../qpid/jms/integration/SaslIntegrationTest.java  |  12 +--
 .../qpid/jms/integration/SslIntegrationTest.java   |  55 ++++------
 .../qpid/jms/integration/WsIntegrationTest.java    |   4 +-
 .../jms/jndi/JmsInitialContextFactoryTest.java     |  47 +++++++++
 ...hAmqpOpenProvidedServerListIntegrationTest.java | 112 ++++++++++++++++++---
 .../qpid/jms/test/testpeer/TestAmqpPeer.java       |  21 +++-
 .../qpid/jms/test/testpeer/TestAmqpPeerRunner.java |   2 +-
 .../qpid/jms/transports/TransportSupportTest.java  |   4 -
 .../transports/netty/NettySslTransportTest.java    |   7 +-
 qpid-jms-client/src/test/resources/README.txt      |  17 +---
 .../src/test/resources/broker-jceks.keystore       | Bin 3762 -> 0 bytes
 .../src/test/resources/broker-jceks.truststore     | Bin 843 -> 0 bytes
 .../src/test/resources/broker-jks.keystore         | Bin 3782 -> 0 bytes
 .../src/test/resources/broker-jks.truststore       | Bin 843 -> 0 bytes
 .../resources/broker-wrong-host-pkcs12.keystore    | Bin 0 -> 4349 bytes
 qpid-jms-discovery/pom.xml                         |   2 +-
 qpid-jms-docs/pom.xml                              |   2 +-
 qpid-jms-examples/pom.xml                          |  10 +-
 qpid-jms-interop-tests/pom.xml                     |   2 +-
 .../qpid-jms-activemq-tests/pom.xml                |   2 +-
 31 files changed, 355 insertions(+), 113 deletions(-)
 delete mode 100644 qpid-jms-client/src/test/resources/broker-jceks.keystore
 delete mode 100644 qpid-jms-client/src/test/resources/broker-jceks.truststore
 delete mode 100644 qpid-jms-client/src/test/resources/broker-jks.keystore
 delete mode 100644 qpid-jms-client/src/test/resources/broker-jks.truststore
 create mode 100644 
qpid-jms-client/src/test/resources/broker-wrong-host-pkcs12.keystore

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to