embedded-database-spring-test

A library for creating isolated embedded databases for Spring-powered integration tests.

APACHE-2.0 License

Stars
401
Committers
8

Bot releases are hidden (Show)

embedded-database-spring-test -

Published by tomix26 6 months ago

Changes:

  • Upgrade to Testcontainers 1.18.3 (#260)
  • Improved compatibility with Flyway 9.9+ (#264)
embedded-database-spring-test - Latest Release

Published by tomix26 9 months ago

Changes:

  • Fixed compatibility with Flyway 9.9+ (#255)
  • Added support for Flyway 10 (#255)
embedded-database-spring-test -

Published by tomix26 11 months ago

Changes:

  • Support for Spring Boot 3.2 (#247)
  • Upgrade to Embedded Postgres 2.0.5 (#250)
embedded-database-spring-test -

Published by tomix26 over 1 year ago

Changes:

  • Added support for HSQLDB database (#239)
  • Added support for Apache Derby database (#239)
  • Added support for Flyway extension configuration (#240)
embedded-database-spring-test -

Published by tomix26 almost 2 years ago

Changes:

  • Upgrade to Embedded Postgres 2.0.2 (#222)
  • Upgrade to Testcontainers 1.17.6 (#162)
  • Added support for Flyway 8 and 9 (#207)
  • Added support for Microsoft SQL Server 2022 (#209)
  • Fixed compatibility with MariaDB Java Client 3 (#208)
  • Fixed warnings that a database cannot be released occurring at the end of the test suite (#211)
embedded-database-spring-test -

Published by tomix26 about 2 years ago

Changes:

  • Upgrade Spring dependencies to 5.0.20 (#198)
  • Upgrade some other optional dependencies (#198 #189 #202)
  • Fix compatibility with Testcontainers 1.17+ (#196)
  • Fix that @PreDestoy methods are executed after database shutdown (#201)
embedded-database-spring-test -

Published by tomix26 about 2 years ago

Changes:

  • Add support for Liquibase 4 (#179)
  • Allow using custom images in conjunction with MSSQL, MySQL and MariaDB providers (#181)
  • Fix letter case of MSSQL username that stops working when case-sensitive collation is enabled (#180)
  • Fix using inter-bean dependencies defined by direct calls of @Bean methods in @Configuration classes (#11)
embedded-database-spring-test -

Published by tomix26 about 3 years ago

Changes:

embedded-database-spring-test -

Published by tomix26 over 3 years ago

Changes:

embedded-database-spring-test -

Published by tomix26 over 3 years ago

For full upgrade instructions and new and noteworthy features please see the release notes.

Breaking changes:

  • Docker is a default provider (#28)
  • Flyway dependencies are optional (#21)
  • Upgrade to PostgreSQL 11

New features:

  • New refresh mode to reset the database during tests (#21)
  • Support for Liquibase (#46)
  • Support for Microsoft SQL Server (#25)
  • Support for MySQL database (#23)
  • Support for MariaDB database (#24)

Other changes:

  • Remove Guava and Apache Commons transitive dependencies (#27)
  • Some other minor changes
embedded-database-spring-test -

Published by tomix26 over 3 years ago

Changes:

  • Fixed compatibility with Flyway 7.5.1+ (#149)
embedded-database-spring-test -

Published by tomix26 over 3 years ago

Changes:

  • Upgrade to Embedded Postgres 1.2.10
  • Support for Flyway 7.4 and 7.5 (#144)
  • Support for Testcontainers 1.15.1 (#142)
embedded-database-spring-test -

Published by tomix26 almost 4 years ago

For full upgrade instructions and new and noteworthy features please see the release notes.

Updated documentation is available here: https://github.com/zonkyio/embedded-database-spring-test/tree/v2.0.0-beta1

Breaking changes:

  • Docker is a default provider (#28)
  • Flyway dependencies are optional (#21)
  • Upgrade to PostgreSQL 11

New features:

  • New refresh mode to refresh the database during tests (#21)
  • Support for Liquibase (#46)
  • Support for Microsoft SQL Server (#25)
  • Support for MySQL database (#23)
  • Support for MariaDB database (#24)
embedded-database-spring-test -

Published by tomix26 almost 4 years ago

Changes:

  • Upgrade to Embedded Postgres 1.2.9 (#136)
    • Fixes compatibility issue with macOS Big Sur (#132)
  • Support for Flyway 7.3 (#134)
embedded-database-spring-test -

Published by tomix26 almost 4 years ago

Changes:

  • Support for Flyway 7 (#126)
embedded-database-spring-test -

Published by tomix26 about 4 years ago

Changes:

embedded-database-spring-test -

Published by tomix26 almost 5 years ago

Changes:

  • Upgrade to PostgreSQL 10.11 (#71)
  • Fixed compatibility with Flyway 6.0.3+ (#67)
  • Fixed NPE when debug logging is enabled on ReflectionTestUtils (#70)
embedded-database-spring-test -

Published by tomix26 about 6 years ago

Changes:

  • Added compatibility for upcoming Spring Boot 2.1.0
  • Fixed forward compatibility with Flyway 5.1.x ("forward" because the real use is blocked by #59)