Re: @Immutable backwards compatibility

2018-09-26 Thread Paul King
The String check for "groovy.transform.Immutable" would work fine if the 2.4 compiled class was actually loaded with it;s annotations but AnnotationCollector changes any meta-annotation to no longer be an annotation but a class to store the serialized information for the pre-compiled case. I think

Re: @Immutable backwards compatibility

2018-09-26 Thread Jochen Theodorou
On 26.09.2018 12:58, Paul King wrote: I shouldn't try to respond to emails while rushing between conference sessions. Refreshed my memory and yes, the current provisions for 2.4 compatibility don't really help. I'll see if Jochen has some ideas on how we could improve that. I guess we have to

Re: @Immutable backwards compatibility

2018-09-26 Thread Paul King
I shouldn't try to respond to emails while rushing between conference sessions. Refreshed my memory and yes, the current provisions for 2.4 compatibility don't really help. I'll see if Jochen has some ideas on how we could improve that. On Wed, Sep 26, 2018 at 12:01 PM Paul King wrote: > I'll ha

Re: Long String concatenation failed

2018-09-26 Thread Paul King
Yes, done. On Wed, Sep 26, 2018 at 2:54 PM Jmeter Tea wrote: > Paul King: Thank you, I can live with a workaround of adding a line > continuation slash at the end of the line > Can you answer the original question in stackoverflow >