szetszwo commented on PR #1307: URL: https://github.com/apache/ratis/pull/1307#issuecomment-3528798083
> Looks like Spotbugs 4.9 requires Java 11, so we'll need to stick to 4.8.6 until minimum JDK version for Ratis is bumped. Sorry, I forgot to mention that Spotbugs 4.9 required Java 11 to run it in the build. Note that Spotbugs is a build tool but not a runtime library. So we don't have to bump the minimum required JDK version for Ratis -- i.e. Ratis itself still can be built with and run with JDK 8, although Spotbugs 4.9. have to be run with JDK 11 or above. @adoroszlai , is it possible to change our build to do that? I am fine to use Spotbugs 4.8 for now and change it later. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
