Skip to content

Releases: play2war/play2-war-plugin

v1.2-beta1

04 Nov 14:18
Compare
Choose a tag to compare
v1.2-beta1 Pre-release
Pre-release

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

30 Sep 19:44
Compare
Choose a tag to compare

Plugin

  • Bugs
    • Unmanaged dependencies are not included in the WAR (#189)

v1.1

17 Sep 16:39
Compare
Choose a tag to compare

Plugin

  • Enhancement
    • Compatibility with Play 2.1.4 and maybe more (#183, #184)

This version of Play2War is not compatible with the following version of Play anymore:

  • 2.0.x
  • 2.1.0
  • 2.1.1
  • 2.1.2
  • 2.1.3

v1.0.1

17 Sep 16:39
Compare
Choose a tag to compare

Plugin

v0.8.2

07 Aug 15:08
Compare
Choose a tag to compare

Core

  • Enhancements
    • Compatibility with Play 2.0.5 and 2.0.6 (#177)

v1.0

03 Jul 10:08
Compare
Choose a tag to compare

Core

  • Enhancements
  • Bugs
    • Servlet 2.5: deadlock fix (#147)

Plugin

  • Enhancements
    • Jar-exploded mode: main project's artifact can be exploded into WEB-INF/classes (#150)
    • Allow to disable warning when a web.xml file is found in Servlet 3.0 context (#66)

v0.9

03 Jul 11:01
Compare
Choose a tag to compare
  • 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
    • Java actions can be executed concurrently (#136)
    • Flash cookie is removed after next request (#139)
    • Fix sometimes upload hangs (#141)

Plugin

  • Enhancements
    • War file name can be overriden and configured (#134)

v0.9-RC2

03 Jul 10:07
Compare
Choose a tag to compare
v0.9-RC2 Pre-release
Pre-release
  • Play2War is available on Maven Central
  • Play2War is compatible with Play 2.1-RC2 (#122)

Core

  • Bugs
    • Fix logging issue on JBoss 7 (#101)

v0.9-RC1

03 Jul 10:07
Compare
Choose a tag to compare
v0.9-RC1 Pre-release
Pre-release
  • Play2War is compatible with Play 2.1-RC1 (#106)

Core

  • Enhancements
    • By default, hidden files and folders located in MY_PROJECT/war are now also embedded in WAR package (#114)
    • Play2War is now compatible with Play 2.1-RC1 (#106)
    • Play 2.0.x and 2.1.x can now run on Jetty 9 (tested with Jetty 9.0-M2) (#94)

v0.8.1

03 Jul 11:04
Compare
Choose a tag to compare

Core

  • Enhancements
    • Servlet 2.5 synctimeout value is now a configuration parameter (#103)
    • Query strings are now extracted from HttpServletRequest#getQueryString() instead of HttpServletRequest#getParameterMap() to be more compliant with Servlet specification (getParameterMap and getInputstream shouldn't be used together) (#104)