obiba / onyx

Web-based application that manages participant baseline interviews at assessment centres or clinics.
http://www.obiba.org/pages/products/onyx
GNU General Public License v3.0
6 stars 13 forks source link

Improvement - replace DefaultExecutionContextSerializer by explicit J… #1571

Closed meek0 closed 6 years ago

meek0 commented 6 years ago

…ackson2ExecutionContextStringSerialization.

Spring Batch 3.07.RELEASE is the earliest version where Jackson2ExecutionContextStringSerializer is implemented. According to https://jira.spring.io/browse/BATCH-2575, xstream (and jettison) might cause serialization errors. Considering that the default serializer used will be the jacksonXML based one in Spring Batch 4, I suggest switching to it ASAP.