Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-08 Thread Oleksandr Rudyy
This vote is now closed. I will publish results in separate email. Kind Regards, Alex - To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-08 Thread Oleksandr Rudyy
+1 On 3 December 2015 at 15:06, Oleksandr Rudyy wrote: > Hi folks, > > I would like to initiate new voting to release Qpid Java Components 6.0.0 > RC5 as the final 6.0.0. > > Maven release artifacts are available from maven staging repo at: > https://repository.apache.org/content/repositories/org

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-07 Thread Lorenz Quack
+1 On 03/12/15 15:06, Oleksandr Rudyy wrote: Hi folks, I would like to initiate new voting to release Qpid Java Components 6.0.0 RC5 as the final 6.0.0. Maven release artifacts are available from maven staging repo at: https://repository.apache.org/content/repositories/orgapacheqpid-1056 Sou

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-04 Thread Robbie Gemmell
On 3 December 2015 at 15:06, Oleksandr Rudyy wrote: > Hi folks, > > I would like to initiate new voting to release Qpid Java Components 6.0.0 > RC5 as the final 6.0.0. > > Maven release artifacts are available from maven staging repo at: > https://repository.apache.org/content/repositories/orgapac

Re: virtual host confusion(?) (was Re: [VOTE] Release Qpid Java Components 6.0.0)

2015-12-03 Thread Gordon Sim
On 12/03/2015 04:21 PM, Rob Godfrey wrote: How did you "re-use"? did you start up RC5, stop, replace the config.json and restart... or just try to start up rc5 with this config file (and this alone) in the work directory? I copied the file into the new work directory before starting rc5 for th

Re: virtual host confusion(?) (was Re: [VOTE] Release Qpid Java Components 6.0.0)

2015-12-03 Thread Rob Godfrey
I don't suppose you kept the broker logs? How did you "re-use"? did you start up RC5, stop, replace the config.json and restart... or just try to start up rc5 with this config file (and this alone) in the work directory? In the latter case I can see you might have had an issue if you didn't have

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-03 Thread Gordon Sim
On 12/03/2015 03:06 PM, Oleksandr Rudyy wrote: Hi folks, I would like to initiate new voting to release Qpid Java Components 6.0.0 RC5 as the final 6.0.0. Maven release artifacts are available from maven staging repo at: https://repository.apache.org/content/repositories/orgapacheqpid-1056 Sou

virtual host confusion(?) (was Re: [VOTE] Release Qpid Java Components 6.0.0)

