XenoAmess opened a new pull request #178:
URL: https://github.com/apache/commons-collections/pull/178


   Hi.
   I noticed recent builds cannot pass build on jdk 11+ (actually, not very 
recent)
   And I tracked it to find ther be a Math.floorMod(long,int) function newly 
added in 11, and which is not  on jdk8, on jdk8 the codes will invoke 
Math.floorMod(long,long) .
   That is why animal sniffer will fail the build on 11+.
   As it is just a test file, I've hided it by force casting to long.
   


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