SpringBoot 2.2.6 が出ていた

https://spring.io/blog/2020/03/26/spring-boot-2-2-6-available-now

 

bug fix と dependency update が中心のようだ。

主なトピックとしては Java 14 サポートかな。

 

 

SpringBoot の milestone を確認してみるとそろそろ 2.3.0.M4 が出でそう。

https://github.com/spring-projects/spring-boot/milestones

 

このままいくと GW 明けぐらいに 2.3.0 が GA される。

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes

 

2.3.0 から自前で Graceful Shutdown の実装をしなくてもよくなりそうなのが嬉しい。

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3.0-M3-Release-Notes#graceful-shutdown

 

Docker と Kubernetes との親和性をあげるような機能追加が積極的に行われている印象。

 

GraalVM で native image 生成できるようになるのは 2.4 なのかな。