Open
Description
We currently use javassists for turning action "code snipptes" to executable java classes.
The built-in compielr has several issues, such as that no autoboxing is supported, no nested classes and much other stuff.
I stumbled over janino which looks much more powerful.
We should evaluate whether we can use janino as replacement for javassist.