Skip to content

Releases: jooby-project/jooby

jooby 1.0.0.CR7

04 Aug 02:29
Compare
Choose a tag to compare

New Features

Enhancements

  • #429: jdbc settings programmatically
  • #441: allow to set port, lang, charset, dateFormat... programmatically
  • #423: after/complete handler must work when going async
  • more/better gradle support
  • latest netty/undertow and jetty

Bugs

  • #431: Empty parameters are treated as missing
  • #437: revert: unify absent of HTTP parameter and empty strings

Break

  • #424: rename jooby-hbm module to jooby-hbm4
  • #442: change default date format to dd-MMM-yyyy

Full change list available here

Enjoy it!!!

jooby 1.0.0.CR6

04 Jul 03:19
Compare
Choose a tag to compare

New Features

Enhancements

  • #405: jooby:run maven plugin shouldn't fork to a new JVM
  • #407: unify absent of HTTP parameter and empty strings
  • #408: bean parser: support null values
  • #409: make enum parser case-insensitive

Bugs

  • #396: undertow server doesn't work with jooby:run
  • #406: jooby:run maven plugin doesn't work with javascript app

Full change list available here

Enjoy it!

jooby 1.0.0.CR5

16 Jun 03:13
Compare
Choose a tag to compare

Bugs:

  • #402: whoops fail with a classnotfound error

Enhancement

  • #403: wrong doc for asset props processor
  • #404: update asset live compiler to use whoops #404

jooby 1.0.0.CR4

13 Jun 12:44
Compare
Choose a tag to compare

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

jooby 1.0.0.CR3

09 May 00:42
Compare
Choose a tag to compare

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

jooby 1.0.0.CR2

13 Apr 01:19
Compare
Choose a tag to compare
  • Minor bug fix for jooby:run #358
  • Netty upgrade to latest 4.1.x #357

jooby 1.0.0.CR1

10 Apr 15:16
Compare
Choose a tag to compare

Happy to announce the release of 1.0.0.CR1!!

New features:

Full change log is available here

Enjoy it!

v0.5.0

07 Apr 03:19
Compare
Choose a tag to compare