You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@groovy.apache.org by Paul King <pa...@asert.com.au> on 2017/06/21 10:15:41 UTC

[VOTE] Release Apache Groovy 2.4.12

Dear community,

I am happy to start the VOTE thread for a Groovy 2.4.12 release!

This release includes 16 bug fixes/improvements as outlined in the
changelog:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12340472

Tag:
https://git1-us-west.apache.org/repos/asf?p=groovy.git;a=tag;h=refs/tags/GROOVY_2_4_12
Tag commit id: 731d4daa78b9cd32bea724d2d651aa1164eef6cc

The artifacts to be voted on are located as follows (r20140).
Source release: https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources
Convenience binaries:
https://dist.apache.org/repos/dist/dev/groovy/2.4.12/distribution

Release artifacts are signed with a key from the following file:
https://dist.apache.org/repos/dist/dev/groovy/KEYS

Please vote on releasing this package as Apache Groovy 2.4.12.

The vote is open for the next 72 hours and passes if a majority of at least
three +1 PMC votes are cast.

[ ] +1 Release Apache Groovy 2.4.12
[ ]  0 I don't have a strong opinion about this, but I assume it's ok
[ ] -1 Do not release Apache Groovy 2.4.12 because...

Here is my vote:

+1 (binding)

Re: [VOTE] Release Apache Groovy 2.4.12

Posted by Daniel Sun <re...@hotmail.com>.
+1

Cheers,
Daniel.Sun



--
View this message in context: http://groovy.329449.n5.nabble.com/VOTE-Release-Apache-Groovy-2-4-12-tp5741793p5741794.html
Sent from the Groovy Dev mailing list archive at Nabble.com.

Re: [VOTE] Release Apache Groovy 2.4.12

Posted by Paul King <pa...@asert.com.au>.
I guess we should upgrade the version of the plugin anyway so that
bootstrapping via Gradle 4 works. Using --no-scan doesn't even help in that
case unless someone else knows a workaround.

Cheers, Paul.

On Thu, Jun 22, 2017 at 4:46 PM, Paul King <pa...@asert.com.au> wrote:

>
> Are you using:
>
> gradle wrapper
> gradlew dist
>
> As per README.adoc? The 'gradle wrapper' step should work bootstrapped
> with 3.5 but otherwise each Groovy distribution declares what Gradle
> version it is designed to build with as per the wrapper setup.
>
> Cheers, Paul.
>
>
> On Thu, Jun 22, 2017 at 3:59 PM, Balachandran Sivakumar <
> balachandran@balachandran.org> wrote:
>
>> Hi,
>>
>>
>> The artifacts to be voted on are located as follows (r20140).
>>>> Source release:
>>>> https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources
>>>>
>>>
>>     When I try to build this from the source zip, I get the following
>> build failure with Gradle 3.5
>>
>> :groovydocAll FAILED
>>
>> FAILURE: Build failed with an exception.
>>
>> * What went wrong:
>> Execution failed for task ':groovydocAll'.
>>
>>> java.lang.ExceptionInInitializerError (no error message)
>>>
>>
>>
>> Build Scan: https://scans.gradle.com/s/xobecl5cdgzhg
>>
>> Also, on Gradle 4.0, the build fails due to build-scan plugin
>> incompatibility
>>
>> FAILURE: Build failed with an exception.
>>
>> * Where:
>> Build file '/tmp/groovy-src/groovy-2.4.12/build.gradle' line: 48
>>
>> * What went wrong:
>> A problem occurred evaluating root project 'groovy'.
>>
>>> Failed to apply plugin [id 'com.gradle.build-scan']
>>>
>>    > This version of Gradle requires version 1.7.4 of the build scan
>> plugin or later.
>>      Please see https://gradle.com/scans/help/
>> gradle-incompatible-plugin-version for more information.
>>
>>
>> Am I missing something or doing something wrong ? Thanks
>>
>>
>> --
>> Thank you,
>> Balachandran Sivakumar
>>
>
>

Re: [VOTE] Release Apache Groovy 2.4.12

Posted by Balachandran Sivakumar <ba...@balachandran.org>.
Hi Paul,

On 2017-06-22 12:16, Paul King wrote:
> Are you using:
> 
> gradle wrapper
> gradlew dist
> 
> As per README.adoc? The 'gradle wrapper' step should work bootstrapped
> with 3.5 but otherwise each Groovy distribution declares what Gradle
> version it is designed to build with as per the wrapper setup.
> 

   When I do gradle wrapper && ./gradlew dist as per README.adoc, it 
bootstraps with gradle 2.3 (because we have gradleVersion set to 2.3 ?). 
So, I explicitly tried using 3.5.

I did the following

