Releases: jooby-project/jooby
jooby 3.5.5
Happy to announce a new release! 🚀 🎉
#3596 hibernate-validator: better support for custom ConstraintValidatorFactory
Changes
Support my work
Sponsors
Thank you.
Full Changelog: v3.5.4...v3.5.5
jooby 3.5.4
Happy to announce a new release! 🚀 🎉
#3586 Hibernate: Fix RequestSessionFactory.StatefulSessionFactory create returning null session by @JohannesBeranek
Changes
Support my work
Full Changelog: v3.5.3...v3.5.4
jooby 3.5.3
Happy to announce a new release! 🚀 🎉
#3582 MVC routes don't have custom annotations in attributes
#3580 Uncaught exceptions in io.jooby.internal.netty.NettyHandler.offer
Changes
Support my work
Full Changelog: v3.5.2...v3.5.3
jooby 3.5.2
Happy to announce a new release! 🚀 🎉
#3577 pac4j: merge org.pac4j.core.config.Config into Pac4jOptions
#3575 pac4j: openapi: lambda routes can't be hidden
#3576: default HttpActionAdapter must trigger the error handler
#3578 open-api: merge operations from template file
Changes
Support my work
Full Changelog: v3.5.1...v3.5.2
jooby 3.5.1
Happy to announce a new release! 🚀 🎉
#3574 openapi: add custom context path for redoc/swagger ui
#3572 hibernate: add StatelessSession support
Changes
Support my work
Full Changelog: v3.5.0...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