Hi, I think we should really have a commit per module - and also an issue per module and simply pack a bunch of totally different stuff in one issue. This is really hard to track.
The patch down there removes important information from toString, please revert Thanks Carsten Am 08.10.15 um 11:41 schrieb [email protected]: > Author: tomekr > Date: Thu Oct 8 09:41:07 2015 > New Revision: 1707465 > ... > --- > sling/trunk/contrib/extensions/resourcemerger/src/main/java/org/apache/sling/resourcemerger/impl/MergedResource.java > (original) > +++ > sling/trunk/contrib/extensions/resourcemerger/src/main/java/org/apache/sling/resourcemerger/impl/MergedResource.java > Thu Oct 8 09:41:07 2015 > @@ -177,7 +177,6 @@ public class MergedResource extends Abst > > @Override > public String toString() { > - return "MergedResource [path=" + this.path + > - ", resources=" + > this.metadata.get(MergedResourceConstants.METADATA_RESOURCES) + "]"; > + return "MergedResource [path=" + this.path + "]"; > } > } > > > -- Carsten Ziegeler Adobe Research Switzerland [email protected]
