On 2 February 2018 at 09:43, Oleksandr Rudyy <[email protected]> wrote: > Hi folks, > > I built a release candidate for a Qpid Broker-J 7.0.1. > Please give it a test out and vote accordingly. > > The source and binary archives can be grabbed from: > https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.0.1-rc1 > > The maven artifacts are also staged for now at: > https://repository.apache.org/content/repositories/orgapacheqpid-1129 > > The JIRAs currently assigned are: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520&version=12342094 > > Regards, > Alex > > P.S. For testing of maven broker staging repo artifacts, please add into to > your poms the staging repo as below: > > <repositories> > <repository> > <id>staging</id> > <url> > https://repository.apache.org/content/repositories/orgapacheqpid-1129</url> > </repository> > </repositories> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
+1 I checked things out as follows: - Verified the signatures and checksum files. - Used "mvn apache-rat:check" to verify the headers in source release. - Checked for LICENCE and NOTICE files being present in each archive. - Ran the source release build and unit tests under the default profile. - Started the broker from the tar.gz binary, used the web management and created a queue using the web console. - Ran the Qpid JMS HelloWorld example against the running broker. Robbie --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
