spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

Throw IllegalStateException from afterPropertiesSet

Open danilopiazza opened this issue 3 years ago • 0 comments

Consistently use Assert.state in the afterPropertiesSet() methods to throw IllegalStateException instead of IllegalArgumentException when some properties are missing and/or invalid.

Issue #2244

danilopiazza avatar Feb 07 '22 08:02 danilopiazza