JdbcExecutionContextDao#afterPropertiesSet misses null ExecutionContextSerializer [BATCH-2779] #826
Labels
has: backports
Legacy label from JIRA. Superseded by "for: backport-to-x.x.x"
in: infrastructure
type: bug
Milestone
Michael Minella opened BATCH-2779 and commented
While normal creation of the
JdbcExecutionContextDao
is handled by theFactoryBean
implementations for theJobRepository
andJobExplorer
, the call toafterPropertiesSet
does not confirm that the object created is completely valid. Specifically it does not validate that theExecutionContextSerializer
is not null.Affects: 4.0.0, 3.0.9
Referenced from: pull request #673
Backported to: 4.1.1, 4.0.2, 3.0.10
The text was updated successfully, but these errors were encountered: