We are building out a framework in Groovy to provide a Command Chain to OWCS for a more well-defined and re-useable business logic layer. Part of our framework like to use things like JsonSlurper, which are in later versions of Groovy. I tried to swap out the groovy-1.7.5.jar for the groovy-2.2.2.jar in the CS deployment, but that resulted in OWCS spitting out the Groovy scripts as text, rather than compiling and executing the script.
We are using the latest version of OWCS (11.1.1.8).
Any tips on extra configuration that needs a tweak before a Groovy upgrade would get recognized?