Skip to content

Releases: zapodot/embedded-db-junit

2.0.1

22 Oct 10:34
7fdc5ec

Choose a tag to compare

  • fix from @slayful (THX!) for liquibase #227
  • bumped dependencies

2.0.0

19 May 12:35
fc84b6d

Choose a tag to compare

The first release of the 2.0 branch contains new features such as JUnit 5 Jupiter support

2.0-BETA2

17 Jan 15:36
398e6f4

Choose a tag to compare

2.0-BETA2 Pre-release
Pre-release
  • fix bug that allowed each type of InitializationPlugin to be run only once

1.1.3

11 Nov 14:28
ed55d61

Choose a tag to compare

Update deps:

  • h2: 1.4.200
  • hsqldb: 2.5.0
  • guava: 28.1-jre
  • flyway: 6.0.8
  • liquibase: 3.8.0

2.0-BETA1

05 Nov 09:26
0a2af0f

Choose a tag to compare

2.0-BETA1 Pre-release
Pre-release
  • support JUnit Jupiter

1.1.2

07 Jun 07:47
ec7495b

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

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

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

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