Skip to content

Add java.sql.Timestamp to trusted classes in Jackson2ExecutionContextStringSerializer #3855

Closed
@karthikkesarla

Description

@karthikkesarla

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions