V5.0.0

This release main changes is on the mapping implementation side. the mapper user should not see any change. The goal was to make the csv mapping use the same code as the other mappers to support all the new feature. Csv-mapper now supports all the mapper feature including :

  • Immutables
  • multi joins

Issues :

  • #545 Make csv mapper use standard constant source mapper
  • #412 csv support multiple join queries
  • #550 fail to map when @column and alias present
  • #548 Csv Row values return null
  • #549 Csv Row return empty when not empty

Known issue fixed in 5.0.1 :

  • #552 ConvertService needs to be backward compatible api