Skip to content

Next maintenance release 2.9.1

Latest
Compare
Choose a tag to compare
@jbax jbax released this 18 Jan 04:24
· 5 commits to master since this release

BUGs fixed

  • Quote escape configured to double quote (quote value) character if escape not detected #414

  • Delimiter detection returns first candidate delimiter even if it does not exist in the file #415

  • context.getSelectedHeaders() in RowProcessor processStarted() can return invalid results #416

  • DefaultNullRead of @parsed does not work with enums #427

  • Missing fields not initialized if nested beans present #432

  • Possible race condition #424

  • implicit limitation on max column name length? #438

Enhancements

  • Delimiter detection returns first candidate delimiter even if it does not exist in the file #415

  • Custom CsvFormatDetector #434

  • Detects "whitespace" as delimiter instead of "comma" #420