Hi All,
Happy and proud to announce the 2.0.0 release! 🚀 🎉
It had been a long path to get it out, but it is finally here. Jooby 2.x keep the same principles: simplicity, performance and most important developer productivity. Even more you will find 2.x more simple and performant than 1.x.
It is a major and non-backward compatible release and there isn't migration guide yet. Most of the modules of 1.x were dropped, we are going to add new modules on demand based on user feedback/requirements.
The OpenAPI/Swagger module going to be added in the 2.1.0 release
Key Features
- Fast startup time
- Hot-Reload for development (Save + Compile + Restart)
- Script/lambda routes
- MVC/JAX-RS routes
- Event Loop and blocking execution modes
- Reactive responses (Completable Futures, RxJava and Reactor types and Kotlin Coroutines)
- Multi-server: Jetty, Netty and Undertow
Modules
- Hikari
- Flyway
- Jdbi
- Hibernate
Dependency Injection Modules
That's all for now, let me know if you have questions.