Skip to content

jooby 1.0.0.CR8

Choose a tag to compare

@jknack jknack released this 05 Oct 14:58
· 6414 commits to main since this release

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

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-Type generates 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!