Hide
HBase 3.x can only be compiled and run by JDK17+.
We set release to 17 when compiling so the generated byte code can only be executed by JRE17+, and we also change the scripts to check JDK version to be 17+ before actually doing anything.
Show
HBase 3.x can only be compiled and run by JDK17+.
We set release to 17 when compiling so the generated byte code can only be executed by JRE17+, and we also change the scripts to check JDK version to be 17+ before actually doing anything.