Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace usage of Container.withFileSystemBind() #253

Open
kaklakariada opened this issue Apr 16, 2024 · 0 comments
Open

Replace usage of Container.withFileSystemBind() #253

kaklakariada opened this issue Apr 16, 2024 · 0 comments
Labels
refactoring Code improvement without behavior change

Comments

@kaklakariada
Copy link
Collaborator

Class SupportInformationRetriever uses method Container.withFileSystemBind() to mount the log files to a local directory. This method is deprecated and documentation recommends to use methods copyFileFromContainer() / withCopyToContainer().

In order to be able to upgrade to later versions of Testcontainers with need to remove the usage of this deprecated method.

@kaklakariada kaklakariada added the refactoring Code improvement without behavior change label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

No branches or pull requests

1 participant