Copilot commented on code in PR #293: URL: https://github.com/apache/shiro-site/pull/293#discussion_r2772351386
########## CONTRIBUTING.adoc: ########## @@ -19,6 +19,14 @@ = Apache Shiro Site: Contributing +== Build Requirements + +* *Java 11* or later is required to build this site. +* Maven 3.6+ is recommended. + +The site uses JBake and Groovy templates for static site generation, +which require Java 11 as a minimum version. + Review Comment: This PR's title and description focus exclusively on clarifying Java version requirements, but the PR includes substantial unrelated changes: - Complete documentation for authorizer.adoc (133 lines) and authenticator.adoc (110 lines) - Content reorganization in forums.adoc, community.adoc, and issues.adoc - Refactoring of Validator.java These additional changes should either be mentioned in the PR description or split into separate PRs for easier review and clearer version history. -- 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]
