Release 4.0.0 Beta 1
Pre-release
Pre-release
seancorfield
released this
11 Jul 19:36
·
208 commits
to develop
since this release
Changes since Alpha 1:
- #427 Improve support for Clojure Controllers (incl.
before()
/after()
) - #429 Remove unnecessary calls to
expandPath()
- #434 Add
getRoutePath()
- #439 Add FW/1 facade (primarily to support ORM-based usage of bean factories)
- #440 Improve thread safety on reload (so
reloadApplicationOnEveryRequest
should be thread safe now) - #441 Support URL-encoded form data (for POST / PUT) when
enableJSONPOST
istrue
Note: enableJSONPOST
is misnamed now and will probably change before release.