I am getting this exception with SERIALIZED isolation level on JobRepository in Spring Batch:
org.springframework.dao.CannotSerializeTransactionException: Pr
Increasing the database.maximumPoolSize size from 3 to 5 solved the error.