Spring Cloud Starter Gateway and SpringBoot 4.0.0
Summary A senior engineer encountered a cryptic dependency resolution failure when attempting to upgrade an API Gateway project to Spring Boot 4.0.1. The build failed with the error Could not find org.springframework.cloud:spring-cloud-starter-gateway:. The root cause was a combination of mismatched Spring Cloud and Spring Boot versions and a missing explicit version declaration for the gateway … Read more