garydgregory commented on pull request #206: URL: https://github.com/apache/commons-io/pull/206#issuecomment-782232501
> @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. Just run the default maven goal and you will see Javadoc errors. ---------------------------------------------------------------- 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: [email protected]
