Skip to content

v5.0.0

Compare
Choose a tag to compare
@colesico colesico released this 05 Oct 11:50
· 85 commits to master since this release

JDK version at least 17

SQL Bundle

  • jdbi module excluded

HikariCP Module

  • By default HikariDataSource acts as a default data source when including HikariCP module. To prevent this use HikariCPConditions

HTTP Module

  • HTTP Cookie API changed. Cookie Factory introduced

IoC Module

  • Codegen assist model changed

JDBC Module

  • By default JdbcTransactionalShell acts as a default tx shell when including JDBC module. To prevent this use JdbcConditions
  • Default connection is obtaining from JDBC tx shell. To prevent this use JdbcConditions

JDBI Module

  • By default JdbiTransactionalShell acts as a default tx shell when including JDBI module. To prevent this use JdbiConditions
  • Default connection is obtaining from JDBI tx shell. To prevent this use JdbiConditions

Restlet Module

  • Tele-API changed
  • Restlet Object Reader removed (use Compound annotation instead)

Router Module

  • Compound annotation support added

Service Module

  • Compound annotation support added
  • LocalField annotation support added

TeleHTTP Module

  • ObjectReader removed (replaced with Compound annotation support)

Undertow module

  • Internal implementation changed (CookieFactory support added, etc.)

Weblet Module

  • Origin bugfixes
  • WebletObjectReader removed (replaced with Compound)