FrankChen021 / bithon

An observability platform mainly for Java
Apache License 2.0
14 stars 4 forks source link

Prepare for the JDK17 #730

Closed FrankChen021 closed 4 months ago

FrankChen021 commented 4 months ago

the server can be compiled and run under JDK17 separately. this separates the module of server to be an independent module. To fully utilize the jre17, SpringBoot has to be upgraded to 3.0 and above which takes much more time to complete.

And the server docker file is updated to use JRE17.