From a0b604fe29675f5df15b6d41810eb1ca6b654791 Mon Sep 17 00:00:00 2001 From: Alexandre Chatiron Date: Mon, 29 Oct 2018 08:18:45 +0100 Subject: [PATCH] [#1270] doc(release): add documentation for play 1.5.2 --- documentation/manual/home.textile | 4 +++ .../release1.5.x/releasenotes-1.5.2.textile | 36 +++++++++++++++++++ .../manual/releases/releases.textile | 1 + 3 files changed, 41 insertions(+) create mode 100644 documentation/manual/releases/release1.5.x/releasenotes-1.5.2.textile diff --git a/documentation/manual/home.textile b/documentation/manual/home.textile index 28dc329e3f..f913957fff 100644 --- a/documentation/manual/home.textile +++ b/documentation/manual/home.textile @@ -189,6 +189,10 @@ h2. Version notes New versions of Play include certain changes. Check older release notes for: # "About Play releases":releases/releases +# "Play 1.5.2":releases/release1.5.x/releasenotes-1.5.2 +# "Play 1.5.1":releases/release1.5.x/releasenotes-1.5.1 +# "Play 1.5.0":releases/release1.5.x/releasenotes-1.5.0 +# "Play 1.4.5":releases/release1.4.x/releasenotes-1.4.5 # "Play 1.4.4":releases/release1.4.x/releasenotes-1.4.4 # "Play 1.4.3":releases/release1.4.x/releasenotes-1.4.3 # "Play 1.4.2":releases/release1.4.x/releasenotes-1.4.2 diff --git a/documentation/manual/releases/release1.5.x/releasenotes-1.5.2.textile b/documentation/manual/releases/release1.5.x/releasenotes-1.5.2.textile new file mode 100644 index 0000000000..700bb06fa5 --- /dev/null +++ b/documentation/manual/releases/release1.5.x/releasenotes-1.5.2.textile @@ -0,0 +1,36 @@ +# Play 1.5.2 -- Release notes + +Play 1.5.2 has been released of the master branch. + +The changes in this release are listed in the "Play 1.5.2 milestone":https://play.lighthouseapp.com/projects/57987-play-framework/milestones/_XXXXX on Lighthouse and "1.5.2 on github":https://github.com/playframework/play1/milestone/3515721 including 24 resolved tickets. + + +## What's new in Play 1.5.2 + +* "#1239":https://github.com/playframework/play1/issues/1239 : Feature/make play stop wait for java process to finish +* "#1242":https://github.com/playframework/play1/issues/1242 : Add support for navigating XML with namespaces. +* "#1250":https://github.com/playframework/play1/issues/1250 : dependencies upgrade +* "#1252":https://github.com/playframework/play1/issues/1252 : Update Play source for build compability with JDK9+ +* "#1259":https://github.com/playframework/play1/issues/1259 : [#1849] restore checks in TransactionalJPATest that were accidentally deleted in PR 1246 +* "#1260":https://github.com/playframework/play1/issues/1260 : [#1252] revert back method to static. Fix calls to deprecated '_' met… +* "#1266":https://github.com/playframework/play1/issues/1266 : sample upgrade for issue #1263 +* "#1269":https://github.com/playframework/play1/issues/1269 : Add BigInteger binding + +## What's fixed in Play 1.5.2 + +* "#1198":https://github.com/playframework/play1/issues/1198 : 1197 support non-static dependencies +* "#1204":https://github.com/playframework/play1/issues/1204 : allow adding multiple files to "play.plugins.descriptor" +* "#1212":https://github.com/playframework/play1/issues/1212 : Wrong request-body decoding for content-type "application/x-www-form-urlencoded" +* "#1213":https://github.com/playframework/play1/issues/1213 : [#1212] Fix non-Latin characters decode in UrlEncodedParser +* "#1217":https://github.com/playframework/play1/issues/1217 : [play 1.5] documentation is missing +* "#1230":https://github.com/playframework/play1/issues/1230 : [#2170] Action context access from error templates +* "#1241":https://github.com/playframework/play1/issues/1241 : [#2086] Fix race in Promise.onRedeem() that called "callback" twice +* "#1245":https://github.com/playframework/play1/issues/1245 : fix(tests): issue #1200, added testing compatibility for jdk9+ +* "#1246":https://github.com/playframework/play1/issues/1246 : [#1849] Exceptions from controllers are not detected in FunctionalTests +* "#1247":https://github.com/playframework/play1/issues/1247 : upgraded javassist to 3.23.1-GA to suppress warning with JDK9+ +* "#1248":https://github.com/playframework/play1/issues/1248 : Additions for PR https://github.com/playframework/play1/pull/1246 +* "#1254":https://github.com/playframework/play1/issues/1254 : #1250 dependencies upgrade +* "#1255":https://github.com/playframework/play1/issues/1255 : fix(tests): issue #1200, added testing compatibility for jdk9+ +* "#1256":https://github.com/playframework/play1/issues/1256 : [#1245] Fix public/protected testing with Javassist, by removing the workaround that was fixed in latest version of javassist +* "#1257":https://github.com/playframework/play1/issues/1257 : [#1239] make play stop wait for java process to finish +* "#1258":https://github.com/playframework/play1/issues/1258 : [#1849] Give tests more fine grained control over what exceptions they expect diff --git a/documentation/manual/releases/releases.textile b/documentation/manual/releases/releases.textile index 7dfdc5d5de..488f2c6b28 100644 --- a/documentation/manual/releases/releases.textile +++ b/documentation/manual/releases/releases.textile @@ -4,6 +4,7 @@ You can download Play releases "here":https://www.playframework.com/download. Ea h2. Play 1.5.x +# "Play 1.5.2":release1.5.x/releasenotes-1.5.2 # "Play 1.5.1":release1.5.x/releasenotes-1.5.1 # "Play 1.5.0":release1.5.x/releasenotes-1.5.0