-
Notifications
You must be signed in to change notification settings - Fork 684
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* documentation(1.4.3): add release note for 1.4.3
- Loading branch information
Showing
3 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
documentation/manual/releases/release1.4.x/releasenotes-1.4.3.textile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
h1. Play 1.4.3 -- Release notes | ||
|
||
Play 1.4.3 has been released of the 1.4.x maintenance branch. | ||
|
||
The changes in this release are listed in the "Play 1.4.3 milestone":https://play.lighthouseapp.com/projects/57987-play-framework/milestones/219451-143 on Lighthouse and "1.4.3 on github":https://github.com/playframework/play1/milestone/2?closed=1, | ||
including 27 resolved tickets. | ||
|
||
h2. What's new in Play 1.4.3 | ||
|
||
* "#2055":https://play.lighthouseapp.com/projects/57987/tickets/2055 Upgrade dependency joda-time (from 2.9.2 to 2.9.4) | ||
* "#2056":https://play.lighthouseapp.com/projects/57987/tickets/2056 Upgrade Groovy to 2.4.7 | ||
* "#986":https://github.com/playframework/play1/issues/986 Update selenium to 2.53 | ||
|
||
h2. What's fixed in Play 1.4.3 | ||
|
||
* "#2040":https://play.lighthouseapp.com/projects/57987/tickets/2040-concurrentmodificationexception-in-groovytemplatecompilerendtag ConcurrentModificationException in GroovyTemplateCompiler.endTag | ||
* "#2042":https://play.lighthouseapp.com/projects/57987/tickets/2042 Upgrade dependencies | ||
* "#2044":https://play.lighthouseapp.com/projects/57987/tickets/2044 support empty values in validation error arguments | ||
* "#2049":https://play.lighthouseapp.com/projects/57987/tickets/2049 Some resultsets are not close in Evolutions causing some leak | ||
* "#2050":https://play.lighthouseapp.com/projects/57987/tickets/2050 Update dep for netty and async-http | ||
* "#2051, #1667":https://play.lighthouseapp.com/projects/57987/tickets/2051 Avoid to call @Util and @Catch controller methods directly using a http request | ||
* "#2057":https://play.lighthouseapp.com/projects/57987/tickets/2057 Remove dependency on commons-collections | ||
* "#2052":https://play.lighthouseapp.com/projects/57987/tickets/2052 session.put() works incorrectly with null objects | ||
* "#2058":https://play.lighthouseapp.com/projects/57987/tickets/2058 KeyError: 'disable_random_jpda' in application.check_jpda | ||
* "#984":https://github.com/playframework/play1/issues/984 Play framework should log every time when application restart happens (in dev mode) | ||
* "#982":https://github.com/playframework/play1/issues/982 `play build-module` command should exit with error code if build failed | ||
* fix UnexpectedException.getErrorDescription(): write error message in any case | ||
* "#2059":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2059 Rework place of release note of documentation | ||
* Upgrade Apache Ant 1.9.6 -> 1.9.7 | ||
* "#987":https://github.com/playframework/play1/pull/987 Don't swallow exceptions in binder | ||
* "#2048":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2048 upgrade to cglib 3.2.2 | ||
* "#2053":https://play.lighthouseapp.com/projects/57987-play-framework/tickets/2053 flash method should handle value as a key message | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters