File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
1111- Environment variables are now stored as Map instead of List ([ \# 550] ( https://github.com/testcontainers/testcontainers-java/pull/550 ) )
1212- Added ` withEnv(String name, Function<Optional<String>, String> mapper) ` with optional previous value ([ \# 550] ( https://github.com/testcontainers/testcontainers-java/pull/550 ) )
1313- Added ` withFileSystemBind ` overloaded method with ` READ_WRITE ` file mode by default ([ \# 550] ( https://github.com/testcontainers/testcontainers-java/pull/550 ) )
14- - All connections to MySQL containers don't use SSL anymore. ([ \# 374] ( https://github.com/testcontainers/testcontainers-java/issues/374 ) )
14+ - All connections to JDBC containers (e.g. MySQL) don't use SSL anymore. ([ \# 374] ( https://github.com/testcontainers/testcontainers-java/issues/374 ) )
1515
1616## [ 1.5.1] - 2017-12-19
1717
You can’t perform that action at this time.
0 commit comments