Re: [VOTE] Release Qpid Proton 0.12.0

2016-02-08 Thread Justin Ross
An update.  I'm going to respin today to get Andrew's fix, and then I'll
raise a new vote.

Justin

On Thu, Feb 4, 2016 at 3:17 PM, Chuck Rolke <cro...@redhat.com> wrote:

> Well spotted, Andrew.
>
> proton-c/bindings/cpp/CMakeLists.txt install target qpid-proton-cpp needs
> RUNTIME DESTINATION
>
>  install(TARGETS qpid-proton-cpp
>EXPORT  proton
>ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
>LIBRARY DESTINATION ${LIB_INSTALL_DIR}
> +  RUNTIME DESTINATION bin )
>
> That puts the cpp DLLs in the install/bin folder
>
> -C
>
> - Original Message -
> > From: "Andrew Stitcher" <astitc...@redhat.com>
> > To: proton@qpid.apache.org, us...@qpid.apache.org
> > Sent: Thursday, February 4, 2016 2:31:36 PM
> > Subject: Re: [VOTE] Release Qpid Proton 0.12.0
> >
> > On Wed, 2016-02-03 at 07:10 -0800, Justin Ross wrote:
> > > The artifacts proposed for release:
> > >
> > > https://dist.apache.org/repos/dist/dev/qpid/proton/0.12.0-rc/
> > >
> > > Please indicate your vote below.  If you favor releasing the 0.12.0
> > > RC bits
> > > as 0.12.0 GA, vote +1.  If you have reason to think the RC is not
> > > ready for
> > > release, vote -1.
> >
> > -1
> >
> > On windows the C++ binding library does not get installed on "make
> > install" [1]. As the C++ binding is one of the big features for 0.12 I
> > think we should respin to fix this.
> >
> > Andrew
> >
> > [1] https://issues.apache.org/jira/browse/PROTON-1127
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> > For additional commands, e-mail: users-h...@qpid.apache.org
> >
> >
>


Re: [VOTE] Release Qpid Proton 0.12.0

2016-02-04 Thread Chuck Rolke
Well spotted, Andrew.

proton-c/bindings/cpp/CMakeLists.txt install target qpid-proton-cpp needs 
RUNTIME DESTINATION

 install(TARGETS qpid-proton-cpp
   EXPORT  proton
   ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
   LIBRARY DESTINATION ${LIB_INSTALL_DIR}
+  RUNTIME DESTINATION bin )

That puts the cpp DLLs in the install/bin folder

-C

- Original Message -
> From: "Andrew Stitcher" <astitc...@redhat.com>
> To: proton@qpid.apache.org, us...@qpid.apache.org
> Sent: Thursday, February 4, 2016 2:31:36 PM
> Subject: Re: [VOTE] Release Qpid Proton 0.12.0
> 
> On Wed, 2016-02-03 at 07:10 -0800, Justin Ross wrote:
> > The artifacts proposed for release:
> > 
> > https://dist.apache.org/repos/dist/dev/qpid/proton/0.12.0-rc/
> > 
> > Please indicate your vote below.  If you favor releasing the 0.12.0
> > RC bits
> > as 0.12.0 GA, vote +1.  If you have reason to think the RC is not
> > ready for
> > release, vote -1.
> 
> -1
> 
> On windows the C++ binding library does not get installed on "make
> install" [1]. As the C++ binding is one of the big features for 0.12 I
> think we should respin to fix this.
> 
> Andrew
> 
> [1] https://issues.apache.org/jira/browse/PROTON-1127
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
> 
> 


Re: [VOTE] Release Qpid Proton 0.12.0

2016-02-04 Thread Robbie Gemmell
On 3 February 2016 at 15:10, Justin Ross  wrote:
> The artifacts proposed for release:
>
> https://dist.apache.org/repos/dist/dev/qpid/proton/0.12.0-rc/
>
> Please indicate your vote below.  If you favor releasing the 0.12.0 RC bits
> as 0.12.0 GA, vote +1.  If you have reason to think the RC is not ready for
> release, vote -1.
>
> Thanks,
> Justin

+1

I tested the RC out as follows:
 - Verified sigs and checksums.
 - Checked LICENCE+NOTICE present.
 - Ran the maven build, tests.
 - Ran the CMake build, tests, and install.
 - Built Qpid C++ trunk build against earlier install.
 - Built Qpid Dispatch master and 0.5 builds against against earlier install.
 - Used the staging repo to run the Qpid JMS master build and tests.
 - Used the staging repo to run the ActiveMQ master build and tests
(with the needed test updates).
 - Ran the JMS client HelloWorld example against the earlier built C++
broker, ActiveMQ broker, and Dispatch routers, as well as the 6.0.0
Qpid Java broker.

