On 28 June 2016 at 09:06, Keith W <[email protected]> wrote: > Hi all, > > A release candidate for the next release (6.0.4) of the Qpid Java > Components has been created. > > 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.4 > > Please test and vote accordingly. > > The source and binary archives can be grabbed from here: > https://dist.apache.org/repos/dist/dev/qpid/java/6.0.4-rc1 > > Those files and the other maven artifacts are also staged for now at: > https://repository.apache.org/content/repositories/orgapacheqpid-1080 > > Kind regards > > P.S. If you want to test it out using maven (e.g with the examples src, > or your own things), 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-1080</url> > </repository> > </repositories> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
+1 I gave things a check out as follows: - Verified all the signature + checksums. - Checked LICENCE+NOTICE present. - Used "mvn apache-rat:check" to check the licence headers. - Ran the source build + javadoc build (on Java8). - Extracted the broker binary, started it up, loaded the web console and used it to create a queue. - Ran the Qpid JMS 0.10.0 RC HelloWorld example against the broker. Robbie --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
