Closed
Description
As of v2.4.2, JDBC-related properties for batch are under spring.batch
, unlike quartz, session and integration where those properties are under spring.xxx.jdbc
.
After discussing this with @wilkinsona , I understand that this is because JDBC is currently the only store option for batch. However, I think it would be better to group those properties beneath spring.batch.jdbc
for 1) naming consistency and 2) to pave the way for other storage options for batch in the future (We have indeed a feature request to support a non-jdbc job repository implementation, see spring-projects/spring-batch#877 which we might consider in the next major release).