On 25 October 2012 02:27, Carsten Ziegeler <[email protected]> wrote: > Hi, > >> >> I see 3 out of the 4 are assigned to you. If you need help them? I >> would be happy to lend a hand, but will need to ask about exactly what >> methods are safe to remove in SLING-2538 so as not to impact anyone >> upstream. > Thanks for the offer, I haven't looked in detail but it basically > should be the special handling in SLING-2457 and the methods in > ResourceUtil/AbstractResource where AbstractResource currently calls > ResourceUtil instead vice versa. > Before doing this I would like to see if no one is against this change :)
I have attached a patch to the issue which I think addresses it, but I am not certain. There are 2 changes. I inverted the call from AbstractResource.getParent(...) to ResourceUtil.getParent() which was deprecated (moved the code). I also removed the catch AbstractMethodError. Is that what was wanted ? (not committed). Ian
