FrankChen021 / bithon

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

SpringBoot 3 migration #731

Open FrankChen021 opened 4 months ago

FrankChen021 commented 4 months ago

the server can be migrated to SpringBoot 3 in favor of JRE17 while the agent can stay at JDK1.8

  1. https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E
  2. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-Config-Data-Migration-Guide
  3. https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Release-Notes

On top of #730