Skip to content

v2.8.0

Latest

Choose a tag to compare

@tomix26 tomix26 released this 12 Mar 12:50
· 4 commits to master since this release
a2748e6

Changes:

  • Added optimized processing of Spring Boot's SQL initialization via spring.sql.init properties (#331)
  • Fixed compatibility with Spring Boot 4 when using Flyway or Liquibase properties (#319)
    • Spring Boot 4 relocated configuration properties classes, preventing the library from overriding connection settings
  • Fixed Maven packaging type from pom to jar (#315)
  • Upgraded to Testcontainers 1.21.4 (#322)
    • Fixes compatibility with Docker Engine 29, which requires Docker API version 1.44+ (#316)
  • Upgraded Guava to 33.4.8 to fix sun.misc.Unsafe warning on JDK 24+ (#317)
  • Upgraded to Embedded Postgres 2.2.2 (#329)