jooby 1.0.0.CR8
We are proud to announce the 1.0.0.CR8 (pre-final) release of http://jooby.org
The new release comes with 14 new feature, enhancement and bug fixes
New Features
- #418: HTTP/2.0
- #448: Classpath Scanner
- #473: XSS escapers
- #463: Caffeine cache
- #456: SVG to css sprite
- #454: libsass (faster sass processor)
- #480: Tabular form post
- #488 #489: Global/local executor for deferred API
- #490: callable/completablefuture as async result types
- #492: Request access log
Enhancements
- #447: mvn jooby:run with multiple modules dependencies does not reload
- #462: named globbing using ":name" or "{name:}"
- #470: allow to customize flash cookie
- #455: HTTP body strategy
- #476: xss on template engines
- #438: Upgrade to pac4j v1.9.2
- #486: bean parser: dot notation
Bugs
- #444: POST with empty
Content-Typegenerates an error - #446: Jade engine in RC7 problem with resolving template files
- #469: redirect doesn't work if application.path is set
- #468: flash scope get lost between (sub)paths
- #452: jdbc url with parameters fails at startup time
- #467: Problems with Content-Length using Undertow or Jetty
- #466: Cookie Session - destroy() does not destroy session
- #482: Setting media type (json for eg) manually not working for certain cases.
Full list of changes is available here
Enjoy it!