Finatra v2.13.0 Release Notes

  • โž• 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

    ๐Ÿ›  Fixed

    
    Closed