- #41 fix "IOException: mark/reset not supported" when parsing http parameters
- upgrade to guice guice:5.1.0, hibernate-core:5.6.5.Final, commons-beanutils:1.9.4 etc.
- replace log4j:1.2.17 -> reload4j:1.2.18.0
- upgrade slf4j:1.7.32 -> 1.7.33
- #36 fix annotation-based validation -- see PR #37
- #38 upgrade to EHCache 3.9.9, Eclipse compiler 3.28.0 etc
- #34 Make the
i18n
tag to work
- upgrade to Gradle 7.x (incl. declaring dependencies with
api
orcompile
) - add support for MySql 8 driver -- thanks Cies Breijs for PR #32
- #29 replace environment variables in
${...}
in application.conf -- thanks Cies Breijs for PR #31 - improve readme file -- thanks Cies Breijs for PR #30
- Deprecate Play1-style static methods
Controller.forbidden
- upgrade dependencies: Eclipse compiler 3.26.0, Groovy 3.0.8, hibernate 5.5.2, Hikari CP 4.0.3 etc.
- restore the lost dependency "shaniparser 1.4.22" (disappeared after shutting down JCentral repository)
- load liquibase*.xsd files from classpath, not from network
- ...