-
Notifications
You must be signed in to change notification settings - Fork 562
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
Circular references problem when using RestTemplateBuilder on custom WebMvcConfigurer #2193
Comments
hi @odrotbohm , any updates about this? thanks! |
There are any updates on this issue? Thank you very much! |
Please may I know any update on this.. I am facing same issue |
It seems like nobody cares from Spring Data Rest Team. |
Hello Thanks |
Hi @remybd! The only solution for us is to downgrade to azure 4.3.0. |
In 2025. Any updates for this? @odrotbohm |
Hi,
We encounter a circular references problem when using
spring-boot-starter-data-rest
with Azure AAD Starterspring-cloud-azure-starter-active-directory
, refer Azure/azure-sdk-for-java#31497.The problem will be resolved when change
spring-boot-starter-data-rest
tospring-boot-starter-web
.I investigate it and find that the
mvcConversionService
bean used in RepositoryRestMvcConfiguration cause the problem, more details could see Azure/azure-sdk-for-java#31497 (comment).The azure issue mentioned before describe how to reproduce the problem. If you think Azure AAD Starter is complex, I created a easily sample to reproduce it.
Are there any workarounds for this or any plans to fix it? thanks!
The text was updated successfully, but these errors were encountered: