-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spring Cloud GCP 3.6.1 breaks Kotlin 1.6 compatibility #2122
Comments
I've also reported this issue to |
|
Until a Spring Cloud GCP update with this fix is available, overriding the
|
@breun Thanks for the update. We'll assume it's fixed in the next version and close it. |
Describe the bug
Compatibility with Spring Project Versions says that Spring Cloud GCP 3 is compatible with Spring Boot 2.6 and 2.7. These versions of Spring Boot use Kotlin 1.6 by default.
After upgrading a Spring Boot 2.7 / Spring Cloud 2021.0 Kotlin project from Spring Cloud GCP 3.6.0 to 3.6.1 we encounter this error:
Updating
spring-cloud-gcp-dependencies
from 3.6.0 to 3.6.1:com.google.cloud:libraries-bom
from 26.19.0 to 26.20.0, whichcom.google.cloud:google-cloud-bom
from 0.200.0 to 0.201.0, whichcom.google.cloud:google-cloud-bigquery
from 2.30.1 to 2.31.0, whichcom.google.auto.value:auto-value
from 1.10.1 to 1.10.2, whichorg.jetbrains.kotlinx:kotlinx-metadata-jvm
from 0.5.0 to 0.6.2, whichorg.jetbrains.kotlin:kotlin-stdlib
from 1.7.0 to 1.8.20.Sample
This sample project reproduces the issue: https://github.com/breun/auto-value-kotlin-issue. Downgrading Spring Cloud GCP from 3.6.1 to 3.6.0 does make it work.
The text was updated successfully, but these errors were encountered: