Jerry Cwiklik created UIMA-3653:
-----------------------------------
Summary: UIMA-AS compatibility check with UIMA-SDK should improve
Key: UIMA-3653
URL: https://issues.apache.org/jira/browse/UIMA-3653
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Affects Versions: 2.4.2AS
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
Fix For: 2.5.0AS
Both UIMA-AS client and a service code check for compatible version of UIMA SDK
druing initialization. The code does a string compare of
UimaAsVersion.getUimajFullVersionString()
and
UimaVersion.getFullVersionString()
If not equal, the initialization fails.
Modify code to only check major version and fail if there is no match.
For example:
UIMA-AS version 2.4.2 should work with UIMA SDK 2.5.0, 2.5.1 and 2.9.9.
but
UIMA-AS version 2.4.2 should fail with UIMA SDK 3.0.0
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)