anmolnar commented on PR #2297: URL: https://github.com/apache/zookeeper/pull/2297#issuecomment-3194366782
@ctubbsii I don't see the issue you're talking about. This is only the **Owasp** library which is not used in any of our build configurations. The dependency check build minimum requirement will be JDK 11, but that's only the dependency check. I can still build the full-build profile with Java 8 fine. I updated the Jenkinsfile for the owasp build which is enough. You can see that all build configurations (GH actions, Jenkins CI) are green which means the JDK8 build is not broken. We need to update our release process page, because after this change release managers will no longer be able to run the dependency check with JDK8 and we also need to update the docker image to use JDK11 as default java runtime. -- 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]
