Pippo v1.13.0 Release Notes

Release Date: 2020-05-29 // almost 4 years ago
  • 🛠 Fixed

    • [#457]: Closing the writer will close the stream as well
    • [#496]: Do not call channel.resumeReceives() until handler.onOpen() called
    • [#528]: NPE when use the route function in Pebble
    • [#522]: CryptoUtils.hmacDigest unsafe with non-ascii inputs
    • [#523]: Fix Character Encoding/Content-Length Bug in Response.commit(CharSequence)
    • 📦 [#530]: Controllers are not being located in subpackages/addControllers
    • [#542]: Close gzipOutputStream after the usage
    • [#544]: Handle non-empty Path and empty method path

    🔄 Changed

    • ⚡️ [#491]: Update Undertow to 1.4.27.Final
    • ⚡️ [#492]: Update Tomcat to 8.5.38
    • ⚡️ [#494]: Update Jetty to 9.4.14.v20181114
    • ⬆️ [#510]: Upgrade FastJSON to 1.2.57
    • [#532]: Improved FileItemExtractor
    • [#535]: ContentTypeEngine improvement
    • [#538]: Make PippoFilter.createApplication protected
    • ⚡️ [#539]: Update JUnit to 4.13

    ➕ Added

    • 🏗 [#499]: Feature/java 11 build

    ✂ Removed