deeplearning4j/deeplearning4j

version bug for commons-io?

Opened this issue · 0 comments

Issue Description

Please describe our issue, along with:

  • expected behavior
  • encountered behavior

see this https://commons.apache.org/proper/commons-io/apidocs/org/apache/commons/io/output/CloseShieldOutputStream.html#wrap(java.io.OutputStream)

image

wrap function is since commons-io 2.9.0

you used it in this project but with commons-io 2.7

image

image

I think it might be buggy?

Version Information

Please indicate relevant versions, including, if relevant:

  • Deeplearning4j version
  • Platform information (OS, etc)
  • CUDA version, if used
  • NVIDIA driver version, if in use

Additional Information

Where applicable, please also provide:

  • Full log or exception stack trace (ideally in a Gist: gist.github.com)
  • pom.xml file or similar (also in a Gist)

Contributing

If you'd like to help us fix the issue by contributing some code, but would
like guidance or help in doing so, please mention it!

Yes