[
https://issues.apache.org/jira/browse/APEXCORE-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15431410#comment-15431410
]
ASF GitHub Bot commented on APEXCORE-512:
-----------------------------------------
GitHub user sandeshh opened a pull request:
https://github.com/apache/apex-core/pull/371
APEXCORE-512 While processing the "-exactMatch" flag, immutable list …
…was required. Made the changes to unit test as well.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sandeshh/apex-core APEXCORE-512
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/apex-core/pull/371.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #371
----
commit 8c1cd987da1fe59eeae4bc3503846bddf589648d
Author: sandeshh <[email protected]>
Date: 2016-08-22T18:47:32Z
APEXCORE-512 While processing the "-exactMatch" flag, immutable list was
required.
----
> Launching application using "-exactMatch" option in CLI is failing
> ------------------------------------------------------------------
>
> Key: APEXCORE-512
> URL: https://issues.apache.org/jira/browse/APEXCORE-512
> Project: Apache Apex Core
> Issue Type: Bug
> Affects Versions: 3.5.0
> Reporter: Sandesh
> Assignee: Sandesh
>
> If the app package has multiple applications, users can use "-exactMatch"
> options to launch the specific app.
> Root cause: While using "-exactMatch", AppInfo list is destructively
> modified, but that list was immutable.
> It is a regression caused while adding support for Apps in the config
> packages.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)