[ 
https://issues.apache.org/jira/browse/UIMA-3653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jerry Cwiklik updated UIMA-3653:
--------------------------------

    Description: 
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 the 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



  was:
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



        Summary: UIMA-AS compatibility check with UIMA-SDK should use major 
version   (was: UIMA-AS compatibility check with UIMA-SDK should improve)

> UIMA-AS compatibility check with UIMA-SDK should use major version 
> -------------------------------------------------------------------
>
>                 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 the 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)

Reply via email to