Re: [VOTE] Release Apache Qpid ProtonJ2 1.0.0-M13 (RC1)

2023-03-29 Thread Daniil Kirilyuk
+1

- Verified LICENCE and NOTICE files in the archives
- Verified source license headers by executing "mvn apache-rat:check"
- Built from source and ran tests (mvn clean install / mvn clean verify) on
Java 11

On Wed, Mar 29, 2023, 09:09 Gordon Sim  wrote:

> On Mon, Mar 27, 2023 at 8:10 PM Timothy Bish  wrote:
> >
> > Hi folks,
> >
> > I have put together a release candidate for a 1.0.0-M13 Qpid ProtonJ2
> > release,
> > please give it a test out and vote accordingly.
> >
> > The source and binary archives can be grabbed from:
> > https://dist.apache.org/repos/dist/dev/qpid/protonj2/1.0.0-M13-rc1/
>
> +1, verified signature and checksum, built from source including
> running of all tests, ran example against router.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
>
>


Re: [VOTE] Release Apache Qpid ProtonJ2 1.0.0-M13 (RC1)

2023-03-29 Thread Gordon Sim
On Mon, Mar 27, 2023 at 8:10 PM Timothy Bish  wrote:
>
> Hi folks,
>
> I have put together a release candidate for a 1.0.0-M13 Qpid ProtonJ2
> release,
> please give it a test out and vote accordingly.
>
> The source and binary archives can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/protonj2/1.0.0-M13-rc1/

+1, verified signature and checksum, built from source including
running of all tests, ran example against router.


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



Re: [VOTE] Release Apache Qpid ProtonJ2 1.0.0-M13 (RC1)

2023-03-28 Thread Tomas Vavricka
+1

* Verified the signature and checksum files
* Verified LICENCE and NOTICE files in archives
* Verified source license headers by 'mvn apache-rat:check'
* Built from source and ran tests (mvn clean install) on Java 11 and Java 17

On 2023/03/27 19:03:53 Timothy Bish wrote:
> Hi folks,
> 
> I have put together a release candidate for a 1.0.0-M13 Qpid ProtonJ2 
> release,
> please give it a test out and vote accordingly.
> 
> The source and binary archives can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/protonj2/1.0.0-M13-rc1/
> 
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1256
> 
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12352763
> 
> Regards
> 
> P.S. If you want to test it out using maven (e.g with the examples
> src, or your own things), you can temporarily add this to your poms to
> access the staging repo:
> 
>    
>      
>    staging
> https://repository.apache.org/content/repositories/orgapacheqpid-1256
>      
>    
> 
> The dependency for the protocol engine or the client itself would then be:
> 
>    
>      org.apache.qpid
>      protonj2
>      1.0.0-M13
>    
>    
>      org.apache.qpid
>      protonj2-client
>      1.0.0-M13
>    
> 
> -- 
> Tim Bish
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
> 
> 

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



Re: [VOTE] Release Apache Qpid ProtonJ2 1.0.0-M13 (RC1)

2023-03-28 Thread Robbie Gemmell
On Mon, 27 Mar 2023 at 20:04, Timothy Bish  wrote:
>
> Hi folks,
>
> I have put together a release candidate for a 1.0.0-M13 Qpid ProtonJ2
> release,
> please give it a test out and vote accordingly.
>
> The source and binary archives can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/protonj2/1.0.0-M13-rc1/
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1256
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720&version=12352763
>
> Regards
>
> P.S. If you want to test it out using maven (e.g with the examples
> src, or your own things), you can temporarily add this to your poms to
> access the staging repo:
>
>
>  
>staging
> https://repository.apache.org/content/repositories/orgapacheqpid-1256
>  
>
>
> The dependency for the protocol engine or the client itself would then be:
>
>
>  org.apache.qpid
>  protonj2
>  1.0.0-M13
>
>
>  org.apache.qpid
>  protonj2-client
>  1.0.0-M13
>
>
> --
> Tim Bish
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
>

+1

I checked things over as follows:
- Verified the signature + checksum files.
- Checked for LICENCE + NOTICE files in the archives.
- Used "mvn apache-rat:check" to check headers in the source archive.
- Ran the source build and tests on JDK 11.
- Ran HelloWorld example against ActiveMQ Artemis main using the
staged client bits on JDK 11.

Robbie

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



Re: [VOTE] Release Apache Qpid ProtonJ2 1.0.0-M13 (RC1)

2023-03-27 Thread Timothy Bish

On 3/27/23 15:03, Timothy Bish wrote:

Hi folks,

I have put together a release candidate for a 1.0.0-M13 Qpid ProtonJ2 
release,

please give it a test out and vote accordingly.

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

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

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



Regards

P.S. If you want to test it out using maven (e.g with the examples
src, or your own things), you can temporarily add this to your poms to
access the staging repo:

  
    
  staging
https://repository.apache.org/content/repositories/orgapacheqpid-1256 


    
  

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


  
    org.apache.qpid
    protonj2
    1.0.0-M13
  
  
    org.apache.qpid
    protonj2-client
    1.0.0-M13
  


+1

* Validated signatures and checksums
* Verified license and notice files in archives
* Checked license headers with 'mvn apache-rat:check'
* Built from source and ran the tests
* Built the examples against the staged artifacts and ran them against 
an AcitveMQ Artemis install



--
Tim Bish


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