I'm using Google Spring Cloud GCP and getting errors since trying to upgrade spring boot 2.x.x to 3.x.x
Description:
Parameter 2 of constructor in x.MyService required a bean of type 'com.google.cloud:spring-cloud-gcp-starter-vision.CloudVisionTemplate' that could not be found.
Action:
Consider defining a bean of type 'com.google.cloud:spring-cloud-gcp-starter-vision.CloudVisionTemplate' in your configuration.
I am not facing this issue on spring boot 2.7.x. I found this table (linked below) so my understanding is that the latest Google Spring Cloud are not compatible with Spring Boot 3.x.x. Just wondering if anyone else is having the same issue?