Skip to content

Commit

Permalink
Merge pull request #1275 from xael-fry/1270_play_release_1.5.2
Browse files Browse the repository at this point in the history
[#1270] doc(release): add documentation for play 1.5.2
  • Loading branch information
xael-fry committed Oct 29, 2018
2 parents 923f091 + a0b604f commit a731944
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
4 changes: 4 additions & 0 deletions documentation/manual/home.textile
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ h2. <a name="versionnotes">Version notes</a>
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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions documentation/manual/releases/releases.textile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a731944

Please sign in to comment.