punit Singh
Results
1
issues of
punit Singh
### When writer throw non skippable exception(i.e. StringIndexOutOfBoundsException) then processor going infinite loop ``` @Bean @JobScope public Step getKeysFromDB(@Value("#{jobParameters[name]}") String name) { SimpleAsyncTaskExecutor simpleAsyncTaskExecutor = new SimpleAsyncTaskExecutor(); simpleAsyncTaskExecutor.setThreadNamePrefix("life-ins-core-thread-" + "data-");...
status: waiting-for-reporter
type: bug