XenoAmess edited a comment on pull request #115:
URL: https://github.com/apache/commons-io/pull/115#issuecomment-633359016


   > > 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.
   
   
   OK, none of them is bugfix nor other important things so you can 
review/merge it anytime you want sooner or later. 
   
   > The API you refer to is defined in Java 8 as 
`java.io.FilterOutputStream.write(byte[])`.
   
   I will find some time to test if j2se8 can run jdk14's compile output 
NullPrintStreamTest classfile.
   update:
   OK it can work on jdk8. no change needed.


----------------------------------------------------------------
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]


Reply via email to