- Upgraded dependencies (Coroutines 1.7.1, Serialization 1.5.1, Bootstrap 5.3.0, Spring Boot 3.1.0, Ktor 2.3.1, Javalin 5.5.0, Vert.x 4.4.2, Micronaut 3.9.2, Jooby 3.0.0.M9, Guice 7.0.0, Koin 3.4.1, jackson-module-kotlin 2.15.2, kotlin-wrappers 556, Ballast 3.0.1, Gradle 8.1.1, npm-publish 3.3.1, Kotest 5.6.2, Imask 6.6.2, Leaflet 1.9.4, Tabulator 5.5.0, Trix 2.0.5, Electron 25.0.1, and some other NPM dependencies)
- Support Bootstrap dark theme with new
ThemeManagerandThemeSwitchercomponents
Notes:
- Guice was upgraded to 7.0.0 and you need to replace your
javax.injectimports with newjakarta.injectnamespace when using Guice with Javalin, Jooby, Ktor or Vert.x. See: https://github.com/google/guice/wiki/Guice700#jee-jakarta-transition - Because of upgraded dependencies we are now using milestone release of Jooby 3 (M9). Please report if you encounter any issues.