Replace usage of Container.withFileSystemBind()
#253
Labels
refactoring
Code improvement without behavior change
Container.withFileSystemBind()
#253
Class
SupportInformationRetriever
uses methodContainer.withFileSystemBind()
to mount the log files to a local directory. This method is deprecated and documentation recommends to use methodscopyFileFromContainer()
/withCopyToContainer()
.In order to be able to upgrade to later versions of Testcontainers with need to remove the usage of this deprecated method.
The text was updated successfully, but these errors were encountered: