On 8 November 2017 at 17:35, Oleksandr Rudyy <[email protected]> wrote: > 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>
+1 I checked things over as follows: - Verified the signature and checksum files. - Used "mvn apache-rat:check" to verify the headers in source release. - Checked for LICENCE+NOTICE files present in each archive. - Ran the source release build and unit tests (default profile). - Started the broker from the tar.gz binary, used the web management console to create a queue. - Ran the Qpid JMS master HelloWorld example against the running broker. Robbie --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
