Skip to content

jooby 1.0.0.CR4

Choose a tag to compare

@jknack jknack released this 13 Jun 12:44
· 6520 commits to main since this release

New Features:

Enhancements:

  • 376: Multiple filters for interceptors
  • 380: complement on("env" ...) callback with an orElse option
  • 382: err handler on specific exception/code
  • 398: add source information to route

Bugs:

  • 390: assets maven plugin is broken
  • 391: closure compiler attempt to process .css files (not .js)
  • 400: Used the PebbleEngine#cacheActive method to enable/disable caches
  • 401: jdbi in clause doesn't work if there is any post named param

API change:

  • 385: rename Routes.mapper() to Routes.map()
  • 394: dependency scope of asset processor must be: provided (not test)

Full change list available here

We expect one more candidate release and go with the first stable release: 1.0.0!!!