Re: 0.32 release update - RC is available

2015-03-12 Thread Rob Godfrey
We have an error report from a user of the Java broker here: https://issues.apache.org/jira/browse/QPID-6439 The fix will be trivial, but since it will mean anyone upgrading from 0.30 or earlier to 0.32 will not be able to start their broker after upgrading, I'd like to get a fix in for this. --

Re: 0.32 release update - RC is available

2015-03-11 Thread Justin Ross
Thanks, approved. On Wed, Mar 11, 2015 at 2:51 PM, Gordon Sim wrote: > On 03/11/2015 06:40 PM, Justin Ross wrote: > >> I would like the build fix, but first some tedious questions. >> >> These functions were simply extraneous? >> > > Yes. > > Why were the present in the first instance? >> > > T

Re: 0.32 release update - RC is available

2015-03-11 Thread Gordon Sim
On 03/11/2015 06:40 PM, Justin Ross wrote: I would like the build fix, but first some tedious questions. These functions were simply extraneous? Yes. Why were the present in the first instance? They were used at an earlier point in the code, but subsequent modifications removed these uses

Re: 0.32 release update - RC is available

2015-03-11 Thread Justin Ross
I would like the build fix, but first some tedious questions. These functions were simply extraneous? Why were the present in the first instance? On Wed, Mar 11, 2015 at 2:07 PM, Gordon Sim wrote: > On 03/11/2015 02:01 PM, Andrew Stitcher wrote: > >> On Tue, 2015-03-10 at 09:21 -0400, Justin R

Re: 0.32 release update - RC is available

2015-03-11 Thread Gordon Sim
On 03/11/2015 02:01 PM, Andrew Stitcher wrote: On Tue, 2015-03-10 at 09:21 -0400, Justin Ross wrote: Hi, folks. The 0.32 release candidate is now available. Release artifacts: https://dist.apache.org/repos/dist/dev/qpid/0.32-rc/ Maven staging repo: https://repository.apache.org/content/r

Re: 0.32 release update - RC is available

2015-03-11 Thread Keith W
--Original Message- > > From: Justin Ross [mailto:justin.r...@gmail.com] > > Sent: Tuesday, March 10, 2015 9:22 AM > > To: users@qpid.apache.org > > Subject: 0.32 release update - RC is available > > > > Hi, folks. The 0.32 release candidate is now available. > > &

Re: 0.32 release update - RC is available

2015-03-11 Thread Andrew Stitcher
On Tue, 2015-03-10 at 09:21 -0400, Justin Ross wrote: > Hi, folks. The 0.32 release candidate is now available. > > Release artifacts: https://dist.apache.org/repos/dist/dev/qpid/0.32-rc/ > Maven staging repo: > https://repository.apache.org/content/repositories/orgapacheqpid-1027 > Test ou

RE: 0.32 release update - RC is available

2015-03-10 Thread Steve Huston
qpid-cpp is ok on AIX. > -Original Message- > From: Justin Ross [mailto:justin.r...@gmail.com] > Sent: Tuesday, March 10, 2015 9:22 AM > To: users@qpid.apache.org > Subject: 0.32 release update - RC is available > > Hi, folks. The 0.32 release candidate is now avai

Re: 0.32 release update - RC is available

2015-03-10 Thread Oleksandr Rudyy
Justin, I tested 0.32 RC java broker and java JMS clients by starting the broker and running Hello/Spout/Drain examples from 0.8/0.9.x/0.10 JMS client and Hello example from 1.0 JMS client. They worked fine for me. No issue is found. Additionally I tested web management console operations like crea

Re: 0.32 release update - RC is available

2015-03-10 Thread Rob Godfrey
I've made a fix as https://svn.apache.org/r1665702 on trunk. The impact of the change is solely to the automatic upgrader, and specifically only for the path that is currently causing the error (key/trust stores where the default type was previously being used in the config). -- Rob On 10 March

0.32 release update - RC is available

2015-03-10 Thread Justin Ross
Hi, folks. The 0.32 release candidate is now available. Release artifacts: https://dist.apache.org/repos/dist/dev/qpid/0.32-rc/ Maven staging repo: https://repository.apache.org/content/repositories/orgapacheqpid-1027 Test output: http://people.apache.org/~jross/qpid-0.32-rc.log This is pr