Dynamically create directories with file:outbound-channel-adapter * add **directory-expression** attribute for File Outbound Channel Adapter and File Outbound Gateway * add JUnit tests For reference: https://jira.springsource.org/browse/INT-805 INT-805 Code Review * Fixed Spelling * Fixed Code Convention issues * Add support for expressions that resolve to File * Add more JUnit tests INT-805 - Code Review Changes * Combine destinationDirectoryExpression and destinationDirectory * Fix Tests INT-805 - Code Review * Always apply *destination directory* validation for each message (including LiteralExpressions) INT-805 - Code Review changes INT-805 - Added 2 exclusions to .gitignore
28 lines
387 B
Plaintext
28 lines
387 B
Plaintext
*.iml
|
|
*.ipr
|
|
*.iws
|
|
*.msg
|
|
*.sw?
|
|
*/src/main/java/META-INF
|
|
.classpath
|
|
.DS_Store
|
|
.gradle
|
|
.idea
|
|
.project
|
|
.settings
|
|
bin
|
|
build
|
|
build.log
|
|
derby.log
|
|
lib
|
|
logs
|
|
nohup.out
|
|
out
|
|
si.java.hsp
|
|
spring-integration-file/test/fileToAppend.txt
|
|
spring-integration-file/test/fileToAppendConcurrent.txt
|
|
spring-integration-jms/activemq-data/
|
|
spring-integration-samples/loanshark/application.log*
|
|
target
|
|
vf.gf.dmn-*
|