quantranhong1999 commented on PR #1939: URL: https://github.com/apache/james-project/pull/1939#issuecomment-1914245399
`Unsupported class file major version 65` -> Java 21. cf: https://stackoverflow.com/questions/9170832/list-of-java-class-file-format-major-version-numbers I guess the plugin `openjpa-maven-plugin` does not work with Java 21 .class file. And its latest version it far before Java 21 release though... I suggest to enforce the target jdk for JPA modules as Java 11 to mitigate this. -- 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]
