You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/02/19 17:41:10 UTC

[GitHub] [commons-io] jmark109 commented on pull request #206: IO-651 Add DeferredFileOutputStream.getInputStream()

jmark109 commented on pull request #206:
URL: https://github.com/apache/commons-io/pull/206#issuecomment-782228140


   @garydgregory Yes, I see that. I don't think these failures have anything to do with my changes. Looks like some type of misconfiguration with the build. I see errors like this:
   ```
   java.lang.IllegalAccessError: class org.apache.commons.io.input.BufferedFileChannelInputStream (in unnamed module @0x685f4c2e) cannot access class sun.nio.ch.DirectBuffer (in module java.base) because module java.base does not export sun.nio.ch to unnamed module @0x685f4c2e
   ```
   I did not touch that class. I only added one new method to `DeferredFileOutputStream` so it should not affect any other tests.
   
   When I build locally everything works fine.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org