Skip to content

Releases: zapodot/embedded-db-junit

1.1.2

07 Jun 07:47
ec7495b
Compare
Choose a tag to compare
  • fix bug #35 (reported @andham)
  • update H2 to v. 1.4.199
  • update bytebuddy to v. 1.9.13
  • update liquibase to v. 3.6.3
  • update guava to 27.1
  • update hsqldb to 2.5.0
  • update various maven plugins

1.1.1

08 May 08:59
253b72d
Compare
Choose a tag to compare
  • made some small fixes to the Flyway plugin
  • updated byte-buddy to v. 1.8.11
  • updated guava to v. 25.0-jre
  • updated mockito to v. 2.18.3
  • updated liquibase to v. 3.6.1

1.1.0

03 May 11:50
77937e4
Compare
Choose a tag to compare

Changes in this release:

  • requires at least Java 8 to run
  • all dependencies are updated
  • #13 - support for HyperSQL engine implemented
  • #14 - support for multiple initialization SQL scripts implemented
  • #16 - the CompatibilityMode enumeration is now part of the public interface

1.0

03 May 11:49
r.1.0
6155e0c
Compare
Choose a tag to compare
1.0

The first final release of the library including support for database evolutions defined using either Liquibase or Flyway.

Requires at least Java 7 to run