SpringBoot 3.2.0 正式发布!!

Spring Boot 3.2.0 现已发布,此版本添加了大量新功能和改进。

3.2.0 版本的一些亮点包括:

  • 支持虚拟线程
  • JVM Checkpoint Restore 的初步支持(项目 CRaC)
  • SSL 捆绑包重新加载
  • 大量可观察性改进
  • 支持 RestClient
  • 支持 JdbcClient
  • 支持 Jetty 12
  • Apache Pulsar 对 Spring 的支持
  • 对 Kafka 和 RabbitMQ 的 SSL 捆绑支持
  • 重新设计的嵌套 Jar 处理
  • Docker 镜像构建改进

官方文档:Spring Boot Reference Documentation

Release Notes: Spring Boot 3.2 Release Notes · spring-projects/spring-boot Wiki (github.com)

升级文档:Spring Boot 3.0 Migration Guide · spring-projects/spring-boot Wiki (github.com)