Christoph Strobl
Christoph Strobl
Thanks for pointing out the blank spot in the reference documentation. As per the Javadoc of the `ManagedTypes` interface those are: > Types managed by a Spring Data implementation. Used...
Can you share a complete [minimal sample](https://stackoverflow.com/help/minimal-reproducible-example) (something that we can unzip or git clone, build, and deploy) that shows what you're trying to achieve. I seem to lack some...
Why do you think `getMappingBasePackages` is no longer called? `MongoConfigurationSupport` uses `getInitialEntitySet` to create the `MongoManagedTypes` bean out of the configured base packages. As already said, please provide a complete...
Then providing the sample should not be an issue.
Thanks for reporting and the reproducer project - we'll have a look!
While saving lazy loading references back as such is supported, storing them back as entities is currently not. The entire szenario is related to #2306 which had been declined some...
it's a matter of accessing properties to determine if an entity is new or not that then leads to different routes within the template as versioned ones need more treatment.
Thanks for creating the issue. The driver supports this via `MongoCollection#createIndexes` that accepts an `IndexModel` using the current `IndexOptions` containing `name`, etc. plus a `CreateIndexOptions` parameter that holds the quorum....
Thanks for creating the issue. Resolving property placeholders depends on: spring-projects/spring-data-commons#2369
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)...