Spring Projects Issues
Spring Projects Issues
**[Vadzim Parafianiuk](https://jira.spring.io/secure/ViewProfile.jspa?name=proteinby)** commented I've added link to stackoverflow with more detail description. I've only found the way to solve my problem is to create indexes manually
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
**[Filia](https://jira.spring.io/secure/ViewProfile.jspa?name=malinovska)** commented I have the same problem :(
**[Jeroen Reijn](https://jira.spring.io/secure/ViewProfile.jspa?name=jreijn)** commented I'll be working on adding tests, fixing my formatting, etc
**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** commented A workaround, until [DATAMONGO-2073](https://jira.spring.io/browse/DATAMONGO-2073) is resolved, could be [Spring Retry](https://github.com/spring-projects/spring-retry) and its annotation based approach that allows to evaluate a SpEL expression on failure via `@Retryable(exceptionExpression =...
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be...
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
**[Christoph Strobl](https://jira.spring.io/secure/ViewProfile.jspa?name=cstrobl)** commented Thanks for reporting the issue. I tried to reproduce the issue but everything seems to work as designed. Maybe I'm missing something here. Do you have a...
**[Ilya Zinkevich](https://jira.spring.io/secure/ViewProfile.jspa?name=busotir)** commented Due to NDA, I cannot provide a real code. The difference is that ``` gradle build && java -jar ``` allows to reproduce the issue, whereas ```...
**[Ilya Zinkevich](https://jira.spring.io/secure/ViewProfile.jspa?name=busotir)** commented Error occurs when I call this findOne: ```java public interface CallRepository extends MongoRepository, CallRepositoryCustom { default Call findOne(String callId) { return findById(callId).orElse(null); } } ```