Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-3653

UIMA-AS compatibility check with UIMA-SDK should use major version

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.4.2AS
    • 2.6.0AS
    • Async Scaleout
    • None

    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

      Attachments

        Activity

          People

            cwiklik Jaroslaw Cwiklik
            cwiklik Jaroslaw Cwiklik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: