Open bhuyan1703 opened 2 days ago
Could you please provide a sample application along with the steps needed to replicate the issue. Thanks.
When you do, please make sure to show that the app works with 3.1.5
and fails with 3.2.5
.
This may also be a duplicate of #21426
Hi, I have upgraded my spring-boot-starter-parent version 3.1.5 to 3.2.5 in my spring boot project. But with this spring boot version graceful shut down is not working. Kindly suggest!
I have added the below mentioned properties in my yaml file. server: shutdown: "graceful" spring: lifecycle: timeout-per-shutdown-phase: "4200s"
Kindly Note: I am using spring-boot-starter-webflux instead of spring-boot-starter-web dependency.
Thanks.