Releases: jooby-project/jooby
Releases · jooby-project/jooby
jooby 1.0.0.CR3
New features:
- #350: rxjava module
- #351: rx-jdbc module
- #352: reactor module
- #353: banner module: print asciiArt banner on startup
Enhancements:
- #355: Add start/stop event and provide access to service registry
- #356:
AssetHandleroverridden in inRequest.assets(String, AssetHandler) - #363: jooby should probably have a bom (bill of materials) pom
- #367: global route mapper
- #368: simplify Guice bindings
Bugs:
- #361: upload protected with pac4j auth error
- #364: env config file isn't found while setting the application.env via arguments
API change:
- #360: remove lifecycle methods from Managed objects and PostConstruct/Predestroy objects from Guice
- #366: Jooby.start()* throws Throwable api-change
Full change list available here
jooby 1.0.0.CR2
jooby 1.0.0.CR1
Happy to announce the release of 1.0.0.CR1!!
New features:
- Server-sent events
- Executor module
- jooby:run now compiles the source code on file changes
- Sitemap module
- route operators: with/map
- querydsl module
- initial support for gradle
- a lot of dependencies upgrade
Full change log is available here
Enjoy it!