You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Ashutosh Mestry (JIRA)" <ji...@apache.org> on 2018/06/19 05:38:00 UTC

[jira] [Created] (ATLAS-2761) Migration Exporter: Existing Implementation Does not Support Export from Early Atlas 0.8 Versions

Ashutosh Mestry created ATLAS-2761:
--------------------------------------

             Summary: Migration Exporter: Existing Implementation Does not Support Export from Early Atlas 0.8 Versions
                 Key: ATLAS-2761
                 URL: https://issues.apache.org/jira/browse/ATLAS-2761
             Project: Atlas
          Issue Type: Bug
            Reporter: Ashutosh Mestry
            Assignee: Ashutosh Mestry
             Fix For: trunk, 1.0.0


*Background*

Current implementation of _Migration Exporter_ uses Spring to instantiate objects. This works for most of Atlas v0.8 versions, except the early versions that did not have Spring integrated.

*Analysis*

The use of Spring in object creation imposes this restriction. Simpler approach by directly instantiating objects can help in supporting more versions.

There may be some inconsistencies in parameters passed during object creation. This needs to be considered.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)