Re: [VOTE] Release Qpid Broker-J 8.0.5

2021-06-16 Thread Oleksandr Rudyy
+1

* verified signatures and checksums
* built and ran successfully tests from source bundle
* started Qpid broker-j and used web management console to create
queue, groups, etc
* verified new operational logs
* ran successfully HelloWorld examples from Qpid JMS Client and Proton-J 2

On Tue, 15 Jun 2021 at 13:00, Alex Rudyy  wrote:
>
> Hi folks,
>
> I built release artefacts for Qpid Broker-J version 8.0.5 RC1.
> Please, give them a test out and vote accordingly.
>
> The source and binary archives can be found at:
> https://dist.apache.org/repos/dist/dev/qpid/broker-j/8.0.5-rc1/
>
> The maven artifacts are also staged at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1222/
>
> The new version brings a number of improvements and bug fixes.
> You can find the full list of JIRAs included into the release here:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520=1234
>
> Kind Regards,
> Alex
>
> P.S. For testing of maven broker staging repo artefacts, please add
> into to your project pom the staging repo as below:
>
> 
> 
>   staging
>   
> https://repository.apache.org/content/repositories/orgapacheqpid-1222/
> 
> 
>
> -
> 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: [dispatch-router] 1.16.1 release?

2021-06-16 Thread Ganesh Murthy
On Wed, Jun 16, 2021 at 1:08 PM Ken Giusti  wrote:

> Ok, I'll pull in DISPATCH-2170 to the PR as well.
>
Thank you. I checked the PR you created -
https://github.com/apache/qpid-dispatch/pull/1262 - and it looks good.
Any thoughts on when you might start the vote ?
Thanks.

>
> On Wed, Jun 16, 2021 at 12:19 PM Ganesh Murthy  wrote:
>
> > On Tue, Jun 15, 2021 at 2:39 PM Gordon Sim  wrote:
> >
> > > There have been a couple of fixes since the 1.16.0 release that are
> > > useful for users of the tcp support. Making those available as a
> > > 1.16.1 seems like a good idea to me. The fixes I would suggest are:
> > >
> > > DISPATCH-2142
> > > DISPATCH-2097
> > > DISPATCH-1878 (last commit)
> > >
> > The fix to DISPATCH-2097 consists of 2 commits - 00a2b3 and d5889b
> > 00a2b3 introduced a memory leak that was fixed in cc3a53d2
> (DISPATCH-2170),
> > so please include cc3a53d2 as well.
> >
> > Thanks.
> >
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> > > For additional commands, e-mail: users-h...@qpid.apache.org
> > >
> > >
> >
>
>
> --
> -K
>


Re: [dispatch-router] 1.16.1 release?

2021-06-16 Thread Ken Giusti
Ok, I'll pull in DISPATCH-2170 to the PR as well.

On Wed, Jun 16, 2021 at 12:19 PM Ganesh Murthy  wrote:

> On Tue, Jun 15, 2021 at 2:39 PM Gordon Sim  wrote:
>
> > There have been a couple of fixes since the 1.16.0 release that are
> > useful for users of the tcp support. Making those available as a
> > 1.16.1 seems like a good idea to me. The fixes I would suggest are:
> >
> > DISPATCH-2142
> > DISPATCH-2097
> > DISPATCH-1878 (last commit)
> >
> The fix to DISPATCH-2097 consists of 2 commits - 00a2b3 and d5889b
> 00a2b3 introduced a memory leak that was fixed in cc3a53d2 (DISPATCH-2170),
> so please include cc3a53d2 as well.
>
> Thanks.
>
> >
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> > For additional commands, e-mail: users-h...@qpid.apache.org
> >
> >
>


-- 
-K


Re: [dispatch-router] 1.16.1 release?

2021-06-16 Thread Ganesh Murthy
On Tue, Jun 15, 2021 at 2:39 PM Gordon Sim  wrote:

> There have been a couple of fixes since the 1.16.0 release that are
> useful for users of the tcp support. Making those available as a
> 1.16.1 seems like a good idea to me. The fixes I would suggest are:
>
> DISPATCH-2142
> DISPATCH-2097
> DISPATCH-1878 (last commit)
>
The fix to DISPATCH-2097 consists of 2 commits - 00a2b3 and d5889b
00a2b3 introduced a memory leak that was fixed in cc3a53d2 (DISPATCH-2170),
so please include cc3a53d2 as well.

Thanks.

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


Re: [dispatch-router] 1.16.1 release?

2021-06-16 Thread Ken Giusti
Gordon, Chuck and Ernie:

I've created a github PR that merges the requested fixes onto the 1.16.x
branch.

https://github.com/apache/qpid-dispatch/pull/1262

