Leonard Brünings
Leonard Brünings
> So it would "just" be a matter of determining it. Well, there are several challenges, the most pressing one that you don't necessarily have access to the classes to...
While it might avoid an issue, in retrospect it would have been better to throw an `OperationNotSupportedException` by default, since you should only register the Interceptors to where you need...
Please post actual valid reproducer code have a look at https://stackoverflow.com/help/minimal-reproducible-example what this means. Ideally it is runnable in https://gwc-experiment.appspot.com/
FYI, we won't merge any new features until 1.1 is released.
Since this PR reformats the SourceCode extensively I would wait for #555 to be implemented.
@paplorinc I'll have to look at this after we merge the spock-2.0 branch, before this it doesn't make sense to invest any work.
It seems that you are the first module user ;)
We also need to document that due to `groovy2-compat` modules work only with groovy-3.0.
I recently talked with @aalmiray about groovy and modules, and he mentioned that groovy 2 and 3 are not really module system compliant https://groovy-lang.org/releasenotes/groovy-3.0.html#Groovy3.0releasenotes-Splitpackages so I don't think that we...
Hm, switching over to ServiceLoader SPI makes the newly proposed constructor injection for extensions moot #1271 as you'll have to have a no-args constructor. Is there a recommended way to...