Is it possible to configure Groovy beans declared with lang namespace or manually with GroovyScriptFactory in such a way, that they use invoke dynamic support?
<lang:groovy id="messenger" script-source="classpath:Messenger.groovy">
I have not found any reliable documentation on this case.
And, does a GroovyClassLoader provided with groovy-all:indy maven artifact uses this feature, or it can be used only with groovy compiler?