-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Nested Interface-based projection fails with ConverterNotFoundException
#4609
Comments
@ELMORABITYounes thanks for reporting and the reproducer. We'll have a look. |
So there's a code snippet |
confirmed - context resolution for the given property is breaking the interface projection for nested objects. |
ConverterNotFoundException
Starting from spring-data-mongodb 3.4.3 (spring boot 2.7.4) when trying to use interface-based recusive projeection as described here, a ConverterNotFoundException is thrown (see example below).
You can find here a simple project for reproducing the issue.
Note that the issue is only reproducible when using reactive repositories and not when using blocking repositories.
Example:
The text was updated successfully, but these errors were encountered: