Skip to content

1.5.3

Compare
Choose a tag to compare
@xael-fry xael-fry released this 08 Apr 11:16
· 277 commits to master since this release
c95069e

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 on Lighthouse and 1.5.3 on github including 16 resolved tickets.

What's new in Play 1.5.3

  • #1279: [#1262] Allow to override default fast tags with empty namespace
  • #1290: hibernate 5.4 update
  • #1292: Java 11 (JDT update)
  • #1293: HikariCP: config property for init connection sql added

What's fixed in Play 1.5.3

  • #1156: [#2128] feature: help for module commands
  • #1221: [#2155] Silent or suppressed errors in unittest PluginCollectionTest#skipsDuplicatePlugins
  • #1222: [#2155] Silent or suppressed errors in unittest PluginCollectionTest#skipsDuplicatePlugins
  • #1262: Play1.4.3 and newer not allow to override default FastTag.class (empty namespace) using @FastTags.Namespace("")
  • #1281: Lighthouse#2273: Stop Fixtures attempting to set static (Map) fields
  • #1287: Fix JPA version to match what Hibernate 5.3+ supports.
  • #1294: Does not make sense to default MySQL character set and collation properties on connection URL
  • #1295: Remove MySQL connection charset property defaults
  • #1298: SslHttpServerContextFactory does not support private key only PEM content
  • #1299: #1298: Handle only private key info from PEM
  • #1300: Define allowed methods used in 'X-HTTP-Method-Override'
  • #1301: [#1300] feat: Define allowed methods used in 'X-HTTP-Method-Override'
  • #2128 : help for module commands like for core commands no tags
  • #2155 : Silent or suppressed errors in unittest PluginCollectionTest#skipsDuplicatePlugins unittes