I didn't try qpid-cpp 0.34 against it, I assume the situtation there
hasn't changed since 0.12.0-beta. We might want to release note that
issue or mention it on the download page in some way to cover the
period until the next cpp release is available, I'll mention it on
PROTON-1050.

Robbie


Re: [VOTE] Release Qpid Proton 0.12.0

2016-02-04 Thread Andrew Stitcher
On Wed, 2016-02-03 at 07:10 -0800, Justin Ross wrote:
> The artifacts proposed for release:
> 
> https://dist.apache.org/repos/dist/dev/qpid/proton/0.12.0-rc/
> 
> Please indicate your vote below.  If you favor releasing the 0.12.0
> RC bits
> as 0.12.0 GA, vote +1.  If you have reason to think the RC is not
> ready for
> release, vote -1.

-1

On windows the C++ binding library does not get installed on "make
install" [1]. As the C++ binding is one of the big features for 0.12 I
think we should respin to fix this.

Andrew

[1] https://issues.apache.org/jira/browse/PROTON-1127



Re: [VOTE] Release Qpid Proton 0.12.0

2016-02-04 Thread Jakub Scholz
+1

- I checked the JMS client with 0.12.0-rc against MRG-M 3.2 and against
Qpid C++ broker (trunk with 0.12.0-rc)
- I checked the Qpid Messaging C++ client build with 0.12.0-rc against
MRG-M 3.0

On Wed, Feb 3, 2016 at 4:10 PM, Justin Ross  wrote:

> The artifacts proposed for release:
>
> https://dist.apache.org/repos/dist/dev/qpid/proton/0.12.0-rc/
>
> Please indicate your vote below.  If you favor releasing the 0.12.0 RC bits
> as 0.12.0 GA, vote +1.  If you have reason to think the RC is not ready for
> release, vote -1.
>
> Thanks,
> Justin
>


Re: [VOTE] Release Qpid Proton 0.12.0

2016-02-04 Thread Michael Goulish
+1

Testing done:  I used it with all of my performance tests:

  * point-to-point communication with C and CPP clients.
  * many CPP senders and receivers intermediated by a router

The CPP clients exercise the proton::handler event interface.






- Original Message -
The artifacts proposed for release:

https://dist.apache.org/repos/dist/dev/qpid/proton/0.12.0-rc/

Please indicate your vote below.  If you favor releasing the 0.12.0 RC bits
as 0.12.0 GA, vote +1.  If you have reason to think the RC is not ready for
release, vote -1.

Thanks,
Justin


Re: [VOTE] Release Qpid Proton 0.12.0

2016-02-03 Thread Ken Giusti
+1 release 0.12.0 RC bits as 0.12.0 GA

tested on Centos7:

 - unit test and install
 - verified pyngus 2.0.3 unit tests and examples pass
 - verified mainline oslo.messaging functional tests pass
 - verified mainline rsyslog amqp1 plugin functions


- Original Message -
> From: "Justin Ross" <justin.r...@gmail.com>
> To: us...@qpid.apache.org, proton@qpid.apache.org
> Sent: Wednesday, February 3, 2016 10:10:12 AM
> Subject: [VOTE] Release Qpid Proton 0.12.0
> 
> The artifacts proposed for release:
> 
> https://dist.apache.org/repos/dist/dev/qpid/proton/0.12.0-rc/
> 
> Please indicate your vote below.  If you favor releasing the 0.12.0 RC bits
> as 0.12.0 GA, vote +1.  If you have reason to think the RC is not ready for
> release, vote -1.
> 
> Thanks,
> Justin
> 

-- 
-K


Re: [VOTE] Release Qpid Proton 0.12.0

2016-02-03 Thread Timothy Bish
+1

* Built and ran tests.
* validated signatures and sums
* Built ActiveMQ using the staged maven artifacts and ran all AMQP tests
* Built Qpid-JMS using the staged maven artifacts and ran all the tests.

On 02/03/2016 10:10 AM, Justin Ross wrote:
> The artifacts proposed for release:
>
> https://dist.apache.org/repos/dist/dev/qpid/proton/0.12.0-rc/
>
> Please indicate your vote below.  If you favor releasing the 0.12.0 RC bits
> as 0.12.0 GA, vote +1.  If you have reason to think the RC is not ready for
> release, vote -1.
>
> Thanks,
> Justin
>


-- 
Tim Bish
twitter: @tabish121
blog: http://timbish.blogspot.com/



[VOTE] Release Qpid Proton 0.12.0

2016-02-03 Thread Justin Ross
The artifacts proposed for release:

https://dist.apache.org/repos/dist/dev/qpid/proton/0.12.0-rc/

Please indicate your vote below.  If you favor releasing the 0.12.0 RC bits
as 0.12.0 GA, vote +1.  If you have reason to think the RC is not ready for
release, vote -1.

Thanks,
Justin