Feature: Enable schema management check via config for JaversMongoRepositories#1261
Feature: Enable schema management check via config for JaversMongoRepositories#1261egasimov wants to merge 3 commits into
Conversation
bartoszwalacik
left a comment
There was a problem hiding this comment.
please also add this new property to Spring config, see JaversSqlAutoConfigurationDefaultPropsTest.groovy
…s) configurable via Spring
|
@bartoszwalacik Thanks for reviewing and sharing comments. Make property schemaManagementEnabled(for MongoRepositories) configurable via Spring Make snapshotCollectionName, headCollectionName (for MongoRepositories) configurable via Spring |
|
Hey @bartoszwalacik , Did you have any chance to look at PR ? |
| javersProperties.objectAccessHook == "org.javers.spring.mongodb.DBRefUnproxyObjectAccessHook" | ||
| !javersProperties.mongodb | ||
| javersProperties.snapshotsCacheSize == 5000 | ||
| javersProperties.schemaManagementEnabled |
There was a problem hiding this comment.
thanks for adding ale these two missing props
|
need to push it through CI now |
|
@bartoszwalacik , Because my current project which requires above feature was using java 11 and < Spring 3.0.0. |
|
@egasimov ok, 6.10.0 is published to the Central |
|
merged from here #1264 |
This PR intended to resolve Feature: Enable schema management check via config for JaversMongoRepositories #1260