HattoriHenzo commented on PR #7033:
URL: https://github.com/apache/rocketmq/pull/7033#issuecomment-2589024468

   [late answer] To solve this issue I had to recompile the jar with the 
`JAVA_HOME `set to `Java 8 or 1.8`  because the maven settings for the version 
of Java are set like this:
   
   ```
   <!-- Compiler settings properties -->
   <maven.compiler.source>1.8</maven.compiler.source>
   <maven.compiler.target>1.8</maven.compiler.target>
   ```
   If you are using docker, use the **eclipse-temurin:8-jdk-alpine** image.
   


-- 
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: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to