Pippo v1.6.0 Release Notes

Release Date: 2017-11-18 // over 6 years ago
  • ๐Ÿ›  Fixed

    • [#382]: Missing content type on Response for TJWS server
    • [#385]: JedisFactory not initializing redis URI
    • [#387]: Intercepted bean method public final Controller.getRequest() cannot be declared final
    • [#394]: getResponse().status(200) return 404 code
    • [#396]: ErrorHandler not properly working with Controllers and CheckedExceptions
    • [#400]: Duplicate routes being created

    ๐Ÿ”„ Changed

    โž• Added

    • ๐Ÿ”ง [#384]: Add full support to configure Undertow server
    • ๐Ÿ‘ [#388]: TemplateEngine customization and extension support
    • [#397]: Add path params in websocket uri
    • ๐Ÿ’… [#404]: Add Polish translation
    • โž• Add OPTIONS to Routing

    โœ‚ Removed