You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <ui...@incubator.apache.org> on 2009/08/06 17:51:14 UTC

[jira] Created: (UIMA-1480) Add version compatibility verification to UIMA-AS for base UIMA level

Add version compatibility verification to UIMA-AS for base UIMA level
---------------------------------------------------------------------

                 Key: UIMA-1480
                 URL: https://issues.apache.org/jira/browse/UIMA-1480
             Project: UIMA
          Issue Type: Improvement
          Components: Async Scaleout
            Reporter: Marshall Schor


As part of the repackaging of UIMA-AS, it won't necessarily be packaged with a version of base UIMA - so it should verify that the version of base UIMA it is running with is OK.  For now, require that it be at the corresponding level that is released - e.g., 2.3.0 for the Base and 2.3.0 for UIMA-AS.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (UIMA-1480) Add version compatibility verification to UIMA-AS for base UIMA level

Posted by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik closed UIMA-1480.
-------------------------------

    Resolution: Fixed

Modified UIMA-AS client and UIMA AS Service Controller's base class to check for version compatibility between UIMA-AS and UIMA Core. The code checks for exact match. 

> Add version compatibility verification to UIMA-AS for base UIMA level
> ---------------------------------------------------------------------
>
>                 Key: UIMA-1480
>                 URL: https://issues.apache.org/jira/browse/UIMA-1480
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Async Scaleout
>            Reporter: Marshall Schor
>            Assignee: Jerry Cwiklik
>             Fix For: 2.3AS
>
>
> As part of the repackaging of UIMA-AS, it won't necessarily be packaged with a version of base UIMA - so it should verify that the version of base UIMA it is running with is OK.  For now, require that it be at the corresponding level that is released - e.g., 2.3.0 for the Base and 2.3.0 for UIMA-AS.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (UIMA-1480) Add version compatibility verification to UIMA-AS for base UIMA level

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor updated UIMA-1480:
---------------------------------

    Fix Version/s: 2.3AS

> Add version compatibility verification to UIMA-AS for base UIMA level
> ---------------------------------------------------------------------
>
>                 Key: UIMA-1480
>                 URL: https://issues.apache.org/jira/browse/UIMA-1480
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Async Scaleout
>            Reporter: Marshall Schor
>            Assignee: Jerry Cwiklik
>             Fix For: 2.3AS
>
>
> As part of the repackaging of UIMA-AS, it won't necessarily be packaged with a version of base UIMA - so it should verify that the version of base UIMA it is running with is OK.  For now, require that it be at the corresponding level that is released - e.g., 2.3.0 for the Base and 2.3.0 for UIMA-AS.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (UIMA-1480) Add version compatibility verification to UIMA-AS for base UIMA level

Posted by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jerry Cwiklik updated UIMA-1480:
--------------------------------

    Affects Version/s: 2.3AS

> Add version compatibility verification to UIMA-AS for base UIMA level
> ---------------------------------------------------------------------
>
>                 Key: UIMA-1480
>                 URL: https://issues.apache.org/jira/browse/UIMA-1480
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Async Scaleout
>    Affects Versions: 2.3AS
>            Reporter: Marshall Schor
>            Assignee: Jerry Cwiklik
>             Fix For: 2.3AS
>
>
> As part of the repackaging of UIMA-AS, it won't necessarily be packaged with a version of base UIMA - so it should verify that the version of base UIMA it is running with is OK.  For now, require that it be at the corresponding level that is released - e.g., 2.3.0 for the Base and 2.3.0 for UIMA-AS.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (UIMA-1480) Add version compatibility verification to UIMA-AS for base UIMA level

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor reassigned UIMA-1480:
------------------------------------

    Assignee: Jerry Cwiklik

Suggest following version info design in base: see UIMAFramework_impl methods _getMajorVersion, _getMinorVersion, and _getBuildRevision, and putting the check somewhere in the uima-as overall startup where it could be done only once, if possible.

> Add version compatibility verification to UIMA-AS for base UIMA level
> ---------------------------------------------------------------------
>
>                 Key: UIMA-1480
>                 URL: https://issues.apache.org/jira/browse/UIMA-1480
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Async Scaleout
>            Reporter: Marshall Schor
>            Assignee: Jerry Cwiklik
>
> As part of the repackaging of UIMA-AS, it won't necessarily be packaged with a version of base UIMA - so it should verify that the version of base UIMA it is running with is OK.  For now, require that it be at the corresponding level that is released - e.g., 2.3.0 for the Base and 2.3.0 for UIMA-AS.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.