HTHou opened a new pull request #3177: URL: https://github.com/apache/iotdb/pull/3177
Since JDK16 released, so let me try to run IoTDB CI on JDK16. There is two issues. 1. Due to [JEP 396: Strongly Encapsulate JDK Internals by Default](https://openjdk.java.net/jeps/396), we need to add some JVM arguments to run some Mockito tests, otherwise these tests cannot pass. 2. Spotless seems cannot run on JDK16 for same reason, but I don't find any way to add JVM arguments for Spotless plugin. Therefore, I disable it on JDK16. We can check the code style by the tests on JDK8 and JDK11. Please let me know if you have any idea about this PR. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
