Skip to content

Commit ca9533d

Browse files
xael-frymarcospereira
authored andcommitted
Add Play1 v1.5.2 release (#232)
1 parent 11a37fd commit ca9533d

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

conf/playReleases.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,12 @@
207207
"version": "2.5.0",
208208
"date": "Mar 4 2016"
209209
},
210+
{
211+
"version": "1.5.2",
212+
"url": "http://downloads.typesafe.com/play/1.5.2/play-1.5.2.zip",
213+
"date": "Oct 30 2018",
214+
"size": "79M"
215+
},
210216
{
211217
"version": "1.5.1",
212218
"url": "http://downloads.typesafe.com/play/1.5.1/play-1.5.1.zip",

public/markdown/changelog.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,40 @@ A complete list of what was fixed for 2.2.2 can be found on [Github](https://git
10841084
* Removed circular dependencies in dev mode ClassLoaders
10851085

10861086

1087+
## Play 1.5.2
1088+
1089+
*Released 30 october 2018*
1090+
1091+
1092+
* [#1239](https://github.com/playframework/play1/issues/1239): Feature/make play stop wait for java process to finish
1093+
* [#1242](https://github.com/playframework/play1/issues/1242): Add support for navigating XML with namespaces.
1094+
* [#1250](https://github.com/playframework/play1/issues/1250): dependencies upgrade
1095+
* [#1252](https://github.com/playframework/play1/issues/1252): Update Play source for build compability with JDK9+
1096+
* [#1259](https://github.com/playframework/play1/issues/1259): [#1849] restore checks in TransactionalJPATest that were accidentally deleted in PR 1246
1097+
* [#1260](https://github.com/playframework/play1/issues/1260): [#1252] revert back method to static. Fix calls to deprecated '_' metō
1098+
* [#1263](https://github.com/playframework/play1/issues/1263): upgrade hibernate to 5.3.x
1099+
* [#1266](https://github.com/playframework/play1/issues/1266): sample upgrade for issue #1263
1100+
* [#1269](https://github.com/playframework/play1/issues/1269): Add BigInteger binding
1101+
* [#1198](https://github.com/playframework/play1/issues/1198): 1197 support non-static dependencies
1102+
* [#1204](https://github.com/playframework/play1/issues/1204): allow adding multiple files to "play.plugins.descriptor"
1103+
* [#1212](https://github.com/playframework/play1/issues/1212): Wrong request-body decoding for content-type "application/x-www-form-urlencoded"
1104+
* [#1213](https://github.com/playframework/play1/issues/1213): [#1212] Fix non-Latin characters decode in UrlEncodedParser
1105+
* [#1217](https://github.com/playframework/play1/issues/1217): [play 1.5] documentation is missing
1106+
* [#1230](https://github.com/playframework/play1/issues/1230): [#2170] Action context access from error templates
1107+
* [#1241](https://github.com/playframework/play1/issues/1241): [#2086] Fix race in Promise.onRedeem() that called "callback" twice
1108+
* [#1245](https://github.com/playframework/play1/issues/1245): fix(tests): issue #1200, added testing compatibility for jdk9+
1109+
* [#1246](https://github.com/playframework/play1/issues/1246): [#1849] Exceptions from controllers are not detected in FunctionalTests
1110+
* [#1247](https://github.com/playframework/play1/issues/1247): upgraded javassist to 3.23.1-GA to suppress warning with JDK9+
1111+
* [#1248](https://github.com/playframework/play1/issues/1248): Additions for PR https://github.com/playframework/play1/pull/1246
1112+
* [#1254](https://github.com/playframework/play1/issues/1254): #1250 dependencies upgrade
1113+
* [#1255](https://github.com/playframework/play1/issues/1255): fix(tests): issue #1200, added testing compatibility for jdk9+
1114+
* [#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
1115+
* [#1257](https://github.com/playframework/play1/issues/1257): [#1239] make play stop wait for java process to finish
1116+
* [#1258](https://github.com/playframework/play1/issues/1258): [#1849] Give tests more fine grained control over what exceptions they expect
1117+
* [#1270](https://github.com/playframework/play1/issues/1270): Release of 1.5.2 ?
1118+
* [#1275](https://github.com/playframework/play1/issues/1275): [#1270] doc(release): add documentation for play 1.5.2
1119+
1120+
10871121
## Play 1.5.1
10881122

10891123
*Released 17 july 2018*

0 commit comments

Comments
 (0)