Please review and test, thanks.


On Wed, Jun 16, 2021 at 9:16 AM Ken Giusti  wrote:

> +1 to a 1.16.1 release for these fixes.
>
> I'll take a spin through the list of resolved bug JIRAs to see if anything
> else pops out.  Feel free to do the same.
>
> I'd like to start by cherry-picking those fixes suggested by Gordon down
> to the 1.16.x branch later today unless anyone has a strong objection to
> that.
>
> -K
>
>
> On Wed, Jun 16, 2021 at 4:08 AM Robbie Gemmell 
> wrote:
>
>> Doing a 1.16.1 release sounds like a good idea to me. I'd wonder if
>> there are possibly some other fixes appropriate to include too given
>> the volume of bug JIRAs resolved since 1.16.0.
>>
>> On Tue, 15 Jun 2021 at 19:31, Gordon Sim  wrote:
>> >
>> > There have been a couple of fixes since the 1.16.0 release that are
>> > useful for users of the tcp support. Making those available as a
>> > 1.16.1 seems like a good idea to me. The fixes I would suggest are:
>> >
>> > DISPATCH-2142
>> > DISPATCH-2097
>> > DISPATCH-1878 (last commit)
>> >
>> >
>> > -
>> > 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
>>
>>
>
> --
> -K
>


-- 
-K


Re: [dispatch-router] 1.16.1 release?

2021-06-16 Thread Ken Giusti
+1 to a 1.16.1 release for these fixes.

I'll take a spin through the list of resolved bug JIRAs to see if anything
else pops out.  Feel free to do the same.

I'd like to start by cherry-picking those fixes suggested by Gordon down to
the 1.16.x branch later today unless anyone has a strong objection to that.

-K


On Wed, Jun 16, 2021 at 4:08 AM Robbie Gemmell 
wrote:

> Doing a 1.16.1 release sounds like a good idea to me. I'd wonder if
> there are possibly some other fixes appropriate to include too given
> the volume of bug JIRAs resolved since 1.16.0.
>
> On Tue, 15 Jun 2021 at 19:31, Gordon Sim  wrote:
> >
> > There have been a couple of fixes since the 1.16.0 release that are
> > useful for users of the tcp support. Making those available as a
> > 1.16.1 seems like a good idea to me. The fixes I would suggest are:
> >
> > DISPATCH-2142
> > DISPATCH-2097
> > DISPATCH-1878 (last commit)
> >
> >
> > -
> > 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
>
>

-- 
-K


Re: [VOTE] Release Qpid Broker-J 8.0.5

2021-06-16 Thread Robbie Gemmell
On Tue, 15 Jun 2021 at 13:00, Alex Rudyy  wrote:
>
> Hi folks,
>
> I built release artefacts for Qpid Broker-J version 8.0.5 RC1.
> Please, give them a test out and vote accordingly.
>
> The source and binary archives can be found at:
> https://dist.apache.org/repos/dist/dev/qpid/broker-j/8.0.5-rc1/
>
> The maven artifacts are also staged at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1222/
>
> The new version brings a number of improvements and bug fixes.
> You can find the full list of JIRAs included into the release here:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520=1234
>
> Kind Regards,
> Alex
>
> P.S. For testing of maven broker staging repo artefacts, please add
> into to your project pom the staging repo as below:
>
> 
> 
>   staging
>   
> https://repository.apache.org/content/repositories/orgapacheqpid-1222/
> 
> 
>
> -
> 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
>

+1

I checked things out as follows:
- Verified the signature and checksum files.
- Ran mvn apache-rat:check to check headers in the source archive.
- Checked for LICENCE + NOTICE files present in the archives.
- Ran the build and tests with "mvn clean verify -DskipITs=false" on JDK 11.
- Started broker from the binary archive and created a queue using the
  web management console on JDK 11.
- Ran ProtonJ2 main HelloWorld example against the broker on JDK 11.
- Verified the JDK 8 (and 11) Travis CI run passed.

Robbie

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



Re: [dispatch-router] 1.16.1 release?

2021-06-16 Thread Robbie Gemmell
Doing a 1.16.1 release sounds like a good idea to me. I'd wonder if
there are possibly some other fixes appropriate to include too given
the volume of bug JIRAs resolved since 1.16.0.

On Tue, 15 Jun 2021 at 19:31, Gordon Sim  wrote:
>
> There have been a couple of fixes since the 1.16.0 release that are
> useful for users of the tcp support. Making those available as a
> 1.16.1 seems like a good idea to me. The fixes I would suggest are:
>
> DISPATCH-2142
> DISPATCH-2097
> DISPATCH-1878 (last commit)
>
>
> -
> 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