DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
| Excerpt |
|---|
Adds support for Java 8 - to allow use the latest features of the language with Struts actions. |
| Warning |
|---|
This plugin was dropped in Struts 2.5.5 as Struts Core is using ASM5 now which supports Java8. |
| Excerpt |
|---|
Adds support for Java 8 - to allow use the latest features of the language with Struts actions. |
Usage
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:
...