symious opened a new pull request, #9010: URL: https://github.com/apache/ozone/pull/9010
## What changes were proposed in this pull request? The jdk version is set to 1.8 by aspect-maven-plugin, this ticket is fix the settings related to aspectj so that we can use user specified jdk for compilation. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-13656 ## How was this patch tested? ``` MUST_HAVE=OzoneManagerStarter javap -verbose "$(find . -type f -name ${MUST_HAVE}.class -print -quit)" 2>/dev/null | awk '/major version/{print $3; exit}' ``` The result should be based on "javac.version", thus not stick to 52. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
