Releases: jooby-project/jooby
Releases Β· jooby-project/jooby
jooby 2.9.5
jooby 2.9.4
Happy to announce a new release! π π
- #2133 New Feature: Jooby full composition: https://jooby.io/#router-composing-install
- #2127 Jasypt module: https://jooby.io/modules/jasypt/
Changes
Donate/Support
Contributors
jooby 2.9.3
Happy to announce a new release! π π
- #1965 kafka module: https://jooby.io/modules/kafka/
- #2107 Add StartupException
- #2101: Add buffer to Rocker template engine
- #2077: SSL: configure protocol
Changes
Donate/Support
Contributors
jooby 2.9.2
Happy to announce a new release! π π
- #2054 undertow: Fix exception thrown at startup
- #1881 config: stackoverflow when OS has lot of environment variables
- #2068: bean converter: favor empty constructor when there are multiple constructors
- #2069: bean converter: support
java.util.Collectionwhile provisioning parameter - #2046: openapi: api doc generator doesn't respect
mount()construction
Changes
Donate/Support
Contributors
jooby 2.9.1
Happy to announce a new release! π π
- #1995 Fix for double urldecoding with Formdata/Multipart
- #1990 pac4j: URL resolver doesn't work with null context
- #1999 OpenAPI generator now supports routes() and Kotlin objects
- #1998 Chrome cookie SameSite issue
- #1972 pac4j-module: Can't apply a client directly to a POST route?
- #2026 hibernate/mvc: package scanner report bad byte code while processing generated byte code
Changes
Donate/Support
Contributors
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