Skip to content

Commit 42baef5

Browse files
committed
Add Play1 v1.6.0 release
change path for release 1.6.0
1 parent b83eccd commit 42baef5

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

conf/playReleases.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,12 @@
287287
"version": "2.5.0",
288288
"date": "Mar 4 2016"
289289
},
290+
{
291+
"version": "1.6.0",
292+
"url": "https://github.com/playframework/play1/releases/download/1.6.0/play-1.6.0.zip",
293+
"date": "Mar 15 2021",
294+
"size": "101M"
295+
},
290296
{
291297
"version": "1.5.3",
292298
"url": "http://downloads.typesafe.com/play/1.5.3/play-1.5.3.zip",

public/markdown/changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,6 +1248,35 @@ A complete list of what was fixed for 2.2.2 can be found on [GitHub](https://git
12481248
* Stopped plugins in reverse order to started
12491249
* Removed circular dependencies in dev mode ClassLoaders
12501250

1251+
1252+
## Play 1.6.0
1253+
1254+
*Released 15 March 2021*
1255+
1256+
1257+
* [#1308](https://github.com/playframework/play1/issues/1308): Adds exit codes to play deps command
1258+
* [#1313](https://github.com/playframework/play1/issues/1313): #1313 upgrade deprecated MySQL driver
1259+
* [#1314](https://github.com/playframework/play1/issues/1314): #1313 upgrade deprecated MySQL driver
1260+
* [#1320](https://github.com/playframework/play1/issues/1320): * Java8 Date/Time Binder Support
1261+
* [#1181](https://github.com/playframework/play1/issues/1181): Avoid restoring of flash and session multiple times per request
1262+
* [#1297](https://github.com/playframework/play1/issues/1297): Custom SessionStore throws ClassNotFoundException
1263+
* [#1306](https://github.com/playframework/play1/issues/1306): update document url
1264+
* [#1309](https://github.com/playframework/play1/issues/1309): Upgrade java mail and commons email
1265+
* [#1310](https://github.com/playframework/play1/issues/1310): #1309: Upgrade java mail and commons email
1266+
* [#1311](https://github.com/playframework/play1/issues/1311): #1297 load session store using Play.classloader
1267+
* [#1312](https://github.com/playframework/play1/issues/1312): [#1312] stylesheet.tag missing trailing slash in documentation
1268+
* [#1317](https://github.com/playframework/play1/issues/1317): [#1316] Replace coma with comma
1269+
* [#1322](https://github.com/playframework/play1/issues/1322): [#4098] Make "play javadoc" fail if javadoc fails
1270+
* [#1324](https://github.com/playframework/play1/issues/1324): JDK 13/14 support
1271+
* [#1325](https://github.com/playframework/play1/issues/1325): JDK 13 support
1272+
* [#1327](https://github.com/playframework/play1/issues/1327): [#1935] Don't create CPU*2 "New I/O worker" threads for unused ports
1273+
* [#1332](https://github.com/playframework/play1/issues/1332): Compatibility with JDK 13 and 14
1274+
* [#1338](https://github.com/playframework/play1/issues/1338): Update to latest Eclipse JDT Core v3.23 to enable JDK 14 source
1275+
* [#1339](https://github.com/playframework/play1/issues/1339): Bump junit from 4.11 to 4.13.1 in /samples-and-tests/customJars/example
1276+
* [#1340](https://github.com/playframework/play1/issues/1340): Update junit dependencies
1277+
* [#1341](https://github.com/playframework/play1/issues/1341): [31340] update jnit form 4.11 to 4.13.1
1278+
1279+
12511280
## Play 1.5.3
12521281

12531282
*Released 8 April 2019*

0 commit comments

Comments
 (0)