Skip to content

jooby 1.0.0.CR3

Choose a tag to compare

@jknack jknack released this 09 May 00:42
· 6164 commits to main since this release

New features:

Enhancements:

  • #355: Add start/stop event and provide access to service registry
  • #356: AssetHandler overridden in in Request.assets(String, AssetHandler)
  • #363: jooby should probably have a bom (bill of materials) pom
  • #367: global route mapper
  • #368: simplify Guice bindings

Bugs:

  • #361: upload protected with pac4j auth error
  • #364: env config file isn't found while setting the application.env via arguments

API change:

  • #360: remove lifecycle methods from Managed objects and PostConstruct/Predestroy objects from Guice
  • #366: Jooby.start()* throws Throwable api-change

Full change list available here