Re: [VOTE] Apache ActiveMQ Artemis 2.27.0

2022-11-11 Thread Christopher Shannon
+1 (binding)

On Fri, Nov 11, 2022 at 11:52 AM Havret  wrote:

> +1 (binding)
>
> I've run the tests against ArtemisNetClient[1] 2.10.1. It's all green.
>
> To make the testing easier, I've created a docker image[2] with the release
> candidate binaries. Feel free to use it to run your tests.
>
> Cheers,
> Krzysztof
>
> [1] https://github.com/Havret/dotnet-activemq-artemis-client/pull/389
> [2] docker pull
> havret/dotnet-activemq-artemis-client-test-broker:2.27.0-rc1
>
> On Thu, Nov 10, 2022 at 2:30 PM Domenico Francesco Bruscino <
> bruscin...@gmail.com> wrote:
>
> > +1 (binding)
> >
> > * Checked parent version in pom.xml files using `grep -LPrz --include
> > pom.xml "(.|\n)*2.27.0<\/version>(.|\n)*<\/parent>" ./`
> > * Ran binary broker instance on Fedora 36 using OpenJDK 17
> > * Checked the web console using `Google Chrome`
> > * Checked producing, browsing and consuming messages from a queue using
> > `artemis check queue --name TEST --produce 1000 --browse 1000 --consume
> > 1000`
> >
> > On Wed, 9 Nov 2022 at 03:33, Justin Bertram  wrote:
> >
> > > I would like to propose an Apache ActiveMQ Artemis 2.27.0 release.
> > >
> > > New and noteworthy items in 2.27.0:
> > >
> > >  - Fix for CVE-2022-42889 (Apache Commons Text vulnerability)
> > >  - Logging implementation moved to Apache Log4j 2 (internally using
> > SLF4J)
> > >  - New upgrade command to help users migrate from previous versions
> > >
> > > The release notes can be found here:
> > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920=12352246
> > >
> > > Ths git commit report is here:
> > >
> > >
> >
> https://activemq.apache.org/components/artemis/download/commit-report-2.27.0
> > >
> > > Source and binary distributions can be found here:
> > >
> https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.27.0/
> > >
> > > The Maven repository is here:
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheactivemq-1265
> > >
> > > In case you want to give it a try with the maven repo on examples:
> > >
> > >
> >
> https://activemq.apache.org/components/artemis/documentation/hacking-guide/validating-releases.html
> > >
> > > The source tag:
> > >
> > >
> >
> https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;a=tag;h=refs/tags/2.27.0
> > >
> > > I will update the website after the vote has passed.
> > >
> > >
> > > [ ] +1 approve this release
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove (and reason why)
> > >
> > > Here's my +1
> > >
> > >
> > > Justin
> > >
> >
>


Re: [DISCUSS/VOTE] Remove Artemis Javadoc from the ActiveMQ website...

2022-11-11 Thread Robbie Gemmell
I have removed all the non-current Artemis javadocs leaving only the
'latest' ones (currently for 2.26.0), just as there are only 'latest'
ones for 5.x.

Since this change speeds up the full site serve.sh / build.sh
processes a fair bit, I decided to use that offset and also modify the
serve_subset.sh version to exclude all the javadoc entirely to speed
it up further too. This gets the subset rebuilds down to about 1
second which will make it a lot nicer to work on general site changes.

On Wed, 5 Oct 2022 at 18:45, Robbie Gemmell  wrote:
>
> JB, are your thoughts on this more general, i.e also applying to the
> 5.x 'latest' (typically stale) javadocs on the website as well, rather
> than just the per-release Artemis javadocs this thread started about?
>
> If so it would seem to me that all the people who regularly update the
> website bits for releases etc dont think we should bother having them
> there anymore.
>
> On Thu, 29 Sept 2022 at 20:10, Jean-Baptiste Onofré  wrote:
> >
> > Hi Clebert,
> >
> > I'm +1 about this for the two reasons:
> >
> > 1. I don't think lot of people read the Javadoc on website (personally
> > I'm reading directly in the IDE)
> > 2. We can still have the javadoc jar published on Maven (not need to
> > update website)
> >
> > Regards
> > JB
> >
> > On Wed, Sep 28, 2022 at 6:12 PM Clebert Suconic
> >  wrote:
> > >
> > > Can we stop publishing javadocs on the ActiveMQ Website for artemis?
> > >
> > > I see no point on publishing it as they are available in Maven.
> > >
> > > My vote is to completely remove it.
> > >
> > >
> > > So, if you agree with me, please respond with
> > >
> > > +1 Yes, stop publishing javadocs for ActiveMQ Artemis on the website
> > > and keep them on maven as usual.
> > >
> > >
> > >
> > > if you have any other preferences please state a -1 and a reason for..
> > >
> > >
> > >
> > > --
> > > Clebert Suconic


Re: [VOTE] Apache ActiveMQ Artemis 2.27.0

2022-11-11 Thread Havret
+1 (binding)

I've run the tests against ArtemisNetClient[1] 2.10.1. It's all green.

To make the testing easier, I've created a docker image[2] with the release
candidate binaries. Feel free to use it to run your tests.

Cheers,
Krzysztof

[1] https://github.com/Havret/dotnet-activemq-artemis-client/pull/389
[2] docker pull havret/dotnet-activemq-artemis-client-test-broker:2.27.0-rc1

On Thu, Nov 10, 2022 at 2:30 PM Domenico Francesco Bruscino <
bruscin...@gmail.com> wrote:

> +1 (binding)
>
> * Checked parent version in pom.xml files using `grep -LPrz --include
> pom.xml "(.|\n)*2.27.0<\/version>(.|\n)*<\/parent>" ./`
> * Ran binary broker instance on Fedora 36 using OpenJDK 17
> * Checked the web console using `Google Chrome`
> * Checked producing, browsing and consuming messages from a queue using
> `artemis check queue --name TEST --produce 1000 --browse 1000 --consume
> 1000`
>
> On Wed, 9 Nov 2022 at 03:33, Justin Bertram  wrote:
>
> > I would like to propose an Apache ActiveMQ Artemis 2.27.0 release.
> >
> > New and noteworthy items in 2.27.0:
> >
> >  - Fix for CVE-2022-42889 (Apache Commons Text vulnerability)
> >  - Logging implementation moved to Apache Log4j 2 (internally using
> SLF4J)
> >  - New upgrade command to help users migrate from previous versions
> >
> > The release notes can be found here:
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920=12352246
> >
> > Ths git commit report is here:
> >
> >
> https://activemq.apache.org/components/artemis/download/commit-report-2.27.0
> >
> > Source and binary distributions can be found here:
> > https://dist.apache.org/repos/dist/dev/activemq/activemq-artemis/2.27.0/
> >
> > The Maven repository is here:
> >
> https://repository.apache.org/content/repositories/orgapacheactivemq-1265
> >
> > In case you want to give it a try with the maven repo on examples:
> >
> >
> https://activemq.apache.org/components/artemis/documentation/hacking-guide/validating-releases.html
> >
> > The source tag:
> >
> >
> https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;a=tag;h=refs/tags/2.27.0
> >
> > I will update the website after the vote has passed.
> >
> >
> > [ ] +1 approve this release
> > [ ] +0 no opinion
> > [ ] -1 disapprove (and reason why)
> >
> > Here's my +1
> >
> >
> > Justin
> >
>