Releases: play2war/play2-war-plugin
Releases · play2war/play2-war-plugin
v1.2-beta1
Play2war 1.2.x series will be dedicated to Play 2.2. This is the 1st release compatible with Play 2.2, still highly unstable.
This version is not compatible with Play 2.0.x or 2.1.x series anymore.
Details of compatibility status can be seen in issue #188.
Known bugs:
- Play multi-modules projects are broken
- Flash cookies are not removed
- Downloads on Jetty 8 / 9 don't work as expected (maybe on other containers too)
v1.1.1
v1.1
v1.0.1
v0.8.2
v1.0
v0.9
- Play2War is compatible with Play 2.1.0
- Play2War is compatible with Play 2.1.1
- Play2War is compatible with Java 7 only on Java 7-compliant application servers (eg.: Jetty 9)
Core
- Bugs
Plugin
- Enhancements
- War file name can be overriden and configured (#134)
v0.9-RC2
v0.9-RC1
- Play2War is compatible with Play 2.1-RC1 (#106)
Core
v0.8.1
Core
- Enhancements
- Servlet 2.5 synctimeout value is now a configuration parameter (#103)
- Query strings are now extracted from
HttpServletRequest#getQueryString()
instead ofHttpServletRequest#getParameterMap()
to be more compliant with Servlet specification (getParameterMap
andgetInputstream
shouldn't be used together) (#104)