Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
2018-14, 2018-15
Description
With the decision to separate javamcsapi and mcsapi in the Informatica connector, scenarios are possible where the Informatica connector uses a newer version of the Java wrapper library javamcsapi that calls the function of an older version of mcsapi manually installed on the system.
It is also possible that a newer version of mcsapi installed on the system is called by an older version of javamcsapi.
As a result we need to ensure that the call of the essential functions of javamcsapi to mcsapi are backward and forward compatible within the minor version level. (e.g. 1.1.x)
This tests is shall be build to verify that.