Closed
Description
Current Behavior
Currently, Spring Integrations FileListFilters on the last modified attribute of a file are limited to the use case of discarding files that are too young.
Expected Behavior
Spring Integrations FileListFilters on the last modified attribute should be extended to the use case of discarding files that are too old.
Context
As stated by @artembilan in the stack overflow thread referenced below this feature may be implemented by adding to AbstractLastModifiedFileListFilter
a new boolean
property that can be used to negate the currently implemented filter predicate.
This issue is related to this stack overflow question.