On Thu, Aug 5, 2010 at 7:36 PM, Simon Gaeremynck <[email protected]> wrote: > This issue has been reported as [1] SLING-1627 and a patch was provided. > Is it possible to merge this in as this is blocking a Sakai release. >... > [1] https://issues.apache.org/jira/browse/SLING-1627
Looking at that patch, Zach reused the existing ImportOptions.isOverwrite() flag, instead of defining a new isPropertyOverwrite() one as some of us suggested. I think that introduces an incompatible change, whereas defining a new option means that old code would continue to work unchanged. -Bertrand
