jooby v2.0.0 Release Notes

Release Date: 2019-07-03 // almost 5 years ago
  • 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 jooby 2.x web site is available at: https://jooby.io, while the 1.x still is at https://jooby.org. The 1.x site is planned to be moved into https://jooby.io/v1 in the next week.

    ๐Ÿš€ 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

    • Guice
    • Spring
    • Weld

    That's all for now, let me know if you have questions.