sdk d gradle 3.5
gradle dist



When trying as per README.adoc, it builds fine. Thanks



> Cheers, Paul.
> 
> On Thu, Jun 22, 2017 at 3:59 PM, Balachandran Sivakumar
> <ba...@balachandran.org> wrote:
> 
>> Hi,
>> 
>> The artifacts to be voted on are located as follows (r20140).
>> Source release:
>> https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources [1]
> 
>      When I try to build this from the source zip, I get the following
> build failure with Gradle 3.5
> 
> :groovydocAll FAILED
> 
> FAILURE: Build failed with an exception.
> 
> * What went wrong:
> Execution failed for task ':groovydocAll'.
> 
>> java.lang.ExceptionInInitializerError (no error message)
> 
> Build Scan: https://scans.gradle.com/s/xobecl5cdgzhg [2]
> 
> Also, on Gradle 4.0, the build fails due to build-scan plugin
> incompatibility
> 
> FAILURE: Build failed with an exception.
> 
> * Where:
> Build file '/tmp/groovy-src/groovy-2.4.12/build.gradle' line: 48
> 
> * What went wrong:
> A problem occurred evaluating root project 'groovy'.
> 
>> Failed to apply plugin [id 'com.gradle.build-scan']
>     > This version of Gradle requires version 1.7.4 of the build scan
> plugin or later.
>      Please see
> https://gradle.com/scans/help/gradle-incompatible-plugin-version [3]
> for more information.
> 
> Am I missing something or doing something wrong ? Thanks
> 
> --
> Thank you,
> Balachandran Sivakumar
> 
> 
> 
> Links:
> ------
> [1] https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources
> [2] https://scans.gradle.com/s/xobecl5cdgzhg
> [3] https://gradle.com/scans/help/gradle-incompatible-plugin-version

-- 
Thank you,
Balachandran Sivakumar

Re: [VOTE] Release Apache Groovy 2.4.12

Posted by Paul King <pa...@asert.com.au>.
Are you using:

gradle wrapper
gradlew dist

As per README.adoc? The 'gradle wrapper' step should work bootstrapped with
3.5 but otherwise each Groovy distribution declares what Gradle version it
is designed to build with as per the wrapper setup.

Cheers, Paul.

On Thu, Jun 22, 2017 at 3:59 PM, Balachandran Sivakumar <
balachandran@balachandran.org> wrote:

> Hi,
>
>
> The artifacts to be voted on are located as follows (r20140).
>>> Source release:
>>> https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources
>>>
>>
>     When I try to build this from the source zip, I get the following
> build failure with Gradle 3.5
>
> :groovydocAll FAILED
>
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> Execution failed for task ':groovydocAll'.
>
>> java.lang.ExceptionInInitializerError (no error message)
>>
>
>
> Build Scan: https://scans.gradle.com/s/xobecl5cdgzhg
>
> Also, on Gradle 4.0, the build fails due to build-scan plugin
> incompatibility
>
> FAILURE: Build failed with an exception.
>
> * Where:
> Build file '/tmp/groovy-src/groovy-2.4.12/build.gradle' line: 48
>
> * What went wrong:
> A problem occurred evaluating root project 'groovy'.
>
>> Failed to apply plugin [id 'com.gradle.build-scan']
>>
>    > This version of Gradle requires version 1.7.4 of the build scan
> plugin or later.
>      Please see https://gradle.com/scans/help/
> gradle-incompatible-plugin-version for more information.
>
>
> Am I missing something or doing something wrong ? Thanks
>
>
> --
> Thank you,
> Balachandran Sivakumar
>

Re: [VOTE] Release Apache Groovy 2.4.12

Posted by Balachandran Sivakumar <ba...@balachandran.org>.
Hi,


>> The artifacts to be voted on are located as follows (r20140).
>> Source release:
>> https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources

     When I try to build this from the source zip, I get the following 
build failure with Gradle 3.5

:groovydocAll FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':groovydocAll'.
> java.lang.ExceptionInInitializerError (no error message)


Build Scan: https://scans.gradle.com/s/xobecl5cdgzhg

Also, on Gradle 4.0, the build fails due to build-scan plugin 
incompatibility

FAILURE: Build failed with an exception.

* Where:
Build file '/tmp/groovy-src/groovy-2.4.12/build.gradle' line: 48

* What went wrong:
A problem occurred evaluating root project 'groovy'.
> Failed to apply plugin [id 'com.gradle.build-scan']
    > This version of Gradle requires version 1.7.4 of the build scan 
plugin or later.
      Please see 
https://gradle.com/scans/help/gradle-incompatible-plugin-version for 
more information.


Am I missing something or doing something wrong ? Thanks


