Revert usage for fileNameExpression

Since we provide a custom `FileNameGenerator` via `fileNameExpression` we should ensure somehow `BeanFactory` injection to that
`FileWritingMessageHandlerSpec` is a `FactoryBean` since version DSL `1.2` and a particular `BPP` takes care about `Spec` internals and register custom `FileNameGenerator` as a bean.

 Use standard `FactoryBean` injection in the `lines()` flow to populate the target `FileWritingMessageHandler` to the flow
Generate pom for all project to apply SI Java DSL 1.2 GA
This commit is contained in:
Artem Bilan
2016-10-14 13:23:43 -04:00
committed by Gary Russell
parent a9d653b19e
commit ef31a187c4
7 changed files with 13 additions and 13 deletions

View File

@@ -77,7 +77,7 @@
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-java-dsl</artifactId>
<version>1.2.0.RC1</version>
<version>1.2.0.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>