Skip to content

Releases: play2war/play2-war-plugin

v0.8

03 Jul 11:03

Choose a tag to compare

Core

  • Enhancements
    • Servlet 3.0 asynctimeout value is now a configuration parameter (#81)
    • Timeout and error events with async servlet requests are now catched (#82)
    • Conflict between Play logger and JBoss is now fixed (#54)
  • Bugs
    • Ebean now works with more than one model class on JBoss 7 (#86)

Plugin

  • Bugs
    • [Servlet 2.5] web.xml namespace declaration was wrong (#97)

v0.7.4

03 Jul 11:05

Choose a tag to compare

Core

  • Bugs
    • Enumerator/iteratee are now stopped when client connection is lost (timeout, exception, ...) (#89)

v0.7.3

03 Jul 11:05

Choose a tag to compare

Core

v0.7.2

03 Jul 11:05

Choose a tag to compare

Core

  • Enhancements and bug fixes from Play HTTP core have been reported (mainly "remote address support ") (#77)
  • Bugs
    • Fix regression introduced with #72 (#78)
    • Fix OutOfMemoryError with big file uploads and timeout limit (#75)

v0.7.1

03 Jul 11:05

Choose a tag to compare

Core

  • Bugs
    • Uri should include query string, thanks to @takezoe (#72)

Plugin

  • Enhancements
    • Allow custom manifest in war/ subdirectory, thanks to @samspycher (#71)

v0.7

03 Jul 11:06

Choose a tag to compare

Core

  • Enhancements
    • Allow deployment on servlet 2.5 containers, thanks to @takezoe (#1)

Plugin

  • Enhancements
    • Allow deployment on servlet 2.5 containers, thanks to @takezoe (#1, #4 and #5)

v0.6

03 Jul 11:06

Choose a tag to compare

Core

  • Enhancements
    • Upgrade to Play 2.0.2 (#56)

Plugin

  • Enhancements
    • upgrade to Play 2.0.2 (#56)

v0.5

03 Jul 11:06

Choose a tag to compare

Core

  • Bugs
    • Multi-part forms now work with Java too (already work with Scala) (#49)
  • Enhancements
    • Debug logs of HTTP headers have been improved (#50)

Plugin

  • Bugs
    • Thanks to a better dependency configuration, WAR files are now half as big as before (#48)
  • Enhancements
    • war task as now an alias of standard package task. You can now build your war file with standard play package command (#44)
    • WAR file can now be published with play publish-local or play publish (#53)
    • Artifact names in WAR file now follow Maven standard layout: groupId.artifactId-version[-classifier].extension.

v0.4

03 Jul 11:07

Choose a tag to compare

Core

  • Play ChunkedResult are now handled. See demo.

AsyncContext timeout has been disabled (set to -1) to allow ChunkedResult use.

  • Improvements with Play SimpleResult
  • Integration tests are now running on Tomcat 7 and Jetty 8

v0.3.2

03 Jul 11:07

Choose a tag to compare

Plugin

  • Duplicated entries in WAR file