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 visible (Hide)

embedded-database-spring-test -

Published by zonkybot over 5 years ago

Changes:

  • Upgrade to PostgreSQL 10.9 (#55)
  • Initial support for Flyway 6.0.0 (#57)
embedded-database-spring-test -

Published by zonkybot over 5 years ago

Changes:

  • Upgrade to PostgreSQL 10.7 (#42)
  • Fixed processing migrations when multiple flyway beans are used (#43)
  • Fixed database prefetching when Flyway configuration is changed while database tests are running (#44)
embedded-database-spring-test -

Published by zonkybot over 5 years ago

Changes:

  • Upgrade to Zonky Embedded Postgres 1.2.2
  • Added support for dockerized databases
  • Added support for replaceable database providers
  • Added support for multiple embedded databases within a single test class
  • Improved database prefetching to speed up the database initialization
  • Fixed processing of Flyway repeatable migrations
  • Some other fixes and improvements
embedded-database-spring-test -

Published by zonkybot almost 6 years ago

Changes:

  • Upgrade to PostgreSQL 10.6
  • Upgrade to Zonky Embedded Postgres 1.2.1
  • Improved support for Spring Boot's test annotations
    • Using @AutoConfigureTestDatabase(replace = NONE) is no longer required
  • Fixed warnings about using deprecated Flyway API
  • Some minor fixes and improvements
embedded-database-spring-test -

Published by zonkybot almost 6 years ago

Changes:

  • Added compatibility for Flyway 5.2.x
  • Migration to Zonky's fork of otj-pg-embedded component that fixes the following issues:
    • Fixed the logging of initdb process
    • Fixed the caching of prepared databases
    • Fixed overriding connection parameters
    • Fixed overriding locale settings
    • Improved extracting postgres archives on Windows
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)
embedded-database-spring-test -

Published by zonkybot about 6 years ago

Changes:

  • Upgrade to PostgreSQL 10.5
  • Added logging of jdbc strings to connect to the embedded database
  • Some minor fixes and improvements
embedded-database-spring-test -

Published by zonkybot over 6 years ago

Changes:

  • Configurable version of PostgreSQL binaries
  • Customizable database configuration
  • Added support for Alpine Linux
  • Added compatibility for Flyway 5.0.x and 5.1.x
  • Some minor fixes and improvements
embedded-database-spring-test -

Published by zonkybot over 6 years ago

Changes:

  • Improved compatibility with various flyway versions
  • Some minor fixes and improvements
embedded-database-spring-test -

Published by zonkybot over 6 years ago

Initial release

embedded-database-spring-test -

Published by zonkybot over 6 years ago

Changes:

  • Added background bootstrapping mode
  • Customizable FlywayDataSourceContext
  • Some minor fixes and improvements