Releases: jooby-project/jooby
Releases Β· jooby-project/jooby
v3.5.1
jooby 3.5.0
Happy to announce a new release! π π
#3571 open-api: Allow to specify a custom openapi file
#3561 pac4j: upgrade to 6.x
Changes
Support my work
Full Changelog: v3.4.3...v3.5.0
jooby 3.4.3
Happy to announce a new release! π π
- Guice @Inject doesn't create default constructor for MVC routes in #3567
- fix misleading openapi application name by @kliushnichenko in #3560
- annotation processors order note by @kliushnichenko in #3563
Changes
Support my work
Full Changelog: v3.4.2...v3.4.3
jooby 3.4.2
Happy to announce a new release! π π
- Add
Environment
to AvajeBeanScope
by @SentryMan in #3545 - Support Problem Details for HTTP APIs RFC7807 by @kliushnichenko in #3552
Changes
Support my work
Full Changelog: v3.4.1...v3.4.2
v3.4.1
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