HI all, Apache Qpid Broker-J 7.0.0 RC3 is built and ready for testing. The following issues have been resolved since RC2:
* QPID-8020 - [Broker-J] Rename binary and source distribution bundles for broker-j * QPID-8023 - [Broker-J] Remove com.google.code.findbugs:jsr305 dependency * QPID-8024 - [Broker-J] Reflect missing components and changes in copyright dates in the NOTICE file The full list of new features, defect fixes and improvements can be found in Jira: https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20fixVersion%20%3D%20qpid-java-broker-7.0.0 The source and binary archives can be grabbed from here: https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.0.0-rc3 The maven artifacts are also staged for now at: https://repository.apache.org/content/repositories/orgapacheqpid-1121 Please test and cast your vote accordingly. Kind regards P.S. If you want to test it out using maven, you can temporarily add this to your poms to access the staging repo: <repositories> <repository> <id>staging</id> <url> https://repository.apache.org/content/repositories/orgapacheqpid-1121</url> </repository> </repositories>