-- 
Thank you,
Balachandran Sivakumar

Re: [VOTE] Release Apache Groovy 2.4.12

Posted by Graeme Rocher <gr...@gmail.com>.
+1

On Wed, 21 Jun 2017 at 22:39, Guillaume Laforge <gl...@gmail.com> wrote:

> +1
>
> On Wed, Jun 21, 2017 at 10:07 PM, Jochen Theodorou <bl...@gmx.org>
> wrote:
>
>> +1
>>
>>
>> On 21.06.2017 12:15, Paul King wrote:
>>
>>>
>>> Dear community,
>>>
>>> I am happy to start the VOTE thread for a Groovy 2.4.12 release!
>>>
>>> This release includes 16 bug fixes/improvements as outlined in the
>>> changelog:
>>>
>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12340472
>>>
>>> Tag:
>>>
>>> https://git1-us-west.apache.org/repos/asf?p=groovy.git;a=tag;h=refs/tags/GROOVY_2_4_12
>>> Tag commit id: 731d4daa78b9cd32bea724d2d651aa1164eef6cc
>>>
>>> The artifacts to be voted on are located as follows (r20140).
>>> Source release:
>>> https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources
>>> Convenience binaries:
>>> https://dist.apache.org/repos/dist/dev/groovy/2.4.12/distribution
>>>
>>> Release artifacts are signed with a key from the following file:
>>> https://dist.apache.org/repos/dist/dev/groovy/KEYS
>>>
>>> Please vote on releasing this package as Apache Groovy 2.4.12.
>>>
>>> The vote is open for the next 72 hours and passes if a majority of at
>>> least three +1 PMC votes are cast.
>>>
>>> [ ] +1 Release Apache Groovy 2.4.12
>>> [ ]  0 I don't have a strong opinion about this, but I assume it's ok
>>> [ ] -1 Do not release Apache Groovy 2.4.12 because...
>>>
>>> Here is my vote:
>>>
>>> +1 (binding)
>>>
>>>
>>
>
>
> --
> Guillaume Laforge
> Apache Groovy committer & PMC Vice-President
> Developer Advocate @ Google Cloud Platform
>
> Blog: http://glaforge.appspot.com/
> Social: @glaforge <http://twitter.com/glaforge> / Google+
> <https://plus.google.com/u/0/114130972232398734985/posts>
>
-- 
Graeme Rocher

Re: [VOTE] Release Apache Groovy 2.4.12

Posted by Guillaume Laforge <gl...@gmail.com>.
+1

On Wed, Jun 21, 2017 at 10:07 PM, Jochen Theodorou <bl...@gmx.org>
wrote:

> +1
>
>
> On 21.06.2017 12:15, Paul King wrote:
>
>>
>> Dear community,
>>
>> I am happy to start the VOTE thread for a Groovy 2.4.12 release!
>>
>> This release includes 16 bug fixes/improvements as outlined in the
>> changelog:
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?proje
>> ctId=12318123&version=12340472
>>
>> Tag:
>> https://git1-us-west.apache.org/repos/asf?p=groovy.git;a=tag
>> ;h=refs/tags/GROOVY_2_4_12
>> Tag commit id: 731d4daa78b9cd32bea724d2d651aa1164eef6cc
>>
>> The artifacts to be voted on are located as follows (r20140).
>> Source release: https://dist.apache.org/repos/
>> dist/dev/groovy/2.4.12/sources
>> Convenience binaries:
>> https://dist.apache.org/repos/dist/dev/groovy/2.4.12/distribution
>>
>> Release artifacts are signed with a key from the following file:
>> https://dist.apache.org/repos/dist/dev/groovy/KEYS
>>
>> Please vote on releasing this package as Apache Groovy 2.4.12.
>>
>> The vote is open for the next 72 hours and passes if a majority of at
>> least three +1 PMC votes are cast.
>>
>> [ ] +1 Release Apache Groovy 2.4.12
>> [ ]  0 I don't have a strong opinion about this, but I assume it's ok
>> [ ] -1 Do not release Apache Groovy 2.4.12 because...
>>
>> Here is my vote:
>>
>> +1 (binding)
>>
>>
>


-- 
Guillaume Laforge
Apache Groovy committer & PMC Vice-President
Developer Advocate @ Google Cloud Platform

Blog: http://glaforge.appspot.com/
Social: @glaforge <http://twitter.com/glaforge> / Google+
<https://plus.google.com/u/0/114130972232398734985/posts>

Re: [VOTE] Release Apache Groovy 2.4.12

Posted by Jochen Theodorou <bl...@gmx.org>.
+1

