adrianriley
Results
2
issues of
adrianriley
**Bug description** BATCH_JOB_EXECUTION.STATUS may be null. If it is, a NullPointerException is thrown by JdbcJobExecutionDao.JobExecutionRowMapper.mapRow, See this line: `jobExecution.setStatus(BatchStatus.valueOf(rs.getString(4)));` **Environment** spring-batch-core 4.2.1.RELEASE. But the bug still appears to be there...
status: waiting-for-reporter
type: bug
I'm interested to know why these methods always get a new Jedis instance from the pool, even when the calling method already has an instance. Is there a particular reason...