Hello, Related to the defaulting to Groovy that was implemented in this bug, I think we could maybe make default more explicit:
- On creation we would explicitely select Groovy AND check "Cache compiled script" I see 2 benefits: - Make it clear that scripting is in groovy - Check the "Cache compiled script" which is better for performances as Groovy support Compilable. See also this https://bz.apache.org/bugzilla/show_bug.cgi?id=59946 Regards Philippe
