You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Robbie Gemmell <ro...@gmail.com> on 2017/09/13 14:35:38 UTC

[VOTE] Release Apache Qpid Proton-J 0.22.0

Hi folks,

I have put together a first spin for a Qpid Proton-J 0.22.0 release,
please test it and vote accordingly.

The source and binary archives can be grabbed from:
https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.22.0-rc1/

The maven artifacts are staged for now at:
https://repository.apache.org/content/repositories/orgapacheqpid-1114

The JIRAs assigned are:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12341448

Regards,
Robbie

P.S. If you want to test things out using maven with your own build
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-1114</url>
    </repository>
  </repositories>

The dependency for proton-j would then be:

  <dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>proton-j</artifactId>
    <version>0.22.0</version>
  </dependency>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Apache Qpid Proton-J 0.22.0

Posted by Oleksandr Rudyy <or...@gmail.com>.
+1
* verified checksums and signatures
* build from sources
* successfully ran Qpid Broker system tests for AMQP 1.0 with proton 0.22
staged artefacts

On 13 September 2017 at 15:35, Robbie Gemmell <ro...@gmail.com>
wrote:

> Hi folks,
>
> I have put together a first spin for a Qpid Proton-J 0.22.0 release,
> please test it and vote accordingly.
>
> The source and binary archives can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.22.0-rc1/
>
> The maven artifacts are staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1114
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> projectId=12313720&version=12341448
>
> Regards,
> Robbie
>
> P.S. If you want to test things out using maven with your own build
> 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-1114</url>
>     </repository>
>   </repositories>
>
> The dependency for proton-j would then be:
>
>   <dependency>
>     <groupId>org.apache.qpid</groupId>
>     <artifactId>proton-j</artifactId>
>     <version>0.22.0</version>
>   </dependency>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

Re: [VOTE] Release Apache Qpid Proton-J 0.22.0

Posted by Robbie Gemmell <ro...@gmail.com>.
On 13 September 2017 at 15:35, Robbie Gemmell <ro...@gmail.com> wrote:
> Hi folks,
>
> I have put together a first spin for a Qpid Proton-J 0.22.0 release,
> please test it and vote accordingly.
>
> The source and binary archives can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.22.0-rc1/
>
> The maven artifacts are staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1114
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12341448
>
> Regards,
> Robbie
>
> P.S. If you want to test things out using maven with your own build
> 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-1114</url>
>     </repository>
>   </repositories>
>
> The dependency for proton-j would then be:
>
>   <dependency>
>     <groupId>org.apache.qpid</groupId>
>     <artifactId>proton-j</artifactId>
>     <version>0.22.0</version>
>   </dependency>

Adding my +1.

I checked the release out as follows:
 - Verified the signatures and checksums for src+bin archives.
 - Inspected the LICENCE and NOTICE files in src+bin archives.
 - Used mvn apache-rat:check to verify the source release licence headers.
 - Ran the source build and tests, no issues.
 - Verified the bin archive contained the expected bits.
 - Used the staging repo artifacts to run the Qpid JMS client master
build and tests.
 - Used the staging repo artifacts to run the ActiveMQ master build
and AMQP tests.
 - Ran the JMS client HelloWorld example against Qpid Broker-J 6.1.4
and ActiveMQ master brokers.

Robbie

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Apache Qpid Proton-J 0.22.0

Posted by Keith W <ke...@gmail.com>.
+1

* ran apache-rat check on the source distribution
* built from source and ran proton-j test suite (on Oracle JVM
1.8.0_144 on Mac OS X 10.11.6)
* tested staged maven artefacts against Java Broker (master) with the
systests suite in AMQP 1.0 profile.

No problems encountered

On 14 September 2017 at 13:09, Rob Godfrey <ro...@gmail.com> wrote:
> +1 (built from source, ran tests)
>
> -- Rob
>
> On 14 September 2017 at 13:02, Gordon Sim <gs...@redhat.com> wrote:
>
>> On 13/09/17 15:35, Robbie Gemmell wrote:
>>
>>> I have put together a first spin for a Qpid Proton-J 0.22.0 release,
>>> please test it and vote accordingly.
>>>
>>
>> +1, rand source build and tests with no issues.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
>> For additional commands, e-mail: users-help@qpid.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Apache Qpid Proton-J 0.22.0

Posted by Rob Godfrey <ro...@gmail.com>.
+1 (built from source, ran tests)

-- Rob

On 14 September 2017 at 13:02, Gordon Sim <gs...@redhat.com> wrote:

> On 13/09/17 15:35, Robbie Gemmell wrote:
>
>> I have put together a first spin for a Qpid Proton-J 0.22.0 release,
>> please test it and vote accordingly.
>>
>
> +1, rand source build and tests with no issues.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>

Re: [VOTE] Release Apache Qpid Proton-J 0.22.0

Posted by Gordon Sim <gs...@redhat.com>.
On 13/09/17 15:35, Robbie Gemmell wrote:
> I have put together a first spin for a Qpid Proton-J 0.22.0 release,
> please test it and vote accordingly.

+1, rand source build and tests with no issues.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [VOTE] Release Apache Qpid Proton-J 0.22.0

Posted by Timothy Bish <ta...@gmail.com>.
On 09/13/2017 10:35 AM, Robbie Gemmell wrote:
> Hi folks,
>
> I have put together a first spin for a Qpid Proton-J 0.22.0 release,
> please test it and vote accordingly.
>
> The source and binary archives can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.22.0-rc1/
>
> The maven artifacts are staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1114
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12341448
>
> Regards,
> Robbie
>
> P.S. If you want to test things out using maven with your own build
> 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-1114</url>
>      </repository>
>    </repositories>
>
> The dependency for proton-j would then be:
>
>    <dependency>
>      <groupId>org.apache.qpid</groupId>
>      <artifactId>proton-j</artifactId>
>      <version>0.22.0</version>
>    </dependency>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>
+1
* Validated signatures and checksums
* Inspected license and notice files in the src and binary archives
* built from source and ran the tests
* validated licenses on files using mvn apache-rat:check
* built ActiveMQ 5.x using staged bits and ran AMQP tests
* built ActiveMQ Artemis using staged bits and ran AMQP tests
* built Qpid JMS using staged bits and ran the tests


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


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org