Navigation :
test ../../ test whats-new.html
What's New
test ../../ test data-connectors-overview.html
Atoti Data Connectors Overview
test ../../ test data-connectors-overview/tracing.html
- Tracing
test ../../ test changelog.html
Release and migration notes
test ../../ test changelog/release-notes.html
- Changelog
test ../../ test changelog/migrate-5.0.html
- Migration Notes - 5.0
test ../../ test changelog/previous-migration.html
-
Previous migration notes
test ../../ test changelog/previous-migration/migrate-4.2-as6.1.html
-- Migration Notes - 4.2-AS6.1
test ../../ test changelog/previous-migration/migrate-4.2.html
-- Migration Notes - 4.2-AP6.0
test ../../ test changelog/previous-migration/migrate-4.1.html
-- Migration Notes - 4.1
test ../../ test changelog/previous-migration/migrate-4.0.html
-- Migration Notes - 4.0
test ../../ test changelog/previous-migration/migrate-3.0.2.html
-- Migration Notes - 3.0.2
test ../../ test changelog/previous-migration/migrate-3.0.1.html
-- Migration Notes - 3.0.1
test ../../ test changelog/previous-migration/migrate-3.0.0.html
-- Migration Notes - 3.0.0
test ../../ test changelog/previous-migration/migrate-2.2.2.html
-- Migration Notes - 2.2.2
test ../../ test changelog/previous-migration/migrate-2.2.0.html
-- Migration Notes - 2.2
test ../../ test changelog/previous-migration/migrate-2.1.0.html
-- Migration Notes - 2.1.0
test ../../ test changelog/previous-migration/migrate-1.2.0.html
-- Migration Notes - 1.2.0
test ../../ test dee-overview.html
Data Extraction Engine
test ../../ test dlc-overview.html
Data Load Controller
test ../../ test deprecated-dlc-overview.html
Data Load Controller (Deprecated)
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.