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/11/23 16:01:13 UTC

[VOTE] Release Apache Qpid Proton-J 0.31.0

Hi folks,

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

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

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

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

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

The dependency for proton-j would then be:

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

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

+1

I tested the RC out as follows:
- Verified the signature and checksum files.
- Checked for LICENCE and NOTICE files in the archives.
- Ran mvn apache-rat:check to verify licence headers in the source archive.
- Ran the build and tests from the source archive on JDK8 and 11.
- Built+tested Qpid JMS master and 0.38.0 on JDK8+11 using the staged bits.
- Built Qpid Broker-J master with updated proton-j and client and ran
the systests.
- Ran the ActiveMQ 5 and ActiveMQ Artemis master builds and AMQP tests
  with updated proton-j and client.

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

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

My testing was:

* Verified signatures and checksums
* Checked for LICENCE and NOTICE files in the archives.
* Built from source / ran tests on Mac OS X 10.13.6
* Ran Qpid Broker-J client integration tests using the staged proton
artefacts with Qpid-JMS (0.38.0)
On Tue, 27 Nov 2018 at 11:27, Gordon Sim <gs...@redhat.com> wrote:
>
> On 23/11/18 16:01, Robbie Gemmell wrote:
> > Hi folks,
> >
> > I have put together a spin for a Qpid Proton-J 0.31.0 release, please
> > test it and vote accordingly.
>
> +1, built from source ensuring all tests passed
>
> ---------------------------------------------------------------------
> 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.31.0

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

+1, built from source ensuring all tests passed

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

Posted by Timothy Bish <ta...@gmail.com>.
On 11/23/18 11:01 AM, Robbie Gemmell wrote:
> Hi folks,
>
> I have put together a spin for a Qpid Proton-J 0.31.0 release, please
> test it and vote accordingly.
>
> The files can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.31.0-rc1/
>
> The maven artifacts are staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1162
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12344417
>
> 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-1162</url>
>      </repository>
>    </repositories>
>
> The dependency for proton-j would then be:
>
>    <dependency>
>      <groupId>org.apache.qpid</groupId>
>      <artifactId>proton-j</artifactId>
>      <version>0.31.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
* Checked archive files for License and Notice files
* Built from source and ran the test suite
* Built ActiveMQ 5.x using the staged artifacts and ran the AMQP tests
* Built ActiveMQ Artemis using the staged artifacts and ran the AMQP tests
* Built Qpid JMS using the staged artifacts and ran the tests
* Checked the license headers using apache rat from maven


-- 
Tim Bish


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