Closed
Description
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:
- stacktrace.txt (11.15 kB)