Files
spring-batch/spring-batch-core
Michael Minella 19af4133eb Update DefaultBatchConfigurer to conform to @PostConstruct contracts
Prior to this commit the initialize method (which is annotated with
@PostConstruct) was throwing a checked exception wich goes against the
@PostConstruct contract.  We now wrap any checked exceptions in a
BatchConfigurationException and throw that.

This commit fixes (again) BATCH-2276
2014-09-22 14:19:59 -05:00
..
2014-04-02 14:35:53 -04:00