Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1780

Fix parsing of import-export packages in class AbstractOSGiApplicationArchiveProcessor

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • OSGi Containers
    • None

      Method enhanceApplicationArchive() in specified class cannot parse import packages from file MANIFEST.MF correctly. Input string must be split only by those commas that are not surrounded by double-quotes.

      Example:
      org.jboss.arquillian.junit;version="[X.0.0,Y.0.0)";extra="A,B",org.junit"
      must be split as follows:
      org.jboss.arquillian.junit;version="[X.0.0,Y.0.0)";extra="A,B" and org.junit

            tdiesler@redhat.com Thomas Diesler
            mbasovni Martin Basovnik (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: