Adding my +1 I tested as follows: - Checked license/notice files present. - Verified sigs and checksums match. - Built from the src, ran the tests. - Ran the HelloWorld example against the 0.32 RC2 C++ and Java brokers using the output from the src build. - Cleared my local repo, built+ran the HelloWorld example again using the remote maven staging repo (with a modified pom).
Robbie On 16 March 2015 at 19:53, Robbie Gemmell <[email protected]> wrote: > Hi all, > > We have reached a point that it would be useful to do an initial > release of the new Proton-based JMS client, so I have put up an RC for > folks to test and vote on. > > The source and binary archives can be grabbed from here: > https://dist.apache.org/repos/dist/dev/qpid/jms/0.1.0-rc1/ > > Those and the other individual maven artifacts are also staged for now at: > https://repository.apache.org/content/repositories/orgapacheqpid-1030 > > I will close the vote some point towards the end of the week. I'll be > off on vacation by then so the exact timing is a little fuzzy but it > will be after 72hrs are up, i.e after 8pm GMT on Thursday 19th. > > Regards, > Robbie > > > P.S. If you want to test it out from the staging repo (e.g using the > examples src, or your own things), add this to your poms: > <repositories> > <repository> > <id>staging</id> > > <url>https://repository.apache.org/content/repositories/orgapacheqpid-1030</url> > </repository> > </repositories> > > The dependency for the client itself would then be: > <dependency> > <groupId>org.apache.qpid</groupId> > <artifactId>qpid-jms-client</artifactId> > <version>0.1.0</version> > </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
