You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/12 14:57:41 UTC

[jira] [Commented] (SLING-6780) org.apache.sling.scripting.sightly.js.provider does not declare an version range for org.mozilla.javascript import

    [ https://issues.apache.org/jira/browse/SLING-6780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15965997#comment-15965997 ] 

ASF GitHub Bot commented on SLING-6780:
---------------------------------------

GitHub user vladbailescu opened a pull request:

    https://github.com/apache/sling/pull/213

    SLING-6780 - org.apache.sling.scripting.sightly.js.provider does not …

    …declare an version range for org.mozilla.javascript import
    
    * Added dependency to org.apache.sling.scripting.javascript

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vladbailescu/sling issue/SLING-6780

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/sling/pull/213.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 #213
    
----
commit 21891430ea2b3af8d860db44009a393bfa7de738
Author: vladbailescu <ba...@adobe.com>
Date:   2017-04-12T14:56:54Z

    SLING-6780 - org.apache.sling.scripting.sightly.js.provider does not declare an version range for org.mozilla.javascript import
    
    * Added dependency to org.apache.sling.scripting.javascript

----


> org.apache.sling.scripting.sightly.js.provider does not declare an version range for org.mozilla.javascript import
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: SLING-6780
>                 URL: https://issues.apache.org/jira/browse/SLING-6780
>             Project: Sling
>          Issue Type: Bug
>          Components: Scripting
>    Affects Versions: Scripting Sightly JS Use Provider 1.0.10
>            Reporter: Vlad Bailescu
>
> The {{org.apache.sling.scripting.sightly.js.provider}} bundle is not declaring a version range for the {{org.mozilla.javascript}} import in its manifest. This can become a problem when someone installs an incompatible version. The solution is simple: declare an explicit dependency on {{org.apache.sling.scripting.javascript}} so that the bundle plugin can pick up the correct version range.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)