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 - 2.1.0
Changes required to move to the next version of Data-Connectors.
2.1.0
Moved
The following interfaces and classes have been moved or renamed as follows. A simple find and replace will be enough to migrate the following classes.
Core Module Changes
The IFetchScopeToFileScanParametersConverter
has been renamed to IScopeToFileScanParametersConverter
and its path can be referenced from either the new IFilesScopedTopic
or from the existing interface IFilesScopedFetchTopic
where the previous IFetchScopeToFileScanParametersConverter
was located. Functionally this class has not changed.
All the following class paths start with com.activeviam.io.data.source
Previous Class
New Class / Location
...IFilesScopedFetchTopic.IFetchScopeToFileScanParametersConverter
...IFilesScopedFetchTopic.IScopeToFileScanParametersConverter
...IFilesScopedTopic.IScopeToFileScanParametersConverter
CSV Module Changes
The following classes have been moved from the source
package into source.impl
package. Functionally these classes have not changed.
All following class paths start with com.activeviam.io.csv.data
Previous Class
New Class / Location
...source.CsvFilesScopedFetchTopic
...source.impl.CsvFilesScopedFetchTopic
...source.LocalCsvScopedFetchSource
...source.impl.LocalCsvScopedFetchSource
...source.ACsvScopedFetchSource
...source.impl.ACsvScopedFetchSource
2.0.1
No changes required from accelerator side
2.0.0
No changes required from accelerator side