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 2018/07/31 15:00:31 UTC

[VOTE] Release Apache Qpid Proton-J 0.27.3

Hi folks,

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

The files can be grabbed from:
https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.27.3-rc1/

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

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

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-1151</url>
    </repository>
  </repositories>

The dependency for proton-j would then be:

  <dependency>
    <groupId>org.apache.qpid</groupId>
    <artifactId>proton-j</artifactId>
    <version>0.27.3</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.27.3

Posted by Robbie Gemmell <ro...@gmail.com>.
On 31 July 2018 at 16:00, Robbie Gemmell <ro...@gmail.com> wrote:
> Hi folks,
>
> I have put together a spin for a Qpid Proton-J 0.27.3 release, please
> test it and vote accordingly.
>
> The files can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.27.3-rc1/
>
> The maven artifacts are staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1151
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12343802
>
> 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-1151</url>
>     </repository>
>   </repositories>
>
> The dependency for proton-j would then be:
>
>   <dependency>
>     <groupId>org.apache.qpid</groupId>
>     <artifactId>proton-j</artifactId>
>     <version>0.27.3</version>
>   </dependency>

+1

I checked things over as follows:
- Verified the signature and checksum files.
- Checked for LICENCE and NOTICE files in the archives.
- Verified the licence headers with mvn apache-rat:check.
- Ran the build and tests from source archive.
- Used the staged bits with a Qpid JMS master build and ran the tests.
- Ran the JMS HelloWorld example against Qpid Broker-J 7.0.6.
- Used the staged bits with the ActiveMQ 5 master build and AMQP tests.
- Used the staged bits with the ActiveMQ Artemis 2.6.x build and AMQP tests.

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.27.3

Posted by Robbie Gemmell <ro...@gmail.com>.
Thanks Keith. I dont think this is actually a blocker given it isn't a
regression in this release and is only being hit here due to the test
doing something particular which no real world code im aware of would
at present (and that it probably isnt intended to be doing, entirely
unrelated to the thing being tested).

That said, I could see the same NPE being hit in other ways, and im
going to be off for a couple days anyway, so I am going to respin now
regardless.

Robbie

On 2 August 2018 at 09:06, Keith W <ke...@gmail.com> wrote:
> I happened to verify the release in a shell with PN_TRACE_FRM enabled,
> this has brought out an NPE from the production code:
>
> https://issues.apache.org/jira/browse/PROTON-1905
>
> On Wed, 1 Aug 2018 at 19:09, Gordon Sim <gs...@redhat.com> wrote:
>>
>> On 31/07/18 16:00, Robbie Gemmell wrote:
>> > Hi folks,
>> >
>> > I have put together a spin for a Qpid Proton-J 0.27.3 release, please
>> > test it and vote accordingly.
>>
>> +1, built from source including successful run of all tests.
>>
>> ---------------------------------------------------------------------
>> 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
>

---------------------------------------------------------------------
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.27.3

Posted by Keith W <ke...@gmail.com>.
I happened to verify the release in a shell with PN_TRACE_FRM enabled,
this has brought out an NPE from the production code:

https://issues.apache.org/jira/browse/PROTON-1905

On Wed, 1 Aug 2018 at 19:09, Gordon Sim <gs...@redhat.com> wrote:
>
> On 31/07/18 16:00, Robbie Gemmell wrote:
> > Hi folks,
> >
> > I have put together a spin for a Qpid Proton-J 0.27.3 release, please
> > test it and vote accordingly.
>
> +1, built from source including successful run of all tests.
>
> ---------------------------------------------------------------------
> 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.27.3

Posted by Gordon Sim <gs...@redhat.com>.
On 31/07/18 16:00, Robbie Gemmell wrote:
> Hi folks,
> 
> I have put together a spin for a Qpid Proton-J 0.27.3 release, please
> test it and vote accordingly.

+1, built from source including successful run of all tests.

---------------------------------------------------------------------
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.27.3

Posted by Timothy Bish <ta...@gmail.com>.
On 07/31/2018 11:00 AM, Robbie Gemmell wrote:
> Hi folks,
>
> I have put together a spin for a Qpid Proton-J 0.27.3 release, please
> test it and vote accordingly.
>
> The files can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.27.3-rc1/
>
> The maven artifacts are staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1151
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12343802
>
> 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-1151</url>
>      </repository>
>    </repositories>
>
> The dependency for proton-j would then be:
>
>    <dependency>
>      <groupId>org.apache.qpid</groupId>
>      <artifactId>proton-j</artifactId>
>      <version>0.27.3</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
* Checked binary for licensee and notice files.
* Checked for license headers with 'mvn apache-rat:check'
* Built source and ran the unit tests
* Built Qpid JMS master branch using the staged artifact and ran the tests
* Built ActiveMQ 5.x master branch using the staged artifact and ran the 
tests
* Built ActiveMQ Artemis master branch using the staged artifact 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