Re: Resource.getParent() on NonExistingResource

2016-06-01 Thread Konrad Windszus
Hi Robert, thanks for your input. > > I am not sure whether this would confuse existing clients though... I am also a bit worried about that but the only example I could think of is a code trying to create the parent nodes or collecting the non-existing ones by checking getParent() for null.

[jira] [Commented] (SLING-5755) Complete Distribution documentation

2016-06-01 Thread Timothee Maret (JIRA)
[ https://issues.apache.org/jira/browse/SLING-5755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15310242#comment-15310242 ] Timothee Maret commented on SLING-5755: --- [~mpetria] any other aspect you think would be worth adding

[jira] [Created] (SLING-5755) Complete Distribution documentation

2016-06-01 Thread Timothee Maret (JIRA)
Timothee Maret created SLING-5755: - Summary: Complete Distribution documentation Key: SLING-5755 URL: https://issues.apache.org/jira/browse/SLING-5755 Project: Sling Issue Type: Task

3 open issues with patch

2016-06-01 Thread Nicolas Peltier
Hi, could somebody have a look at the 3 following issues, they are all about Pipes minor and have patch provided: SLING-5728 SLING-5729 SLING-5735 there is a less minor one as well adding a new content importer extension here: SLING-5682 thanks, Nicolas

Re: Resource.getParent() on NonExistingResource

2016-06-01 Thread Robert Munteanu
Hi, On Wed, 2016-06-01 at 13:29 +0200, Konrad Windszus wrote: > Hi, > I have a question around the getParent() method on a > NonExistingResource. > Currently it returns null in case the parent is also a non existing > resource. > > According to the javadoc of Resource.getParent() this is kind of

Resource.getParent() on NonExistingResource

2016-06-01 Thread Konrad Windszus
Hi, I have a question around the getParent() method on a NonExistingResource. Currently it returns null in case the parent is also a non existing resource. According to the javadoc of Resource.getParent() this is kind of unexpected, because it states