-
Type:
New Feature
-
Resolution: Duplicate
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: Configuration
-
None
-
🔵 Done
-
None
-
None
-
None
-
None
-
None
-
None
Currently, developers will have to override the entity manager and the transaction manager for JPA Config to get the extension working with Spring Data (see https://github.com/atandon2024/spring-data-with-mongo-hibernate-test-app/blob/main/src/main/java/org/example/springwithhibernatetestapp/JpaMongoConfig.java). This is not a good experience for our customers since it requires extra overhead and overriding configs can cause negative side effects.Â
Find an easier way to integrate with Spring Data that does not require a config override.