[JBoss JIRA] (ARQ-1780) Fix parsing of import-export packages in class AbstractOSGiApplicationArchiveProcessor
by Martin Basovnik (JIRA)
[ https://issues.jboss.org/browse/ARQ-1780?page=com.atlassian.jira.plugin.s... ]
Martin Basovnik updated ARQ-1780:
---------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Fix parsing of import-export packages in class AbstractOSGiApplicationArchiveProcessor
> --------------------------------------------------------------------------------------
>
> Key: ARQ-1780
> URL: https://issues.jboss.org/browse/ARQ-1780
> Project: Arquillian
> Issue Type: Bug
> Components: OSGi Containers
> Reporter: Martin Basovnik
> Assignee: Thomas Diesler
>
> 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}}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)