[RESULT][VOTE] Release Apache Qpid Proton-J 0.34.1

2023-03-06 Thread Robbie Gemmell
There were 3 binding +1 votes, 1 non-binding +1 vote, and 1 community
+1 vote, with no other votes received. The vote has passed.

I will add the files to the dist release repo and release the maven
staging repo shortly, updating the website and announcing after the
release has had time to sync to the CDN and maven central.

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 Proton-J 0.34.1

2023-03-05 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 (mvn clean install) on Java 11 and Java 17

Tomas

On 2023/03/02 18:00:04 Robbie Gemmell wrote:
> Hi folks,
> 
> I have put together a spin for a Qpid Proton-J 0.34.1 release, please
> test it and vote accordingly.
> 
> The files can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.34.1-rc1/
> 
> The maven artifacts are staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1255
> 
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720=12352971
> 
> 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:
> 
>   
> 
>   staging
>   
> https://repository.apache.org/content/repositories/orgapacheqpid-1255
> 
>   
> 
> The dependency for proton-j would then be:
> 
>   
> org.apache.qpid
> proton-j
> 0.34.1
>   
> 
> -
> 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 Proton-J 0.34.1

2023-03-02 Thread Daniil Kirilyuk
+1

Following checks done:
- Verified the signature and checksum files
- Checked for LICENCE and NOTICE files in the archives
- Executed "mvn apache-rat:check" to verify licence headers in source archive
- Executed "mvn clean install" and "mvn clean verify" on JDK 11 and JDK 17


On Thu, 2 Mar 2023 at 20:11, Clebert Suconic  wrote:
>
> +1
>
> I ran my long running tests that were incurring into some leaks, and
> they were all fine.
>
> I also run some leak tests in artemis, and they are fine.
>
> On Thu, Mar 2, 2023 at 1:35 PM Robbie Gemmell  
> wrote:
> >
> > On Thu, 2 Mar 2023 at 18:00, Robbie Gemmell  
> > wrote:
> > >
> > > Hi folks,
> > >
> > > I have put together a spin for a Qpid Proton-J 0.34.1 release, please
> > > test it and vote accordingly.
> > >
> > > The files can be grabbed from:
> > > https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.34.1-rc1/
> > >
> > > The maven artifacts are staged for now at:
> > > https://repository.apache.org/content/repositories/orgapacheqpid-1255
> > >
> > > The JIRAs assigned are:
> > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720=12352971
> > >
> > > 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:
> > >
> > >   
> > > 
> > >   staging
> > >   
> > > https://repository.apache.org/content/repositories/orgapacheqpid-1255
> > > 
> > >   
> > >
> > > The dependency for proton-j would then be:
> > >
> > >   
> > > org.apache.qpid
> > > proton-j
> > > 0.34.1
> > >   
> >
> > +1
> >
> > I checked things out as follows:
> > - Verified the signature + checksum files.
> > - Checked for LICENCE and NOTICE files in the archives.
> > - Ran "mvn apache-rat:check" to verify licence headers in source archive.
> > - Ran the build + tests on JDK 8 + 17.
> > - Ran Qpid JMS builds + tests using the staged Proton-J on JDK 11.
> > - Ran ActiveMQ Artemis build + AMQP tests with staged Proton-J on JDK 11.
> > - Built+tested a modified Quarkus extension for Qpid JMS using the
> > staged Proton-J on JDK 11 + 17.
> >
> > Robbie
> >
> > -
> > 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
>

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



Re: [VOTE] Release Apache Qpid Proton-J 0.34.1

2023-03-02 Thread Timothy Bish

On 3/2/23 13:00, Robbie Gemmell wrote:

Hi folks,

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

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

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

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

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:

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

The dependency for proton-j would then be:

   
 org.apache.qpid
 proton-j
 0.34.1
   

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


+1

* Validated signatures and checksums
* Verified license and notice files in archives
* Verified license headers in source with 'mvn apache-rat:check'
* Built from source and ran the tests
* Built ActiveMQ Artemis main with the staged artifacts and ran the tests.


--
Tim Bish


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



Re: [VOTE] Release Apache Qpid Proton-J 0.34.1

2023-03-02 Thread Clebert Suconic
+1

I ran my long running tests that were incurring into some leaks, and
they were all fine.

I also run some leak tests in artemis, and they are fine.

On Thu, Mar 2, 2023 at 1:35 PM Robbie Gemmell  wrote:
>
> On Thu, 2 Mar 2023 at 18:00, Robbie Gemmell  wrote:
> >
> > Hi folks,
> >
> > I have put together a spin for a Qpid Proton-J 0.34.1 release, please
> > test it and vote accordingly.
> >
> > The files can be grabbed from:
> > https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.34.1-rc1/
> >
> > The maven artifacts are staged for now at:
> > https://repository.apache.org/content/repositories/orgapacheqpid-1255
> >
> > The JIRAs assigned are:
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720=12352971
> >
> > 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:
> >
> >   
> > 
> >   staging
> >   
> > https://repository.apache.org/content/repositories/orgapacheqpid-1255
> > 
> >   
> >
> > The dependency for proton-j would then be:
> >
> >   
> > org.apache.qpid
> > proton-j
> > 0.34.1
> >   
>
> +1
>
> I checked things out as follows:
> - Verified the signature + checksum files.
> - Checked for LICENCE and NOTICE files in the archives.
> - Ran "mvn apache-rat:check" to verify licence headers in source archive.
> - Ran the build + tests on JDK 8 + 17.
> - Ran Qpid JMS builds + tests using the staged Proton-J on JDK 11.
> - Ran ActiveMQ Artemis build + AMQP tests with staged Proton-J on JDK 11.
> - Built+tested a modified Quarkus extension for Qpid JMS using the
> staged Proton-J on JDK 11 + 17.
>
> Robbie
>
> -
> 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 Proton-J 0.34.1

2023-03-02 Thread Robbie Gemmell
On Thu, 2 Mar 2023 at 18:00, Robbie Gemmell  wrote:
>
> Hi folks,
>
> I have put together a spin for a Qpid Proton-J 0.34.1 release, please
> test it and vote accordingly.
>
> The files can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/proton-j/0.34.1-rc1/
>
> The maven artifacts are staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1255
>
> The JIRAs assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12313720=12352971
>
> 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:
>
>   
> 
>   staging
>   
> https://repository.apache.org/content/repositories/orgapacheqpid-1255
> 
>   
>
> The dependency for proton-j would then be:
>
>   
> org.apache.qpid
> proton-j
> 0.34.1
>   

+1

I checked things out as follows:
- Verified the signature + checksum files.
- Checked for LICENCE and NOTICE files in the archives.
- Ran "mvn apache-rat:check" to verify licence headers in source archive.
- Ran the build + tests on JDK 8 + 17.
- Ran Qpid JMS builds + tests using the staged Proton-J on JDK 11.
- Ran ActiveMQ Artemis build + AMQP tests with staged Proton-J on JDK 11.
- Built+tested a modified Quarkus extension for Qpid JMS using the
staged Proton-J on JDK 11 + 17.

Robbie

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



[VOTE] Release Apache Qpid Proton-J 0.34.1

2023-03-02 Thread Robbie Gemmell
Hi folks,

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

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

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

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

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:

  

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

  

The dependency for proton-j would then be:

  
org.apache.qpid
proton-j
0.34.1
  

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