Releases: springtainer/springtainer-mysql
Releases · springtainer/springtainer-mysql
1.4.0
1.3.0
MySQL test-container
1.2.1
- added some exposed properties:
embedded.container.mysql.host
(mistakenly missing)embedded.container.mysql.r2dbc-url
(to use for R2DBC-Connections)embedded.container.mysql.jdbc-url
(as alias forembedded.container.mysql.url
)
1.2.0
- Updated springtainer-common-dependency, which includes:
- Use 127.0.0.1 instead of localhost as default-host on MacOS
- MacOS-host is now configurable
1.1.0
- SpringBoot 2.3 as baseline
- Dependency updates
- Build improved
1.0.1
- Warning fixed
1.0.0
- SpringBoot 2.2 as baseline
- Dependency updates
- Build improved
- Project renamed from springboot-testcontainer-* to springtainer-*
1.0.0-RC2
MySQL test-container
1.0.0-RC1
MySQL test-container
0.1.0-RC11
- Dependency updates
- Append host logging for started testcontainer
- Support for remote execution fixed (look at the Wiki entry for the configuration)