Releases: jooby-project/jooby
Releases Β· jooby-project/jooby
jooby 2.9.0
Happy to announce a new release! π π
Thank you @imeszaros for all the work you did in this release.
- #1968 Add Parameter Lookup
- #1955 Metrics module
- #1957 Transactional annotation for jdbc modules (hibernate, jdbi, ebean)
- #1936 DSL for inline attachment
- #1897 Jooby.start doesn't block anymore
- #1909 undertow: fix event loop execution
- #1973 pac4j: clients provisioning by dependency injection framework
- #1924 Kotlin 1.4
Changes
Donate/Support
jooby 2.8.10
Happy to announce a new release! π π
- #1843 : [mvc]: jooby-apt generates incorrect import statement for arrays
- #1855: [openapi]: OpenApi execution of openapi resulted in exception: NullPointerException
- #1866: [mvc]: jooby-apt and Lombok processing
- #1860: Support for incremental annotation processing with Gradle
- #1890: ctx.body().value() must throws a MissingValueException when empty/missing
- #1859: Null/Empty body param mapped to empty string ("")
- #1865: Null/Empty body param mapped to empty string ("")
Changes
Donate/Support
jooby 1.6.8 (maintenance release)
jooby 2.8.9
jooby 2.8.8
Happy and proud to announce a new release! π π
- #1805: [openapi] generation fails if I use java.net.URI as a query param
- #1806: [mvc]: java.util.List contains null if query param doesn't specified
- #1807: [mvc]: VerifyError after upgrading to 2.8.5 when using @FormParam MVC Annotation
- #1810: [ssl]: Mutual TLS
- #1813: [ssl]: Bug in ServerOptions.java
- #1814: [mvc]: jooby-apt generates incorrect import statement for bounded wildcards
- #1815: File upload multipart hits an error of ClassCastException while using CsrfHandler
Changes
Donate/Support
jooby 2.8.7
jooby 2.8.6
Happy and proud to announce a new release! π π
- #1771: Gzip: Set compression level
- #1774: Access to Config/Environment from ctx.require()
- #1785: Packaging documentation: https://jooby.io/packaging
- #1786: mvc: follow/respect Nonnull annotation on HTTP parameter
- #1794: openapi: ignore io.jooby.StatusCode
- #1795: openapi: support RequestBody annotation
- #1796: shutdown handler
Changes
Donate/Support
jooby 2.8.5
Happy and proud to announce the 2.8.5 release! π π
- #1737: pac4j: signed session doesn't work
- #1763: redis module https://jooby.io/modules/redis
- #1765: redis http session https://jooby.io/modules/redis
- #1745: http session time out
- #1765: caffeine http session
- #1769: openapi: support hidden annotation/attribute
- #1767: mvc/apt: invalid class name. Affects IDE integration
Changes
Donate/Support
jooby 2.8.4
jooby 2.8.3
Happy and proud to announce the 2.8.3 release! π π
-
CVE-2020-7647 for Jooby < 2.8.3. Please, review the information, including affected project versions, in the CVE reports and upgrade immediately.
-
#1701 [integration test] supports application arguments