Pippo v0.8.0 Release Notes

Release Date: 2016-01-29 // about 8 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ‘ป [#209]: Exception handling for requests with arrays and very large numbers
    • ๐Ÿ›  Fixed parsing of dates, times, and timestamps when parameter value is an empty string
    • ๐Ÿ›  Fixed StringIndexOutOfBoundsException in ResourceHandler
    • Gracefully handle whitespace parameter values

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade [pippo-tomcat] to Tomcat version 8.0.28
    • โฌ†๏ธ Upgrade [pippo-weld] to Weld version 2.3.1.Final
    • โฌ†๏ธ Upgrade [pippo-less4j] to Less4j version 1.15.2
    • โฌ†๏ธ Upgrade [pippo-undertow] to Undertow 1.3.15
    • ๐Ÿšš Move to Java 8
    • ๐Ÿšš Move quickstart maven archetype to Java 8
    • โฌ†๏ธ Upgrade vaadin-sass-compiler to 0.9.13
    • โฌ†๏ธ Upgrade [pippo-metrics-librato] to Librato 4.1.2.1
    • ๐Ÿ‘ [#241]: Transparently support Java 8 -parameters names for controllers

    โž• Added

    • [#228]: Versioning public resources
    • โž• Add static factory methods for GET, POST, ... in Route class
    • ๐Ÿ“ฆ [#230]: Create distribution zip file with mvn package
    • โœ… [#231]: Add [pippo-test] module
    • โž• Add DirectoryHandler for serving external directories
    • โž• Add [pippo-csv] content-type engine to easily serialize and deserialize to/from CSV

    โœ‚ Removed