garydgregory commented on pull request #115: URL: https://github.com/apache/commons-io/pull/115#issuecomment-633308945
> Also, in function NullPrintStreamTest.process(final NullPrintStream nos), > We use function void PrintStream.write(byte buf[]), which is @SInCE 14 > Should we really use a java 14 function in a java 8 project? > And is it neccessary? I just started a release candidate for 2.7 so this will have to wait until another RC if something goes wrong or more likely the next release. The API you refer to is defined in Java 8 as `java.io.FilterOutputStream.write(byte[])`. ---------------------------------------------------------------- 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]
