[ANNOUNCE] Apache Groovy 2.5.0 released

2018-05-29 Thread Paul King
Dear community,

The Apache Groovy team is pleased to announce version 2.5.0 of Apache Groovy!
Apache Groovy is a multi-facet programming language for the JVM.
Further details can be found at the http://groovy.apache.org website.

We are sure you'll enjoy the features in this new version of Groovy.
Your feedback on any unintentional glitches is welcome.

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

The full list of over 300 bug fixes/improvements since 2.4 can be found here:
http://groovy-lang.org/changelogs/changelog-2.5.0.html

The full release notes can be found here:
http://groovy-lang.org/releasenotes/groovy-2.5.html

Sources, convenience binaries, downloadable documentation and an SDK
bundle can be found at: http://www.groovy-lang.org/download.html
We recommend you verify your installation using the information on that page.

Jars are also available within the major binary repositories.

We welcome your help and feedback and in particular want
to thank everyone who contributed to this release.

For more information on how to report problems, and to get involved,
visit the project website at https://groovy.apache.org/

Best regards,

The Apache Groovy team.


Re: Help with docker calls in Groovy

2018-05-29 Thread Daniel.Sun
Hi Chris,

> I assume demoImage contains some image information, like the image ID that
> I need for later? How do I get the image ID from demoImage? Where would
> this be documented online? I googled, but I don't necessarily how to look
> what I'm looking for.

 Your question focuses on the usage of Jenkin(not Groovy programming
language), so I suggest you ask Jenkin community for help.

 If you want to learn more about Groovy, maybe I can help you.

P.S. I'm not familiar with Jenkin...

Cheers,
Daniel.Sun




--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html


Help with docker calls in Groovy

2018-05-29 Thread Chris Fouts
 I days old with Groovy so please bear with me. I bought a Groovy book but
this subject is of course not discussed in it.

We use a Jenkins file to set up stages, and we have this stage

def demoImage
stage("Build ECS Docker Image") {

 dir('demo') {

docker.withRegistry("https://${dockerUrl}";, ecrCredentialsId) {

  demoImage = docker.build("${dockerUrl}/some-name-
${env.EnvironmentKey}-${env.DBName}")

}

  }
}

I assume demoImage contains some image information, like the image ID that
I need for later? How do I get the image ID from demoImage? Where would
this be documented online? I googled, but I don't necessarily how to look
what I'm looking for.

Thanks,
Chris


Re: Groovy 2.5.0 IntelliJ support ?

2018-05-29 Thread Paul King
Actually, we still have more work to do in Groovy's compiler for
@NamedParam too.

On Tue, May 29, 2018 at 8:21 PM, Daniel.Sun  wrote:

> Thanks for your nice work!
>
> Cheers,
> Daniel.Sun
>
>
>
>
> --
> Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html
>


Re: Groovy 2.5.0 IntelliJ support ?

2018-05-29 Thread Daniel.Sun
Thanks for your nice work!

Cheers,
Daniel.Sun




--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html


Re: Groovy 2.5.0 IntelliJ support ?

2018-05-29 Thread Алексей Афанасьев
Hi! Partial support for 2.5.0 was announced in 2017.2
, but there
are several features without proper handling still, for example @NamedParam.
I think we will take a look at them soon.

Alexey Afanasiev.

2018-05-28 23:22 GMT+03:00 MG :

> Since the Groovy 3.0 ticket (https://youtrack.jetbrains.co
> m/issue/IDEA-188050) just got updated (thanks to everyone who voted): Do
> we know what the status for Groovy 2.5.0 IntelliJ support is ?
> The release is around the corner and has some major new features (
> http://groovy-lang.org/releasenotes/groovy-2.5.html) which require
> Intellisense support -  do we need a ticket for that (to speed things up),
> Daniil, or is support already underway ?-)
> Cheers,
> mg
>
>
>
>