Adds basic readme
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/22fbc800 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/22fbc800 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/22fbc800 Branch: refs/heads/master Commit: 22fbc800f22ba55a78084c57259226e3198ba181 Parents: 73644d2 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Tue Dec 23 09:35:31 2014 +0100 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Tue Dec 23 09:35:31 2014 +0100 ---------------------------------------------------------------------- plugins/java8-support/README.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/22fbc800/plugins/java8-support/README.adoc ---------------------------------------------------------------------- diff --git a/plugins/java8-support/README.adoc b/plugins/java8-support/README.adoc new file mode 100644 index 0000000..beae27c --- /dev/null +++ b/plugins/java8-support/README.adoc @@ -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