INT-1527, INT-786, polished FileBasedPropertiesStore, added 'baseDirectory' property, added tests
This commit is contained in:
@@ -128,6 +128,7 @@ public class FeedEntryReaderMessageSource extends IntegrationObjectSupport imple
|
||||
if (this.metadataStore == null){
|
||||
logger.info("Creating FileBasedPropertiesStore");
|
||||
metadataStore = new FileBasedPropertiesStore(this.persistentIdentifier);
|
||||
((FileBasedPropertiesStore)metadataStore).afterPropertiesSet();
|
||||
}
|
||||
lastPersistentEntry = metadataStore.load();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user