Skip to content

Commit

Permalink
Merge pull request #1305 from xael-fry/Play_1.5.3_documentation
Browse files Browse the repository at this point in the history
documentation(1.5.3): add Play 1.5.3 documentation
  • Loading branch information
xael-fry committed Apr 8, 2019
2 parents e9d5c40 + bfe6f9a commit c95069e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
h1. Play 1.4.6 -- Release notes

Play 1.4.6 has been released of the 1.4.x maintenance branch.
The changes in this release are listed in the "Play 1.4.6 milestone":https://play.lighthouseapp.com/projects/57987-play-framework/milestones/237004-146 on Lighthouse and "1.4.6 on github":https://github.com/playframework/play1/milestone/9 including 1 resolved tickets.


h2. What's fixed in Play 1.4.6

* "#1300:https://github.com/playframework/play1/issues/1300 : Define allowed methods used in 'X-HTTP-Method-Override
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Play 1.5.3 -- Release notes

Play 1.5.3 has been released of the master branch.

The changes in this release are listed in the "Play 1.5.3 milestone":https://play.lighthouseapp.com/projects/57987-play-framework/milestones/237003-153 on Lighthouse and "1.5.3 on github":https://github.com/playframework/play1/milestone/8?closed=1 including 16 resolved tickets.


## What's new in Play 1.5.3

* "#1279":https://github.com/playframework/play1/issues/1279 : [#1262] Allow to override default fast tags with empty namespace
* "#1290":https://github.com/playframework/play1/issues/1290 : hibernate 5.4 update
* "#1292":https://github.com/playframework/play1/issues/1292 : Java 11 (JDT update)
* "#1293":https://github.com/playframework/play1/issues/1293 : HikariCP: config property for init connection sql added

## What's fixed in Play 1.5.3

* "#1156":https://github.com/playframework/play1/issues/1156 : [#2128] feature: help for module commands
* "#1221":https://github.com/playframework/play1/issues/1221 : [#2155] Silent or suppressed errors in unittest PluginCollectionTest#skipsDuplicatePlugins
* "#1222":https://github.com/playframework/play1/issues/1222 : [#2155] Silent or suppressed errors in unittest PluginCollectionTest#skipsDuplicatePlugins
* "#1262":https://github.com/playframework/play1/issues/1262 : Play1.4.3 and newer not allow to override default FastTag.class (empty namespace) using @FastTags.Namespace("")
* "#1281":https://github.com/playframework/play1/issues/1281 : Lighthouse#2273: Stop Fixtures attempting to set static (Map) fields
* "#1287":https://github.com/playframework/play1/issues/1287 : Fix JPA version to match what Hibernate 5.3+ supports.
* "#1294":https://github.com/playframework/play1/issues/1294 : Does not make sense to default MySQL character set and collation properties on connection URL
* "#1295":https://github.com/playframework/play1/issues/1295 : Remove MySQL connection charset property defaults
* "#1298":https://github.com/playframework/play1/issues/1298 : SslHttpServerContextFactory does not support private key only PEM content
* "#1299":https://github.com/playframework/play1/issues/1299 : #1298: Handle only private key info from PEM
* "#1300":https://github.com/playframework/play1/issues/1300 : Define allowed methods used in 'X-HTTP-Method-Override'
* "#1301":https://github.com/playframework/play1/issues/1301 : [#1300] feat: Define allowed methods used in 'X-HTTP-Method-Override'
* "#2128":https://play.lighthouseapp.com/projects/57987/tickets/2128 : help for module comannds like for core commands no tags
* "#2155":https://play.lighthouseapp.com/projects/57987/tickets/2155 : Silent or suppressed errors in unittest PluginCollectionTest#skipsDuplicatePlugins unittes
3 changes: 3 additions & 0 deletions documentation/manual/releases/releases.textile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ You can download Play releases "here":https://www.playframework.com/download. Ea

h2. Play 1.5.x

# "Play 1.5.3":release1.5.x/releasenotes-1.5.3
# "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

h2. Play 1.4.x

# "Play 1.4.6":release1.4.x/releasenotes-1.4.6
# "Play 1.4.5":release1.4.x/releasenotes-1.4.5
# "Play 1.4.4":release1.4.x/releasenotes-1.4.4
# "Play 1.4.3":release1.4.x/releasenotes-1.4.3
# "Play 1.4.2":release1.4.x/releasenotes-1.4.2
Expand Down

0 comments on commit c95069e

Please sign in to comment.