On 21.06.2017 12:15, Paul King wrote:
>
> Dear community,
>
> I am happy to start the VOTE thread for a Groovy 2.4.12 release!
>
> This release includes 16 bug fixes/improvements as outlined in the
> changelog:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12340472
>
> Tag:
> https://git1-us-west.apache.org/repos/asf?p=groovy.git;a=tag;h=refs/tags/GROOVY_2_4_12
> Tag commit id: 731d4daa78b9cd32bea724d2d651aa1164eef6cc
>
> The artifacts to be voted on are located as follows (r20140).
> Source release: https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources
> Convenience binaries:
> https://dist.apache.org/repos/dist/dev/groovy/2.4.12/distribution
>
> Release artifacts are signed with a key from the following file:
> https://dist.apache.org/repos/dist/dev/groovy/KEYS
>
> Please vote on releasing this package as Apache Groovy 2.4.12.
>
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 PMC votes are cast.
>
> [ ] +1 Release Apache Groovy 2.4.12
> [ ]  0 I don't have a strong opinion about this, but I assume it's ok
> [ ] -1 Do not release Apache Groovy 2.4.12 because...
>
> Here is my vote:
>
> +1 (binding)
>


Re: [VOTE] Release Apache Groovy 2.4.12

Posted by Keith Suderman <su...@anc.org>.
+1

Built the sources.zip

> On Jun 21, 2017, at 6:15 AM, Paul King <pa...@asert.com.au> wrote:
> 
> 
> Dear community,
> 
> I am happy to start the VOTE thread for a Groovy 2.4.12 release!
> 
> This release includes 16 bug fixes/improvements as outlined in the changelog:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12340472 <https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318123&version=12340472>
> 
> Tag: https://git1-us-west.apache.org/repos/asf?p=groovy.git;a=tag;h=refs/tags/GROOVY_2_4_12 <https://git1-us-west.apache.org/repos/asf?p=groovy.git;a=tag;h=refs/tags/GROOVY_2_4_12>
> Tag commit id: 731d4daa78b9cd32bea724d2d651aa1164eef6cc
> 
> The artifacts to be voted on are located as follows (r20140).
> Source release: https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources <https://dist.apache.org/repos/dist/dev/groovy/2.4.12/sources>
> Convenience binaries: https://dist.apache.org/repos/dist/dev/groovy/2.4.12/distribution <https://dist.apache.org/repos/dist/dev/groovy/2.4.12/distribution>
> 
> Release artifacts are signed with a key from the following file:
> https://dist.apache.org/repos/dist/dev/groovy/KEYS <https://dist.apache.org/repos/dist/dev/groovy/KEYS>
> 
> Please vote on releasing this package as Apache Groovy 2.4.12.
> 
> The vote is open for the next 72 hours and passes if a majority of at least three +1 PMC votes are cast.
> 
> [ ] +1 Release Apache Groovy 2.4.12
> [ ]  0 I don't have a strong opinion about this, but I assume it's ok
> [ ] -1 Do not release Apache Groovy 2.4.12 because...
> 
> Here is my vote:
> 
> +1 (binding)
> 

----------------------
Keith Suderman
Research Associate
Department of Computer Science
Vassar College, Poughkeepsie NY
suderman@cs.vassar.edu





Re: [VOTE] Release Apache Groovy 2.4.12

Posted by John Wagenleitner <jo...@gmail.com>.
+1 (binding)

On Wed, Jun 21, 2017 at 3:15 AM, Paul King <pa...@asert.com.au> wrote:

>
> Dear community,
>
> I am happy to start the VOTE thread for a Groovy 2.4.12 release!
>
> This release includes 16 bug fixes/improvements as outlined in the
> changelog:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> projectId=12318123&version=12340472
>
> Tag: https://git1-us-west.apache.org/repos/asf?p=groovy.git;a=
> tag;h=refs/tags/GROOVY_2_4_12
> Tag commit id: 731d4daa78b9cd32bea724d2d651aa1164eef6cc
>
> The artifacts to be voted on are located as follows (r20140).
> Source release: https://dist.apache.org/repos/
> dist/dev/groovy/2.4.12/sources
> Convenience binaries: https://dist.apache.org/repos/
> dist/dev/groovy/2.4.12/distribution
>
> Release artifacts are signed with a key from the following file:
> https://dist.apache.org/repos/dist/dev/groovy/KEYS
>
> Please vote on releasing this package as Apache Groovy 2.4.12.
>
> The vote is open for the next 72 hours and passes if a majority of at
> least three +1 PMC votes are cast.
>
> [ ] +1 Release Apache Groovy 2.4.12
> [ ]  0 I don't have a strong opinion about this, but I assume it's ok
> [ ] -1 Do not release Apache Groovy 2.4.12 because...
>
> Here is my vote:
>
> +1 (binding)
>
>