mirror of
https://github.com/apache/struts.git
synced 2026-08-06 07:06:58 +00:00
Adds basic readme
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
= Struts 2 Java 8 Support plugin
|
||||
|
||||
This plugin aims to add support for Java 8 specific features.
|
||||
As Struts 2 core targets Java 6/7 and some features won't work and they have to be adjusted.
|
||||
Below is a list of features supported by this plugin
|
||||
|
||||
== Supported Java 8 features
|
||||
- Lambada expressions in actions when using them with the Convention plugin
|
||||
|
||||
== Installation
|
||||
Just drop this plugin into `WEB-INF/lib` folder or add it as Maven dependency
|
||||
Reference in New Issue
Block a user