Migration Notes - 3.0.2

This page explains the changes required to migrate from 3.0.1-AP5.11 to 3.0.2-AP5.11 version of Data Connectors.

3.0.2

ACsvScopedSource now extends CSVSource

note

A breaking change was introduced in AP 5.11.5 which causes breaking changes in the DLC.

The ACsvScopedSource no longer extends TraceableCsvSource, instead it now extends CSVSource. The ACsvScopedSource will be wrapped into a TraceableCsvSource through the CsvSourceBeanPostProcessor internally.

The CsvSourceBeanPostProcessor is registered in the TracingConfig bean.