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

Uima AS imports ConcurrentHashMap from a wrong package

    XMLWordPrintableJSON

Details

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

    Description

      ActiveMQMessageSender imports:

      edu.emory.mathcs.backport.java.util.concurrent.ConcurrentHashMap;

      This appears to exist in activemq 4.1.1 jar and thus resolving fine. Newer AMQ jars do not define this class.
      Instead the code should have imported java.util.concurrent.ConcurrentHashMap

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: