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 2020/11/13 18:30:09 UTC

[VOTE] Release Apache Qpid Proton-J 0.33.8

Hi folks,

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

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

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

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

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

The dependency for proton-j would then be:

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

Posted by Clebert Suconic <cs...@redhat.com>.
+1 (non binding)

I tested ActiveMQ Artemis validating the maven repo provided
(https://repository.apache.org/content/repositories/orgapacheqpid-1209),
and I double checked and issue I faced (PROTON-2297) was fixed on the
provided maven repo.

On Mon, Nov 16, 2020 at 6:22 AM Robbie Gemmell <ro...@gmail.com> wrote:
>
> On Fri, 13 Nov 2020 at 18:30, Robbie Gemmell <ro...@gmail.com> wrote:
> >
> > Hi folks,
> >
> > I have put together a spin for a Qpid Proton-J 0.33.8 release, please
> > test it and vote accordingly.
> >
> > The files can be grabbed from:
> > https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.33.8-rc1/
> >
> > The maven artifacts are staged for now at:
> > https://repository.apache.org/content/repositories/orgapacheqpid-1209
> >
> > The JIRAs assigned are:
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12349374
> >
> > 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-1209</url>
> >     </repository>
> >   </repositories>
> >
> > The dependency for proton-j would then be:
> >
> >   <dependency>
> >     <groupId>org.apache.qpid</groupId>
> >     <artifactId>proton-j</artifactId>
> >     <version>0.33.8</version>
> >   </dependency>
>
> +1
>
> I checked things over as so:
> - Verified the signature + checksum files.
> - Checked for LICENCE + NOTICE files in the archives.
> - Ran "mvn apache-rat:check" to check licence headers in the source archive.
> - Ran the build and tests on JDK8 + 11.
> - Ran Qpid JMS master build and tests using the staged Proton-J on JDK8 + 11.
> - Ran Qpid Broker-J master build + systests with above client on JDK11.
> - Ran ActiveMQ 5 (on JDK8) and Artemis master (on JDK8 + 11) builds +
> AMQP tests with the client.
> - Ran the Qpid JMS HelloWorld against Qpid Dispatch 1.14.0.
>
> Robbie
>
> ---------------------------------------------------------------------
> 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.33.8

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

+1

I checked things over as so:
- Verified the signature + checksum files.
- Checked for LICENCE + NOTICE files in the archives.
- Ran "mvn apache-rat:check" to check licence headers in the source archive.
- Ran the build and tests on JDK8 + 11.
- Ran Qpid JMS master build and tests using the staged Proton-J on JDK8 + 11.
- Ran Qpid Broker-J master build + systests with above client on JDK11.
- Ran ActiveMQ 5 (on JDK8) and Artemis master (on JDK8 + 11) builds +
AMQP tests with the client.
- Ran the Qpid JMS HelloWorld against Qpid Dispatch 1.14.0.

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

Posted by Oleksandr Rudyy <or...@gmail.com>.
+1

* built and ran tests successfully from source bundle
* ran successfully Qpid Broker-J integration tests on master branch using
JMS client 0.54.0 and staged 0.33.8 proton-j artifacts


On Fri, 13 Nov 2020 at 18:30, Robbie Gemmell <ro...@gmail.com>
wrote:

> Hi folks,
>
> I have put together a spin for a Qpid Proton-J 0.33.8 release, please
> test it and vote accordingly.
>
> The files can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.33.8-rc1/
>
> The maven artifacts are staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1209
>
> The JIRAs assigned are:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12349374
>
> 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-1209
> </url>
>     </repository>
>   </repositories>
>
> The dependency for proton-j would then be:
>
>   <dependency>
>     <groupId>org.apache.qpid</groupId>
>     <artifactId>proton-j</artifactId>
>     <version>0.33.8</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.33.8

Posted by Timothy Bish <ta...@gmail.com>.
On 11/13/20 1:30 PM, Robbie Gemmell wrote:
> Hi folks,
>
> I have put together a spin for a Qpid Proton-J 0.33.8 release, please
> test it and vote accordingly.
>
> The files can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.33.8-rc1/
>
> The maven artifacts are staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1209
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12349374
>
> 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-1209</url>
>      </repository>
>    </repositories>
>
> The dependency for proton-j would then be:
>
>    <dependency>
>      <groupId>org.apache.qpid</groupId>
>      <artifactId>proton-j</artifactId>
>      <version>0.33.8</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
* Verified license and notice files present in archives
* Checked source license using 'mvn apache-rat:check'
* Built from source and ran all tests
* Built Qpid JMS using staged artifacts and ran the tests
* Built ActiveMQ 5 master using staged artifacts and ran the tests
* Built ActiveMQ Artemis master using staged artifacts and ran the tests


-- 
Tim Bish


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