inspectit-ocelot icon indicating copy to clipboard operation
inspectit-ocelot copied to clipboard

Evaluate Janino as Javassist alternative

Open JonasKunz opened this issue 6 years ago • 0 comments

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.

JonasKunz avatar Jul 11 '19 10:07 JonasKunz