Re: Groovy with JDK 16

2021-05-01 Thread Graeme Rocher
tries to > create proxy for SAM[2] > > [1] > https://docs.oracle.com/en/java/javase/16/docs/api/java.base/java/lang/reflect/Proxy.html#dynamicmodule > [2] > https://github.com/apache/groovy/blob/master/src/main/java/org/codehaus/groovy/reflection/stdclasses/CachedSAMClass.java#L69-

Groovy with JDK 16

2021-04-22 Thread Graeme Rocher
ng with a brief look through the issue tracker. Thanks for the feedback -- Graeme Rocher

Re: [ANNOUNCE] Apache Groovy 3.0.0-alpha-3 released

2018-06-28 Thread Graeme Rocher
bsite at https://groovy.apache.org/ > > Best regards, > > The Apache Groovy team. -- Graeme Rocher

Re: [ANNOUNCE] Apache Groovy 2.5.0-rc-2 released

2018-05-08 Thread Graeme Rocher
Well done all! On Mon, May 7, 2018 at 2:26 AM, Daniel.Sun <sun...@apache.org> wrote: > Nice! Thank you Paul :-) > > Cheers, > Daniel.Sun > > > > > -- > Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html -- Graeme Rocher

Re: Groovy 2.5.0-beta-1 released

2017-06-10 Thread Graeme Rocher
on how to report >>> problems, and to get involved, visit the project website at >>> https://groovy.apache.org/ >>> >>> Best regards, >>> >>> The Apache Groovy team. >>> >>> This email message and any attachments are for the sole use of the >>> intended recipient(s). Any unauthorized review, use, disclosure or >>> distribution is prohibited. If you are not the intended recipient, please >>> contact the sender by reply email and destroy all copies of the original >>> message and any attachments. >> >> > -- Graeme Rocher

Re: [ANNOUNCE] Apache Groovy 2.4.10 Released

2017-03-18 Thread Graeme Rocher
gt; documentation. Please let us know if you feel this makes the install more > useful and self-contained or whether you think it has become too fat. > > 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. -- Graeme Rocher

Re: [VOTE]About the "implies" operator(=>) for Groovy 3

2017-01-27 Thread Graeme Rocher
http://groovy.329449.n5.nabble.com/VOTE-About-the-implies-operator-for-Groovy-3-tp5738129.html > Sent from the Groovy Users mailing list archive at Nabble.com. -- Graeme Rocher

Re: Computer Music and AI in Groovy

2017-01-02 Thread Graeme Rocher
erm memory (g-LSTM for > short), a very popular architecture to predict time series (among the > others). > > Happy and Groovy New Year! > > Mirco > -- Graeme Rocher

Re: 2.5 JsonBuilder Converters thoughts

2016-10-28 Thread Graeme Rocher
, Oct 28, 2016 at 12:46 PM, Graeme Rocher <graeme.roc...@gmail.com> wrote: > Yeah I agree JsonOutput.unescaped allows the same flexibility without > compromising the most common use case. > > Cheers > > On Tue, Oct 25, 2016 at 10:32 PM, John Wagenleitner > <john.wagenleit.

Re: 2.5 JsonBuilder Converters thoughts

2016-10-28 Thread Graeme Rocher
rposefully had it > not participate in further processing to avoid surprises and be able to > output JSON that otherwise wouldn't be possible due to the way the generator > was already configured (nulls or being able to write out a number such as > 9.3e7). > > I like your sugge

Re: JsonOutput serialization options feature

2016-09-23 Thread Graeme Rocher
and maintainable. Thanks On Fri, Sep 23, 2016 at 1:11 AM, John Wagenleitner <john.wagenleit...@gmail.com> wrote: > On Wed, Sep 21, 2016 at 3:22 AM, Graeme Rocher <graeme.roc...@gmail.com> > wrote: >> >> Hi John, >> >> Looks very useful, so +1 >> >