You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/22 18:51:20 UTC

[jira] [Commented] (APEXCORE-512) Launching application using "-exactMatch" option in CLI is failing

    [ 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 <sa...@gmail.com>
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)