Skip to content

jooby 1.2.0

Compare
Choose a tag to compare
@jknack jknack released this 24 Oct 20:02
· 5002 commits to 3.x since this release

New Features:
#796: Neo4j driver
#846: jdbi3 module
#844: Node first class support

Breaking changes:
#819: favor req.file(name) over req.param(name).toUpload
#757: remove javaslang
#833: remove JavaScript/Nashorn support
#868: decouple jdbc module
#870: ebean
#871: hibernate
#872: querydsl
#873: jooq
#874: rxjdbc
#875: jdbi
#909: remove assets-react module
#910: remove hibernate 4 module

Bugs:
#860: undertow: route pipeline fails to stop when sending a large file
#877: Default behavior of Req.locale() should be Locale.lookup()
#854: Can't change default application config file name
#904: Cannot enable client certificate authentication

Enhancements:
#897: path operator
#884: jooby:run: Restart on package.json changes
#822: kotlin: annotated public API with NonNull annotation

Upgrades:
#865 logback 1.2.3
#831 Akka 2.12
#901 Kotlin 1.1.51
#903 jboss modules 1.6.1
#896 jongo 1.3.0
#908 jetty 9.4.7
#906 netty 4.1.16
#907 undertow 1.4.20
#911 jackson 2.9.2
#914 flyway 4.2.0

Full list of changes available here