Embedded Db Junit Versions Save

JUnit Rule for providing an embedded in-memory database for your tests

r.2.1.1

1 year ago

What's Changed

Full Changelog: https://github.com/zapodot/embedded-db-junit/compare/r.2.1.0...r.2.1.1

r.2.1.0

1 year ago
  • H2 updated to 2.114
  • Hypersql updated to 2.7.0
  • Flyway updated to 9.1.3 (with has some breaking changes for the community edition)
  • Liquibase updated to 4.15.0
  • all other libs updated to the latest version available

r.2.0.2

2 years ago

Bump deps. No functional differences to v. 2.0.1

r.2.0.1

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

r.2.0.0

3 years ago

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

r.2.0.0-BETA2

4 years ago
  • fix bug that allowed each type of InitializationPlugin to be run only once

r.1.1.3

4 years ago

Update deps:

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

r.2.0.0-BETA1

4 years ago
  • support JUnit Jupiter

r.1.1.2

4 years ago
  • 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

r.1.1.1

6 years ago
  • 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