Releases: zapodot/embedded-db-junit
Releases · zapodot/embedded-db-junit
2.0.1
22 Oct 10:34
Compare
Sorry, something went wrong.
No results found
fix from @slayful (THX!) for liquibase #227
bumped dependencies
2.0.0
19 May 12:35
Compare
Sorry, something went wrong.
No results found
2.0-BETA2
17 Jan 15:36
Compare
Sorry, something went wrong.
No results found
fix bug that allowed each type of InitializationPlugin to be run only once
1.1.3
11 Nov 14:28
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.1.2
07 Jun 07:47
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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