Skip to content

Make charset configurable in JdbcExecutionContextDao #795

Closed
@spring-projects-issues

Description

@spring-projects-issues

Matthias Fiebiger opened BATCH-2804 and commented

This is a known issue. With Spring Batch 4 it has got worsened.

With Spring 4 The XStreamExecutionContextStringSerializer is deprecated. You should use the Jackson2ExecutionContextStringSerializer. But this Serializer can only be used with utf-encoding. JdbcExecutionContextDao only works with ISO-8859-1. Thus, by default all spring Batch 4 applications will destroy special characters. Some Databases do not except the broken characters.


Affects: 4.1.1

Reference URL: https://jira.spring.io/browse/BATCH-2057

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions