You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Davide Giannella <da...@apache.org> on 2018/11/14 11:34:15 UTC

[VOTE] Release Apache Jackrabbit Oak 1.6.15

A candidate for the Jackrabbit Oak 1.6.15 release is available at:

    https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.6.15/

The release candidate is a zip archive of the sources in:

   
https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.6.15/

The SHA1 checksum of the archive is
e7e5e28f55fdc1876f3024d609d3d9407f39d656.

A staged Maven repository is available for review at:

    https://repository.apache.org/

The command for running automated checks against this release candidate is:

    # run in SVN checkout of
https://dist.apache.org/repos/dist/dev/jackrabbit
    $ sh check-release.sh oak 1.6.15
e7e5e28f55fdc1876f3024d609d3d9407f39d656

Please vote on releasing this package as Apache Jackrabbit Oak 1.6.15.
The vote is open for the next 72 hours and passes if a majority of at
least three +1 Jackrabbit PMC votes are cast.

    [ ] +1 Release this package as Apache Jackrabbit Oak 1.6.15
    [ ] -1 Do not release this package because...

D.

Re: [VOTE] Release Apache Jackrabbit Oak 1.6.15

Posted by Woonsan Ko <wo...@apache.org>.
[X] +1 Release this package as Apache Jackrabbit Oak 1.6.15

RELEASE-NOTES.txt looks good and all checks ok where:

[INFO] Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
2017-04-03T21:39:06+02:00)
[INFO] OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"
[INFO] Java version: 1.8.0_144, vendor: Oracle Corporation

Kind regards,

Woonsan

On Wed, Nov 14, 2018 at 12:34 PM Davide Giannella <da...@apache.org> wrote:
>
> A candidate for the Jackrabbit Oak 1.6.15 release is available at:
>
>     https://dist.apache.org/repos/dist/dev/jackrabbit/oak/1.6.15/
>
> The release candidate is a zip archive of the sources in:
>
>
> https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-1.6.15/
>
> The SHA1 checksum of the archive is
> e7e5e28f55fdc1876f3024d609d3d9407f39d656.
>
> A staged Maven repository is available for review at:
>
>     https://repository.apache.org/
>
> The command for running automated checks against this release candidate is:
>
>     # run in SVN checkout of
> https://dist.apache.org/repos/dist/dev/jackrabbit
>     $ sh check-release.sh oak 1.6.15
> e7e5e28f55fdc1876f3024d609d3d9407f39d656
>
> Please vote on releasing this package as Apache Jackrabbit Oak 1.6.15.
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 Jackrabbit PMC votes are cast.
>
>     [ ] +1 Release this package as Apache Jackrabbit Oak 1.6.15
>     [ ] -1 Do not release this package because...
>
> D.

[RESULT] [VOTE] Release Apache Jackrabbit Oak 1.6.15

Posted by Julian Reschke <re...@apache.org>.
On 2018-11-14 12:34, Davide Giannella wrote:
> ...

Hi there,

the vote passes as follows:

+1 Alex Deparvu <st...@apache.org>
+1 Julian Reschke <ju...@gmx.de>
+1 Woonsan Ko <wo...@apache.org>

Thanks for voting. I'll push the release out.

Best regards, Julian


Re: [VOTE] Release Apache Jackrabbit Oak 1.6.15

Posted by Julian Reschke <ju...@gmx.de>.
On 2018-11-14 12:34, Davide Giannella wrote:
> ...

[X] +1 Release this package as Apache Jackrabbit Oak 1.6.15

...where...

> [INFO] Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T09:58:13+02:00)
> [INFO] OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> [INFO] Java version: 1.8.0_151, vendor: Oracle Corporation

Best regards, Julian

Re: [VOTE] Release Apache Jackrabbit Oak 1.6.15

Posted by Alex Deparvu <st...@apache.org>.
[X] +1 Release this package as Apache Jackrabbit Oak 1.6.15

ok, managed to get this working with maven 3.5.4 (and java 8, as before).
opened OAK-7905 for the findbugs maven plugin update.

best,
alex



On Wed, Nov 14, 2018 at 2:35 PM Julian Reschke <ju...@gmx.de>
wrote:

> On 2018-11-14 13:42, Alex Deparvu wrote:
> > Hi,
> >
> > I have some issues validating the release:
> >
> > [ERROR] Failed to execute goal
> > org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (findbugs) on
> > project oak-parent: Unable to parse configuration of mojo
> > org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter
> > pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with
> > value '${plugin.artifacts}' of type
> > java.util.Collections.UnmodifiableRandomAccessList to property of type
> > java.util.ArrayList -> [Help 1]
> >
> > where
> > Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3;
> > 2018-10-24T20:41:47+02:00)
> > Maven home: /Users/aparvule/java/apache-maven
> > Java version: 1.8.0_181, vendor: Oracle Corporation
> > Default locale: en_FR, platform encoding: UTF-8
> > OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"
>
> This might be https://issues.apache.org/jira/browse/MNG-6504 - works for
> me with Maven 3.5.2.
>
> Best regards, Julian
>

Re: [VOTE] Release Apache Jackrabbit Oak 1.6.15

Posted by Julian Reschke <ju...@gmx.de>.
On 2018-11-14 13:42, Alex Deparvu wrote:
> Hi,
> 
> I have some issues validating the release:
> 
> [ERROR] Failed to execute goal
> org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (findbugs) on
> project oak-parent: Unable to parse configuration of mojo
> org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter
> pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with
> value '${plugin.artifacts}' of type
> java.util.Collections.UnmodifiableRandomAccessList to property of type
> java.util.ArrayList -> [Help 1]
> 
> where
> Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3;
> 2018-10-24T20:41:47+02:00)
> Maven home: /Users/aparvule/java/apache-maven
> Java version: 1.8.0_181, vendor: Oracle Corporation
> Default locale: en_FR, platform encoding: UTF-8
> OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"

This might be https://issues.apache.org/jira/browse/MNG-6504 - works for 
me with Maven 3.5.2.

Best regards, Julian

Re: [VOTE] Release Apache Jackrabbit Oak 1.6.15

Posted by Davide Giannella <da...@apache.org>.
On 14/11/2018 12:42, Alex Deparvu wrote:
> Hi,
>
> I have some issues validating the release:
>
> [ERROR] Failed to execute goal
> org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (findbugs) on
> ...

works for me with maven 3.5.3 and java7. Can you try either a different
java version or maven? Depending on what's easiest.

Davide

Re: [VOTE] Release Apache Jackrabbit Oak 1.6.15

Posted by Alex Deparvu <st...@apache.org>.
Hi,

I have some issues validating the release:

[ERROR] Failed to execute goal
org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (findbugs) on
project oak-parent: Unable to parse configuration of mojo
org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter
pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with
value '${plugin.artifacts}' of type
java.util.Collections.UnmodifiableRandomAccessList to property of type
java.util.ArrayList -> [Help 1]

where
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3;
2018-10-24T20:41:47+02:00)
Maven home: /Users/aparvule/java/apache-maven
Java version: 1.8.0_181, vendor: Oracle Corporation
Default locale: en_FR, platform encoding: UTF-8
OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"

best,
alex