Skip to content

Commit

Permalink
Merge pull request #1348 from xael-fry/prepare_release1.6.0
Browse files Browse the repository at this point in the history
Prepare release 1.6.0
  • Loading branch information
xael-fry committed Mar 15, 2021
2 parents f818294 + 0bf2454 commit b92b130
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions documentation/manual/home.textile
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ 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.6.0":releases/release1.6.x/releasenotes-1.6.0
# "Play 1.5.3":releases/release1.5.x/releasenotes-1.5.3
# "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
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Play 1.6.0 -- Release notes

Play 1.6.0 has been released of the master branch.

The changes in this release are listed in the "Play 1.6.0 milestone":https://play.lighthouseapp.com/projects/57987-play-framework/milestones/_XXXXX on Lighthouse and "1.6.0 on github":https://github.com/playframework/play1/milestone/4209833 including 21 resolved tickets.


## What's new in Play 1.6.0

* "#1308":https://github.com/playframework/play1/issues/1308 : Adds exit codes to play deps command
* "#1313":https://github.com/playframework/play1/issues/1313 : #1313 upgrade deprecated MySQL driver
* "#1314":https://github.com/playframework/play1/issues/1314 : #1313 upgrade deprecated MySQL driver
* "#1320":https://github.com/playframework/play1/issues/1320 : * Java8 Date/Time Binder Support
* "#1324":https://github.com/playframework/play1/issues/1324 : JDK 13/14 support
* "#1325":https://github.com/playframework/play1/issues/1325 : JDK 13 support

## What's fixed in Play 1.6.0

* "#1181":https://github.com/playframework/play1/issues/1181 : Avoid restoring of flash and session multiple times per request
* "#1297":https://github.com/playframework/play1/issues/1297 : Custom SessionStore throws ClassNotFoundException
* "#1306":https://github.com/playframework/play1/issues/1306 : update document url
* "#1309":https://github.com/playframework/play1/issues/1309 : Upgrade java mail and commons email
* "#1310":https://github.com/playframework/play1/issues/1310 : #1309: Upgrade java mail and commons email
* "#1311":https://github.com/playframework/play1/issues/1311 : #1297 load session store using Play.classloader
* "#1312":https://github.com/playframework/play1/issues/1312 : [#1312] stylesheet.tag missing trailing slash in documentation
* "#1317":https://github.com/playframework/play1/issues/1317 : [#1316] Replace coma with comma
* "#1322":https://github.com/playframework/play1/issues/1322 : [#4098] Make "play javadoc" fail if javadoc fails
* "#1327":https://github.com/playframework/play1/issues/1327 : [#1935] Don't create CPU*2 "New I/O worker" threads for unused ports
* "#1332":https://github.com/playframework/play1/issues/1332 : Compatibility with JDK 13 and 14
* "#1338":https://github.com/playframework/play1/issues/1338 : Update to latest Eclipse JDT Core v3.23 to enable JDK 14 source
* "#1339":https://github.com/playframework/play1/issues/1339 : Bump junit from 4.11 to 4.13.1 in /samples-and-tests/customJars/example
* "#1340":https://github.com/playframework/play1/issues/1340 : Update junit dependencies
* "#1341":https://github.com/playframework/play1/issues/1341 : [31340] update jnit form 4.11 to 4.13.1
4 changes: 4 additions & 0 deletions documentation/manual/releases/releases.textile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ h1. About Play releases

You can download Play releases "here":https://www.playframework.com/download. Each release has a Migration Guide that explains how to upgrade from the previous release.

h2. Play 1.6.x

# "Play 1.6.0":release1.6.x/releasenotes-1.6.0

h2. Play 1.5.x

# "Play 1.5.3":release1.5.x/releasenotes-1.5.3
Expand Down

3 comments on commit b92b130

@tomparle
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @xael-fry !
Merci pour la la nouvelle version :-)

@renutz
Copy link

@renutz renutz commented on b92b130 Mar 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job!

@tazmaniax
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xael-fry thx!

Please sign in to comment.