2015-12-03 Thread Gordon Sim
On 12/03/2015 10:03 AM, Gordon Sim wrote: On 12/02/2015 09:45 PM, Rob Godfrey wrote: On 2 December 2015 at 21:45, Gordon Sim wrote: From the proton python examples, I was unable to connect as that client populates the hostname with a host and port combination, which was causing the broker to

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-03 Thread Rob Godfrey
+1 from me as well (sent / received messages in 0-9-1, 0-10 and 1.0 using Java client. 0-10 and 1.0 using C++) On 3 December 2015 at 15:20, Keith W wrote: > +1 to making 6.0.0 RC5 GA > > On 3 December 2015 at 15:06, Oleksandr Rudyy wrote: > > > Hi folks, > > > > I would like to initiate new vo

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-03 Thread Keith W
+1 to making 6.0.0 RC5 GA On 3 December 2015 at 15:06, Oleksandr Rudyy wrote: > Hi folks, > > I would like to initiate new voting to release Qpid Java Components 6.0.0 > RC5 as the final 6.0.0. > > Maven release artifacts are available from maven staging repo at: > https://repository.apache.org/

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-03 Thread Oleksandr Rudyy
Hi all, I am canceling this voting as we decided to build RC5 to include fixes for QPID-6926 and QPID-6928. Thanks a lot for testing and reporting issues with the RC4. Kind Regards, Alex On 3 December 2015 at 11:06, Rob Godfrey wrote: > Does the broker put the full stack trace of the NullPoint

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-03 Thread Rob Godfrey
Does the broker put the full stack trace of the NullPointerException in its logs? I'll try to fix this (as well as the out of order detach) if I can locate it. Cheers, Rob On 3 December 2015 at 10:03, Gordon Sim wrote: > On 12/02/2015 09:45 PM, Rob Godfrey wrote: > >> On 2 December 2015 at 21:

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-03 Thread Gordon Sim
On 12/02/2015 03:22 PM, Oleksandr Rudyy wrote: Thanks a lot for pointing out that source release bundle is not available in staging repo. I created 6.0.0 RC4 source bundle and put it together with binary bundles into dev area of the dist repo under: https://dist.apache.org/repos/dist/dev/qpid/ja

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-03 Thread Gordon Sim
On 12/02/2015 09:45 PM, Rob Godfrey wrote: On 2 December 2015 at 21:45, Gordon Sim wrote: From the proton python examples, I was unable to connect as that client populates the hostname with a host and port combination, which was causing the broker to close the connection: [...] In its defaul

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-02 Thread Rob Godfrey
On 2 December 2015 at 22:45, Rob Godfrey wrote: > > > On 2 December 2015 at 21:45, Gordon Sim wrote: > >> >> [.. snip ..] > > In its default configuration the Java Broker will accept any valid > hostname or IP address as the "hostname", or the empty string, or > "default". > any valid hostnam

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-02 Thread Rob Godfrey
On 2 December 2015 at 21:45, Gordon Sim wrote: > On 12/02/2015 03:22 PM, Oleksandr Rudyy wrote: > >> Robbie, >> >> Thanks a lot for pointing out that source release bundle is not available >> in staging repo. I created 6.0.0 RC4 source bundle and put it together >> with >> binary bundles into dev

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-02 Thread Gordon Sim
On 12/02/2015 08:45 PM, Gordon Sim wrote: On 12/02/2015 03:22 PM, Oleksandr Rudyy wrote: Robbie, Thanks a lot for pointing out that source release bundle is not available in staging repo. I created 6.0.0 RC4 source bundle and put it together with binary bundles into dev area of the dist repo un

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-02 Thread Gordon Sim
On 12/02/2015 03:22 PM, Oleksandr Rudyy wrote: Robbie, Thanks a lot for pointing out that source release bundle is not available in staging repo. I created 6.0.0 RC4 source bundle and put it together with binary bundles into dev area of the dist repo under: https://dist.apache.org/repos/dist/de

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-02 Thread Robbie Gemmell
+1 On 2 December 2015 at 15:22, Oleksandr Rudyy wrote: > Robbie, > > Thanks a lot for pointing out that source release bundle is not available > in staging repo. I created 6.0.0 RC4 source bundle and put it together with > binary bundles into dev area of the dist repo under: > > https://dist.apac

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-02 Thread Keith W
+1 On 2 December 2015 at 15:22, Oleksandr Rudyy wrote: > Robbie, > > Thanks a lot for pointing out that source release bundle is not available > in staging repo. I created 6.0.0 RC4 source bundle and put it together with > binary bundles into dev area of the dist repo under: > > https://dist.apa

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-02 Thread Oleksandr Rudyy
Robbie, Thanks a lot for pointing out that source release bundle is not available in staging repo. I created 6.0.0 RC4 source bundle and put it together with binary bundles into dev area of the dist repo under: https://dist.apache.org/repos/dist/dev/qpid/java/6.0.0-rc4/ Kind Regards, Alex On 2

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-02 Thread Robbie Gemmell
On 2 December 2015 at 12:58, Robbie Gemmell wrote: > On 2 December 2015 at 10:51, Oleksandr Rudyy wrote: >> Hi all, >> >> I have produced 6.0.0 RC4 build and would like to initiate voting to >> release Qpid Java Components 6.0.0 RC4 as the final 6.0.0. >> >> The release artifacts are available fr

Re: [VOTE] Release Qpid Java Components 6.0.0

2015-12-02 Thread Robbie Gemmell
On 2 December 2015 at 10:51, Oleksandr Rudyy wrote: > Hi all, > > I have produced 6.0.0 RC4 build and would like to initiate voting to > release Qpid Java Components 6.0.0 RC4 as the final 6.0.0. > > The release artifacts are available from maven staging repo at: > https://repository.apache.org/co