Skip to end of metadata
Go to start of metadata

Important Note

MVEL 1.2 has refactored the API somewhat from MVEL 1.1, you will now find the eval(), compileExpression(), and executeExpression() methods in the org.mvel.MVEL class.

New Features

  • Just-in-Time Compiler _(requires ASM library to be present, but is optional)
  • New parsing engine (Horizon) which is significantly more efficient.
  • Better data conversion.
  • New reflection optimizer (non-JIT) is now twice as fast.
  • Interpreted mode performance 40% faster than MVEL 1.1
  • Lot's more...
Labels
  • None