[
https://issues.apache.org/jira/browse/SLING-3413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14498167#comment-14498167
]
Radu Cotescu commented on SLING-3413:
-------------------------------------
I updated some of the dependencies from the {{pom.xml}} to use non-incubator
releases - generally I used the next release after x.x.x-incubator. Some of the
changes were needed due to updating the {{org.apache.sling.commons.testing}}
(e.g. {{javax.jcr, 2.0}} and IIRC the {{commons-collections}} which was not a
transitive dependency any more).
Let's start the 2.0.16 release thread then. Thanks for your review!
> Extend the JavaScript Resource API
> ----------------------------------
>
> Key: SLING-3413
> URL: https://issues.apache.org/jira/browse/SLING-3413
> Project: Sling
> Issue Type: Improvement
> Components: Scripting
> Affects Versions: Scripting JavaScript 2.0.12
> Reporter: Justin Edelson
> Assignee: Radu Cotescu
> Fix For: Scripting JavaScript 2.0.16
>
>
> The JS API used to wrap Resources doesn't support getting a list of children
> or the resource's name as these methods on the Resource interface post-date
> the last update to the JS API. The JS API should be brought up to date and
> provide support for the following:
> * getChild(String)
> * getChildren()
> * getName()
> * getParent()
> * isResourceType(String)
> * listChildren()
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)