I have my application using Spring Boot 3.5.0 + Spring Cloud Gateway + Java 24 working fine. Then I upgraded to Spring Boot 3.5.1 and it starts failing and I see 3.5.2 is released to fix the regression bug.
However, with Spring Boot 3.5.2 also, it is still failing.
Sample project: https://github.com/feature-tracker/api-gateway/tree/feature/sb-3.5.2
GitHub Action pipeline: https://github.com/feature-tracker/api-gateway/actions/runs/15769850227/job/44452706183
Comment From: philwebb
Sorry about the mess of the releases today @sivaprasadreddy. This is a duplicate of #46040 and I'm trying to get another unscheduled patch out.
Comment From: sivaprasadreddy
No worries, thanks a lot for all your hard work.