[BUG] not compatible with spring-boot 3.4.0 GA #43085
Labels
azure-spring
All azure-spring related issues
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Milestone
Describe the bug
The SDK is not compatible with latest spring-boot 3.4.0 GA release, as the deprecated class
TaskExecutorBuilder
has been removed from this release.Exception or Stack Trace
To Reproduce
Steps to reproduce the behavior:
Use this SDK on SB 3.4.0
Code Snippet
Add the code snippet that causes the issue.
Expected behavior
Should work with GA-releases (and proactive development and release happen to be ready at GA-release dates).
Screenshots
If applicable, add screenshots to help explain your problem.
Setup (please complete the following information):
If you suspect a dependency version mismatch (e.g. you see
NoClassDefFoundError
,NoSuchMethodError
or similar), please check out Troubleshoot dependency version conflict article first. If it doesn't provide solution for the problem, please provide:mvn dependency:tree -Dverbose
)Additional context
Add any other context about the problem here.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: