You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by Timothy Bish <ta...@gmail.com> on 2022/04/05 19:33:54 UTC

[VOTE] Release Apache Qpid ProtonJ2 1.0.0-M5

Hi folks,

I have put together a release candidate for a 1.0.0-M5 Qpid ProtonJ2 
release,
please give it a test out and vote accordingly.  I made a mistake and 
went a step
to far when staging the maven bits and hit release instead of just 
closing the repository
which means they were synced to the main maven repository,  I did quite 
a bit of testing
beforehand so I'm hoping this one passes without issue.

The source and binary archives can be grabbed from:
https://dist.apache.org/repos/dist/dev/qpid/protonj2/1.0.0-M5-rc1/

The artifacts are also available at:
https://repository.apache.org/content/repositories/staging/org/apache/qpid/apache-qpid-protonj2/1.0.0-M5/

The JIRAs assigned are:
https://issues.apache.org/jira/projects/PROTON/versions/12351153

Regards

P.S. If you want to test it out using maven...

The dependency for the protocol engine or the client itself would be:

   <dependency>
     <groupId>org.apache.qpid</groupId>
     <artifactId>protonj2</artifactId>
     <version>1.0.0-M5</version>
   </dependency>
   <dependency>
     <groupId>org.apache.qpid</groupId>
     <artifactId>protonj2-client</artifactId>
     <version>1.0.0-M5</version>
   </dependency>

-- 
Tim Bish


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


Re: [VOTE] Release Apache Qpid ProtonJ2 1.0.0-M5

Posted by Robbie Gemmell <ro...@gmail.com>.
On Tue, 5 Apr 2022 at 20:33, Timothy Bish <ta...@gmail.com> wrote:
>
> Hi folks,
>
> I have put together a release candidate for a 1.0.0-M5 Qpid ProtonJ2
> release,
> please give it a test out and vote accordingly.  I made a mistake and
> went a step
> to far when staging the maven bits and hit release instead of just
> closing the repository
> which means they were synced to the main maven repository,  I did quite
> a bit of testing
> beforehand so I'm hoping this one passes without issue.
>
> The source and binary archives can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/protonj2/1.0.0-M5-rc1/
>
> The artifacts are also available at:
> https://repository.apache.org/content/repositories/staging/org/apache/qpid/apache-qpid-protonj2/1.0.0-M5/
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/projects/PROTON/versions/12351153
>
> Regards
>
> P.S. If you want to test it out using maven...
>
> The dependency for the protocol engine or the client itself would be:
>
>    <dependency>
>      <groupId>org.apache.qpid</groupId>
>      <artifactId>protonj2</artifactId>
>      <version>1.0.0-M5</version>
>    </dependency>
>    <dependency>
>      <groupId>org.apache.qpid</groupId>
>      <artifactId>protonj2-client</artifactId>
>      <version>1.0.0-M5</version>
>    </dependency>
>
> --
> Tim Bish
>

+1

I checked things out as follows:
- Verified the signature + checksum files.
- Checked for LICENCE + NOTICE files in the archives.
- Used "mvn apache-rat:check" to verify headers in the source archive.
- Ran the source build and tests.
- Ran HelloWorld client example against ActiveMQ 5.17.0 and Qpid
Dispatch 1.19.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 ProtonJ2 1.0.0-M5

Posted by Gordon Sim <gs...@redhat.com>.
On Tue, Apr 5, 2022 at 8:40 PM Timothy Bish <ta...@gmail.com> wrote:
> I have put together a release candidate for a 1.0.0-M5 Qpid ProtonJ2
> release,
> please give it a test out and vote accordingly.  I made a mistake and
> went a step
> to far when staging the maven bits and hit release instead of just
> closing the repository
> which means they were synced to the main maven repository,  I did quite
> a bit of testing
> beforehand so I'm hoping this one passes without issue.
>
> The source and binary archives can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/protonj2/1.0.0-M5-rc1/

+1 built from source including running all tests, ran HelloWorld
against dispatch router and qpidd


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


Re: [VOTE] Release Apache Qpid ProtonJ2 1.0.0-M5

Posted by Timothy Bish <ta...@gmail.com>.
On 4/5/22 15:33, Timothy Bish wrote:
> Hi folks,
>
> I have put together a release candidate for a 1.0.0-M5 Qpid ProtonJ2 
> release,
> please give it a test out and vote accordingly.  I made a mistake and 
> went a step
> to far when staging the maven bits and hit release instead of just 
> closing the repository
> which means they were synced to the main maven repository,  I did 
> quite a bit of testing
> beforehand so I'm hoping this one passes without issue.
>
> The source and binary archives can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/protonj2/1.0.0-M5-rc1/
>
> The artifacts are also available at:
> https://repository.apache.org/content/repositories/staging/org/apache/qpid/apache-qpid-protonj2/1.0.0-M5/ 
>
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/projects/PROTON/versions/12351153
>
> Regards
>
> P.S. If you want to test it out using maven...
>
> The dependency for the protocol engine or the client itself would be:
>
>   <dependency>
>     <groupId>org.apache.qpid</groupId>
>     <artifactId>protonj2</artifactId>
>     <version>1.0.0-M5</version>
>   </dependency>
>   <dependency>
>     <groupId>org.apache.qpid</groupId>
>     <artifactId>protonj2-client</artifactId>
>     <version>1.0.0-M5</version>
>   </dependency>
>
+1

* Validated signatures and checksums
* Verified license and notice files in archives
* Checked source files for license headers with 'mvn apache-rat:check'
* Built from source and ran the test suite
* Ran the included examples against an ActiveMQ Artemis broker install.
* Ran the included examples against an ActiveMQ 5 install.


-- 
Tim Bish


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