Files
spring-integration/spring-integration-jdbc/src
Artem Bilan aa075439fc INT-4559: JDBC Gateway: return List for maxRows>1
JIRA: https://jira.spring.io/browse/INT-4559

* Return a single item from result only if
`maxRows == null || maxRows == 1`
* Remove deprecated `max-rows-per-poll` from the
`JdbcOutboundGateway.java` and its XSD and parsers
2019-02-22 17:14:01 -05:00
..