Circular references problem when using RestTemplateBuilder on custom WebMvcConfigurer
Hi,
We encounter a circular references problem when using spring-boot-starter-data-rest with Azure AAD Starter spring-cloud-azure-starter-active-directory, refer https://github.com/Azure/azure-sdk-for-java/issues/31497.
The problem will be resolved when change spring-boot-starter-data-rest to spring-boot-starter-web.
I investigate it and find that the mvcConversionService bean used in RepositoryRestMvcConfiguration cause the problem, more details could see https://github.com/Azure/azure-sdk-for-java/issues/31497#issuecomment-1288458597.
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!
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. Is Spring Data Rest project kind of dead?
Hello Do you have any news on this topic ? It's quite blocking for all people that want to use azure.
Thanks
Hi @remybd!
The only solution for us is to downgrade to azure 4.3.0.
In 2025. Any updates for this? @odrotbohm