OPEN - issue INT-583: FileReadingMessageSource rescanning directory every pass

http://jira.springframework.org/browse/INT-583

Fixed issue, added flag to go back to old behavior. Refactored test to Mockito.
This commit is contained in:
Iwein Fuld
2009-02-23 16:19:36 +00:00
parent 0d960df263
commit a0da740a3d
4 changed files with 71 additions and 42 deletions

View File

@@ -27,6 +27,7 @@
<dependency org="org.springframework" name="org.springframework.context" rev="2.5.6.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.6.A" conf="test->runtime"/>
<dependency org="org.springframework.integration" name="org.springframework.integration" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.mockito" name="com.springsource.org.mockito" rev="1.6.0" conf="test->runtime"/>
</dependencies>
</ivy-module>