Home > Guides > Plugin Developers Guide > Java 8 Support Plugin |
You must define it as a dependency in pom.xml
and exclude the old version of ASM used with xwork-core
, see a code snippet below:
If you don't use Maven to manage the dependencies, please be sure to replace asm.jar
and asm-commons.jar
with appropriated ASM 5 versions.
Lambda Expressions in actions when using them with the Convention plugin