On 24 October 2016 at 11:52, Oleksandr Rudyy <[email protected]> wrote: > Hi all, > > A release candidate for the next 6.0.5 release of the Qpid Java > Components has been created. > > A number of important defect fixes and improvements have been made in > this release. > The list of changes can be found in Jira: > https://issues.apache.org/jira/issues/?jql=project%20%3D%20QPID%20AND%20fixVersion%20%3D%20qpid-java-6.0.5 > > Please test and vote accordingly. > > The source and binary archives can be accessed here: > https://dist.apache.org/repos/dist/dev/qpid/java/6.0.5-rc1 > > Those files and the other maven artifacts are also staged for now at: > https://repository.apache.org/content/repositories/orgapacheqpid-1090 > > Kind regards > Alex > > P.S. For testing of 6.0.5 maven artifacts please add the staging repo as > below: > > <repositories> > <repository> > <id>staging</id> > > <url>https://repository.apache.org/content/repositories/orgapacheqpid-1090</url> > </repository> > </repositories> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
+1 I gave it a check over as follows: - Verified all the signature + checksum files. - Checked LICENCE+NOTICE files present. - Used "mvn apache-rat:check" to check the licence headers in source release. - Ran the source build (inc javadoc, on Java8) and unit tests. - Started the broker from the tar.gz binary, loaded the web console and used it to create a queue. - Ran the AMQP 1.0 Qpid JMS master HelloWorld example against the broker. Robbie --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
