You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix released in 1.1.7 - sorry for the delay in getting this out.
The mounting of classpath resources from JAR files entails copying them out to a temporary folder, from where docker is able to mount it. This is used for loading default MySQL and MariaDB configurations now, so hopefully functions for your use case as well. There's no API change - just use withClasspathResourceMapping on any subclass of GenericContainer.
As per the title
ClasspathTrait.withFileFromClassPath
fails withWhen it is given a classpath resource within a jar.
For the moment I'm working round this with a transferable that copies the resource to a byte array
But it would be preferable for the DSL to support this.
The text was updated successfully, but these errors were encountered: