Finatra 2.13.0
kevinoliver
released this
06 Sep 22:02
·
1126 commits
to develop
since this release
Added
- inject-server: Add ability to fail embedded server startup on lint rule violation.
There is now a flag in the embedded servers that when set to true will fail
server startup if a lint rule violation is detected. This will then fail
the running test.PHAB_ID=D82399
Changed
-
finatra-http: No longer depend on bijection-util.
PHAB_ID=D86640
-
finatra-jackson: Deprecate c.t.finatra.json.utils.CamelCasePropertyNamingStrategy.
This object was created to reduce ambiguity with previous releases of Jackson in which
the default PropertyNamingStrategy was an abstract class with a default of camel case.
Users are encouraged to use the Jackson PropertyNamingStrategy
constants directly.PHAB_ID=D81707