Christoph Strobl

Results 339 comments of Christoph Strobl

Thanks for the PR! Please spend some time describing the problem fixed by the change. This helps not only us but also others who want to understand the reason behind...

thanks for adding the comment - please always make sure to run all tests, because this as change breaks existing behavior. `Query` has a static `of` method that allows create...

Thanks for reporting. @brybakov1973 could you please add the structure of the involved domain types to reproduce the issue.

thanks - I was more thinking of the Java type that is involved in the mapping.

Thanks for the update. I do see the duplication of the key now when mapping the generated index against the domain type. This should not happen. We'll take care of...

Thanks for reporting. Which version of spring-data are you using? Also please share a bit more information about the domain types involved and the calling code. A complete [minimal sample](https://stackoverflow.com/help/minimal-reproducible-example)...

Thanks for providing more information. I might be missing something but it looks as if everything behaves within defined boundaries. Please take the time to provide a complete [minimal sample](https://stackoverflow.com/help/minimal-reproducible-example)...

Please spend a bit more time describing your request (maybe outline the usage scenario you have in mind). Right now, we struggle to understand what you want to achieve.

Have you already tried using the driver native time codec? It can be enabled via `MongoConverterConfigurationAdapter.useNativeDriverJavaTimeCodecs()`. If you have the time, it would be great it you could provide a...