Skip to content

Releases: ebean-orm/ebean-test-containers

1.5.11

13 Nov 08:38
Compare
Choose a tag to compare

#24 - Add support for executing initial SQL script files after the database is created enhancement
#23 - Add support for extra database and extra database user (for Postgres)

1.5.10

29 Jun 00:39
Compare
Choose a tag to compare

#22 With shutdown "none" ... do not register a shutdown hook

1.5.9

28 May 10:31
Compare
Choose a tag to compare

Issues:

#21 - ENH: Add ability for containers to automatically stop via JVM shutdown hook - shutdown: stop or shutdown: remove

1.5.8

27 Mar 03:47
Compare
Choose a tag to compare

#20 - Change groupId artifactId to io.ebean.test : ebean-test-docker

1.5.7

26 Mar 01:18
Compare
Choose a tag to compare

#19 Bump default maxReadyAttempts up to 300 = 30 secs
#18 Trim Postgres extensions such we handle extra commas and whitespace

1.5.6

28 Feb 21:50
Compare
Choose a tag to compare

#17 - Fix oracle start create only when not existing user

1.5.5

28 Feb 21:25
Compare
Choose a tag to compare

#16 ENH: Add checking for port bindings mismatch
#15 Fix for Postgres10 cold start - add wait check for isDatabaseAdminReady()

1.5.4

28 Feb 12:33
Compare
Choose a tag to compare

#14 - MySql wait loop on database admin ready ... for improved start from cold / no image

1.5.3

28 Feb 09:52
Compare
Choose a tag to compare

#13 - Merge stdOut and stdErr to simplify processing difference with Sql Server logs processing

1.5.2

26 Feb 10:25
Compare
Choose a tag to compare

#12 Fix for Oracle ... to add 'create view' when create DB user
#11 Oracle - grant create user ... to the user being created