Skip to content

Releases: ebean-orm/ebean-test-containers

3.1.4

12 Mar 08:21
Compare
Choose a tag to compare

#57 - Postgres - error creating extension uuid-ossp (extension with hypen in name)

3.1.3

26 Feb 03:57
Compare
Choose a tag to compare

#55 - Postgres error with docker run -d --name ut_postgres -p 6432:5432 postgres:11 bug
#56 - SqlServer docker container failing to drop user - SQLServerException: Could not load the DLL (server internal)

3.1.2

26 Feb 03:58
Compare
Choose a tag to compare

Update default Oracle image to vitorfec/oracle-xe-18c

3.1.1

05 Feb 03:20
Compare
Choose a tag to compare

Issues:

#52 Refactor to use JDBC rather than docker exec to create database, user etc
#53 Change ports to int type
#54 Change startMode to be an Enum

2.11.2

03 Feb 02:50
Compare
Choose a tag to compare

#50 - Refactor tidy internals extracting common dockerRun()

2.11.1

30 Aug 09:20
Compare
Choose a tag to compare

#49 - Update NuoDB container support

2.10.3

13 Aug 08:43
Compare
Choose a tag to compare

#48 - Fix NuoDB docker run on existing container, add proper waiting for the run process

2.10.2

12 Aug 12:26
Compare
Choose a tag to compare

#47 - Fix NuoDB container startup (faster), expect schema per apps (rather than database) bug

2.9.1

10 Aug 12:28
Compare
Choose a tag to compare

#46 ENH: Add support for NuoDB community edition enhancement
#45 ENH: Add support for CockroachDB - community edition, no users, default v19.1.3

2.8.1

25 Jul 07:31
Compare
Choose a tag to compare

#44 For MySql 8+ set global log_bin_trust_function_creators=1
#43 For MySql 8+ set --default-authentication-plugin=mysql_native_password ...