Christoph Strobl

Results 339 comments of Christoph Strobl

If you'd like us to spend some time investigating, please take the time to provide a complete [minimal sample](https://stackoverflow.com/help/minimal-reproducible-example) (something that we can unzip or git clone, build, and deploy)...

Looking at the already provided code, the setup (`MappingContext`,...) seems to be done manually. This may involve configuration that leads to the error. Without a sample there won't be much...

@johanhaleby If you have some time, a PR would be welcome :)

Updated information in spring-native (see: spring-projects-experimental/spring-native#808). We should still include a section in the data docs as well, might even be enough to link to the spring-native documentation.

`$sort` will only consider fields that are actually part of the previous stage. In this case the `$project` stage does not include `serial_number`, which causes the error you see. Which...

The exception is thrown because the name of the target collection cannot be derived from the given replacement type `org.bson.Document` which, unlike a domain type like eg. `Scenario.class`, is a...

Thank you for the PR @jakubpradzynski !

Thanks for bringing this to our attention and providing the reproducer 👍 - I'll take this to the team.