sandynz commented on issue #37801:
URL:
https://github.com/apache/shardingsphere/issues/37801#issuecomment-3782067722
Distribution still use Java 8.
- pom.xml
```
<java.version>8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.release>${java.version}</maven.compiler.release>
```
- test/e2e/fixture/Dockerfile
```
FROM eclipse-temurin:8-jdk
```
--
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]