Possible incompatibility of Spring Boot Starter 3.4.0 with spring-cloud-azure 6.0.0-Beta.4 #43296
Labels
for: external-project
For an external project and not something we can fix
status: invalid
An issue that we don't feel is valid
After upgrading spring-boot-starter-parent from version 3.3.5 to 3.4.0 I started getting this error when booting the application and running tests that require spring context:
This happens because TaskExecutionBuilder is no longer available for the AzureTokenCredentialAutoConfiguration which is a class loaded by the spring-cloud-azure-autoconfigure dependency with the version 6.0.0-beta.4 that we use in our project.
Any idea how to fix this?
Thank you!
The text was updated successfully, but these errors were encountered: