You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gilles Sadowski <gi...@gmail.com> on 2019/02/01 13:39:21 UTC

Re: [VOTE][RC2] Commons collections 4.3 (take 2)

Hi.

Le jeu. 31 janv. 2019 à 12:23, Maxim Solodovnik <so...@gmail.com> a écrit :
>
> This is a [VOTE] for releasing
> Apache Commons collections 4.3
>
> Tag name:
>     collections-4.3-RC2 (signature can be checked from git using 'git tag
> -v')
>
> Previous RC2 VOTE was canceled due to long discussion regarding
> Clirr report [1]. To resolve this Japicmp report has been created [2] as
> well
> simple test displaying everything is OK [3]
>
> Tag URL:
>
> https://gitbox.apache.org/repos/asf?p=commons-collections.git;a=commit;h=77e37dbf238d26351edb29e95391e3df75095d01
>
> Commit ID the tag points at:
>     77e37dbf238d26351edb29e95391e3df75095d01
>
> Site:
>
> https://dist.apache.org/repos/dist/dev/commons/collections/4.3-RC2/site/index.html

There are CheckStyle issues (we usually clean that up).
There are FindBugs issues (one is tagged as "high" priority).

> Distribution files (committed at revision 31689):
>     https://dist.apache.org/repos/dist/dev/commons/collections/
>
> Distribution files hashes (SHA256):
>   commons-collections4-4.3-bin.tar.gz
>     214c12fae27403f1a16ca6c108b5a8682be1a885a0dbbfc8eb30941303e1fe94
>   commons-collections4-4.3-bin.zip
>     75b51a98fea6fca3746a3f70c6a0be24c99849e4976c4649214eaa5a009d0aeb
>   commons-collections4-4.3-src.tar.gz
>     399f403feca86dbba7c4162eb90174db45979a2f7db2b3e0ba48240dc43ab434
>   commons-collections4-4.3-src.zip
>     1c637e260b5b9e372d196593c7617ad3adedb6da3ac9196d086f9fc24401f5c3

Checksums (of source archives): OK

Suggestion for release plugin developers: create a single checksums report
file (with properly formatted lines: <checksum> <filename>).

>
> KEYS file to check signatures:
>     https://www.apache.org/dist/commons/KEYS
>
> Maven artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1405/

They are there. ;-)
Not sure whether/how we may test.
Again, automated tests can perhaps be performed by the release
plugin (e.g. download the "source" and "test" JARs, unpack in a
clean temp dir, run the build, and produce a report relating build and
artefacts for reviewers to evaluate).

> Please select one of the following options:
   [X] +1 Release it.
>   [ ] +0 Go ahead; I don't care.
>   [ ] -0 There are a few minor glitches: ...
>   [ ] -1 No, do not release it because ...

Regards,
Gilles

> This vote will be open for at least 72 hours, i.e. until
> 2019-02-03T00:00:00Z
> (this is UTC time).
>
> [1]
> https://dist.apache.org/repos/dist/dev/commons/collections/4.3-RC2/site/clirr-report.html
> [2]
> https://dist.apache.org/repos/dist/dev/commons/collections/4.3-RC2/site/japicmp.html
> [3] https://gist.github.com/solomax/a6fbec6db71bb28dfe53afc566086505

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[RESULT][VOTE][RC2] Commons collections 4.3 (take 2)

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello All,

I'm closing the VOTE, 72 hours are over
The VOTE was successful, it receives 3 binding +1 Rob Tompkins, Gary
Gregory, Gilles Sadowski


On Fri, 1 Feb 2019 at 20:49, Gilles Sadowski <gi...@gmail.com> wrote:
>
> Hi.
>
> Le jeu. 31 janv. 2019 à 12:23, Maxim Solodovnik <so...@gmail.com> a écrit :
> >
> > This is a [VOTE] for releasing
> > Apache Commons collections 4.3
> >
> > Tag name:
> >     collections-4.3-RC2 (signature can be checked from git using 'git tag
> > -v')
> >
> > Previous RC2 VOTE was canceled due to long discussion regarding
> > Clirr report [1]. To resolve this Japicmp report has been created [2] as
> > well
> > simple test displaying everything is OK [3]
> >
> > Tag URL:
> >
> > https://gitbox.apache.org/repos/asf?p=commons-collections.git;a=commit;h=77e37dbf238d26351edb29e95391e3df75095d01
> >
> > Commit ID the tag points at:
> >     77e37dbf238d26351edb29e95391e3df75095d01
> >
> > Site:
> >
> > https://dist.apache.org/repos/dist/dev/commons/collections/4.3-RC2/site/index.html
>
> There are CheckStyle issues (we usually clean that up).
> There are FindBugs issues (one is tagged as "high" priority).
>
> > Distribution files (committed at revision 31689):
> >     https://dist.apache.org/repos/dist/dev/commons/collections/
> >
> > Distribution files hashes (SHA256):
> >   commons-collections4-4.3-bin.tar.gz
> >     214c12fae27403f1a16ca6c108b5a8682be1a885a0dbbfc8eb30941303e1fe94
> >   commons-collections4-4.3-bin.zip
> >     75b51a98fea6fca3746a3f70c6a0be24c99849e4976c4649214eaa5a009d0aeb
> >   commons-collections4-4.3-src.tar.gz
> >     399f403feca86dbba7c4162eb90174db45979a2f7db2b3e0ba48240dc43ab434
> >   commons-collections4-4.3-src.zip
> >     1c637e260b5b9e372d196593c7617ad3adedb6da3ac9196d086f9fc24401f5c3
>
> Checksums (of source archives): OK
>
> Suggestion for release plugin developers: create a single checksums report
> file (with properly formatted lines: <checksum> <filename>).
>
> >
> > KEYS file to check signatures:
> >     https://www.apache.org/dist/commons/KEYS
> >
> > Maven artifacts:
> >
> > https://repository.apache.org/content/repositories/orgapachecommons-1405/
>
> They are there. ;-)
> Not sure whether/how we may test.
> Again, automated tests can perhaps be performed by the release
> plugin (e.g. download the "source" and "test" JARs, unpack in a
> clean temp dir, run the build, and produce a report relating build and
> artefacts for reviewers to evaluate).
>
> > Please select one of the following options:
>    [X] +1 Release it.
> >   [ ] +0 Go ahead; I don't care.
> >   [ ] -0 There are a few minor glitches: ...
> >   [ ] -1 No, do not release it because ...
>
> Regards,
> Gilles
>
> > This vote will be open for at least 72 hours, i.e. until
> > 2019-02-03T00:00:00Z
> > (this is UTC time).
> >
> > [1]
> > https://dist.apache.org/repos/dist/dev/commons/collections/4.3-RC2/site/clirr-report.html
> > [2]
> > https://dist.apache.org/repos/dist/dev/commons/collections/4.3-RC2/site/japicmp.html
> > [3] https://gist.github.com/solomax/a6fbec6db71bb28dfe53afc566086505
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>


-- 
WBR
Maxim aka solomax

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org