Implement `RepositoryFactorySupport.getEntityInformation(RepositoryMetadata)` instead of private overload.
Overriding the proper variant of EntityInformation is now possible because we no longer utilize a private method in addition to the public one leading to partial customization of EntityInformation.
Closes#4967
@ -120,14 +119,13 @@ public class MongoRepositoryFactory extends RepositoryFactorySupport {
@@ -120,14 +119,13 @@ public class MongoRepositoryFactory extends RepositoryFactorySupport {
@ -143,16 +141,18 @@ public class MongoRepositoryFactory extends RepositoryFactorySupport {
@@ -143,16 +141,18 @@ public class MongoRepositoryFactory extends RepositoryFactorySupport {
@ -118,14 +117,14 @@ public class ReactiveMongoRepositoryFactory extends ReactiveRepositoryFactorySup
@@ -118,14 +117,14 @@ public class ReactiveMongoRepositoryFactory extends ReactiveRepositoryFactorySup
@ -143,19 +142,18 @@ public class ReactiveMongoRepositoryFactory extends ReactiveRepositoryFactorySup
@@ -143,19 +142,18 @@ public class ReactiveMongoRepositoryFactory extends ReactiveRepositoryFactorySup
@ -75,7 +75,8 @@ public class QuerydslMongoPredicateExecutorIntegrationTests {
@@ -75,7 +75,8 @@ public class QuerydslMongoPredicateExecutorIntegrationTests {
@ -246,7 +247,8 @@ public class QuerydslMongoPredicateExecutorIntegrationTests {
@@ -246,7 +247,8 @@ public class QuerydslMongoPredicateExecutorIntegrationTests {
@ -111,7 +111,8 @@ public class ReactiveQuerydslMongoPredicateExecutorTests {
@@ -111,7 +111,8 @@ public class ReactiveQuerydslMongoPredicateExecutorTests {
@ -326,7 +327,8 @@ public class ReactiveQuerydslMongoPredicateExecutorTests {
@@ -326,7 +327,8 @@ public class ReactiveQuerydslMongoPredicateExecutorTests {