You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description
StaxEventItemReader uses platform default encoding to read XML files.
Environment
Spring-batch version 4.3.0. Related to #807
Steps to reproduce
Just try to parse an XML file with a declared encoding different to the platform encoding.
Expected behavior
Encoding field in StaxEventItemReader should default to null, so that the parser has the opportunity to autodetect the file encoding.