Closed
Description
Even though you add trustedclassnames to Jackson2ExecutionContextStringSerializer ('java.sql.Timestamp'). It's agin overridden by basicbatchconfigurer.afterPropertieset() which will call initilize(). Which will again override serilizer with jackson2executioncontextstringserilizer (); in spring boot project. Because of which adding java.sql.Timestamp has no effect.