Releases: ebean-orm/ebean-test-containers
Releases · ebean-orm/ebean-test-containers
1.5.11
#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
#22 With shutdown "none" ... do not register a shutdown hook
1.5.9
Issues:
#21 - ENH: Add ability for containers to automatically stop via JVM shutdown hook - shutdown: stop or shutdown: remove
1.5.8
#20 - Change groupId artifactId to io.ebean.test : ebean-test-docker
1.5.7
#19 Bump default maxReadyAttempts up to 300 = 30 secs
#18 Trim Postgres extensions such we handle extra commas and whitespace
1.5.6
#17 - Fix oracle start create only when not existing user
1.5.5
#16 ENH: Add checking for port bindings mismatch
#15 Fix for Postgres10 cold start - add wait check for isDatabaseAdminReady()
1.5.4
#14 - MySql wait loop on database admin ready ... for improved start from cold / no image
1.5.3
#13 - Merge stdOut and stdErr to simplify processing difference with Sql Server logs processing
1.5.2
#12 Fix for Oracle ... to add 'create view' when create DB user
#11 Oracle - grant create user ... to the user being created