Releases: jooby-project/jooby
Releases Β· jooby-project/jooby
v3.4.0
Happy to announce a new release! π π
- #3532 Add MvcMethod object for setMvcMethod and getMvcMethod
- #3528 camel 4: upgrade camel 3 module to 4
- #3526 jooby-apt: should NOT generate metadata for defaults annotation attributes
- #3527 jooby-apt: filter out open-api/swagger annotations as route attributes
- #3525 jooby-apt: Repeatable
@Parameter
annotation issue by @kliushnichenko - #3529 jooby-apt: turn off Route.setReturnType by default and mark as deprecated
Changes
Support my work
v3.3.1
Happy to announce a new release! π π
- #3508 Feat/jooby hibernate validator by @kliushnichenko
- #3519 Add Avaje Validator Module by @SentryMan
- #3518 Fixes case insensitive headerMap and header toMultimap bt @froque
- #3516 aws: add aws-sdk-v2 module
Changes
Support my work
jooby 3.3.0
TODO
Happy to announce a new release! π π
- #3505 jooby-run: Hot reloading not working when .class file is changed by external process
- #3507 jooby-apt: kotlin: should generates a code with !! null operator for nullable types
- #3513 handlebars: support ValueResolver at module level
- #3511 scheduler: add db-scheduler module
Changes
Support my work
jooby 3.2.9
jooby 3.2.8
Happy to announce a new release! π π
- #3492 jooby-apt: add option to remove mvcMethod and returnType from route
- #3490 kotlin: mvc: don't generate primitive types with generics type
- #3488 mvc: kotlin: generate controller don't support Nested generics return type
- #3486 reactive: Reactive types must support side-effect handlers
Changes
Support my work
v3.2.7
Happy to announce a new release! π π
- #3482 jooby-run: improve restart process (less memory/fast)
- #3483 openapi: unused path parameter produces an error
- #3484 openapi: kotlin: support kotlin anonymous object as router
- #3485 openapi: kotlin: support extension method on kooby subclass
Changes
Support my work
jooby 3.2.6
Happy to announce a new release! π π
- #3476 jooby-apt: compilation error while using generics on controller
- #3477 kotlin: Java type mismatch on @transactional during compile time
- #3479 SSE: Spec Interpretation Issue (preserve leading spaces)
Changes
Support my work
jooby 3.2.5
Happy to announce a new release! π π
- #3468 jooby-apt: must add leading slash on path pattern
- #3469: jooby-apt: generate constructors from source controllers
- #3471: undertow: multipart field may actually be a file
- #3472: mvc: Add BindParam annotation for custom parsing/mapping