This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to annotated tag org.apache.sling.resourcemerger-1.3.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcemerger.git.


      at 3ff35b9  (tag)
 tagging 4890e4b50739f6b50e933bb1021343eb60eb59aa (commit)
      by Carsten Ziegeler
      on Wed Feb 10 15:04:36 2016 +0000

- Log -----------------------------------------------------------------
org.apache.sling.resourcemerger-1.3.0
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new a2fed28  SLING-2986 : Merged Resource Provider. Apply contribution by 
Gilles Knobloch
     new 4c9a3bc  SLING-2986 : Merged Resource Provider. Minor code changes and 
metatype info
     new 4e7cb83  SLING-2986 : remove accidentally added security property
     new e9da669  SLING-2986 : Fix path handling, especially when the root node 
is requested
     new 7118c57  SLING-2986 : Fix metadata handling
     new a5af909  SLING-2986 : Fix value map and property type handling
     new 6a8e82c  SLING-2986 : Minor code optimization
     new 6527512  SLING-2986 : Check if resource is hidden through properties 
(own or parent)
     new 61a953f  SLING-2986 : Check if resource is hidden through properties 
(own or parent)
     new 12e8054  SLING-2986 : Cache value map, implement hashCode and toString
     new 7abf60c  SLING-2986 : Use sling:resourceType property to define the 
resource type
     new 6c95810  SLING-2986 : Reimplement listChildren and make MergedResource 
immutable
     new 64d1911  SLING-2986 : Fix listChildren and add test case
     new 8618883  SLING-2986 : Remove unneeded null checks for search path, add 
test for property merging
     new 97c8967  SLING-2986 : Add test for resource type handling
     new 6c49a8d  Use new resource resolver mock testing lib
     new f5ca99b  Add test for hiding properties
     new d3fa422  SLING-2986 : Fix resource hiding when parent resource 
contains attribute but child resource is not available. Reduce resource getting 
to a minimum
     new 093d7a4  SLING-2986 : Reduce object creation for a resource
     new e52ec84  SLING-2986 : Rename mount point to /mnt/overlay
     new c6bb75c  SLING-3397 : Provide a way for path operations. Apply 
modified patch from Gilles Knobloch
     new b666a53  SLING-3397 : Provide a way for path operations. Apply 
modified patch from Gilles Knobloch
     new 62c6cbb  [maven-release-plugin] prepare release 
org.apache.sling.resourcemerger-1.0.0
     new 2af6f79  [maven-release-plugin] prepare for next development iteration
     new f043a23  SLING-3418 : Wrong path handling wrt search paths SLING-3419 
: Component name specified instead of component label SLING-3420 : Implement 
ModifyingResourceProvider - first version
     new 68dcf37  SLING-3420 : Revert implementation of 
ModifyingResourceProvider and provide an utility method instead
     new 2b5dc7a  [maven-release-plugin] prepare release 
org.apache.sling.resourcemerger-1.1.0
     new a5d33d3  [maven-release-plugin] prepare for next development iteration
     new c6b604a  SLING-3451 : Support for deep reads from a value map
     new 4853e9d  Use released Sling API
     new d01d101  [maven-release-plugin] prepare release 
org.apache.sling.resourcemerger-1.1.2
     new 9915cfa  [maven-release-plugin] prepare for next development iteration
     new d8f00f5  Switch to current snapshot of api until release is out
     new 1cb3844  Use released Sling API 2.7.0
     new 613615e  Update to parent pom v19
     new 9262285  SLING-3521 : Merged resource is not available if parent 
folder is unreadable
     new 0429178  Update to latest parent pom 20
     new 7e8a9e9  SLING-3423 / SLING-3657 - adding MergedResourcePicker for 
implementing additional merged resource selection algorithms. Implmeneting 
OverridingResourcePicker to provide /mnt/override which merges resources based 
on the resource type hierarchy
     new ddecb4c  SLING-3423 - ResourceMergerService API must allow custom 
merge paths
     new 7177d76  SLING-3657 - adding metatype
     new 10e7537  SLING-3657 - requiring configuration to avoid excess 
registration
     new 02e184d  SLING-3909 : Merged ResourceProviders should be optionally 
modifiable
     new b355a95  SLING-3909 : Merged ResourceProviders should be optionally 
modifiable
     new 290ce09  Refactoring - put pickers into separate package, align name 
of CRUD implementation
     new 35e7df3  SLING-3423/SLING-3657 : Change return type of picker 
interface from iterator to List
     new 380a3e0  SLING-3909 : Merged ResourceProviders should be optionally 
modifiable
     new ee50068  Use a better pid as this is actually public api
     new ca4af83  Correct delete behaviour
     new e6c5e1d  SLING-3927 : Cleanup / deprecate ResourceMergerService
     new 2ed6a66  SLING-3909 : Merged ResourceProviders should be optionally 
modifiable
     new f2d2834  SLING-3909 : Merged ResourceProviders should be optionally 
modifiable
     new 72da0b1  Update to Sling Parent POM 22 with baselining enabled
     new d85b336  [maven-release-plugin] prepare release 
org.apache.sling.resourcemerger-1.2.0
     new 59590ad  [maven-release-plugin] prepare for next development iteration
     new 68333e8  SLING-4247 : Reconsider resource type handling
     new 0989a7c  Add a new test case
     new 069ecb1  SLING-4311 - have the overriding resource picker create stub 
(non-existing) resources to accommodate for missing hierarchy nodes.
     new 477ce3d  [maven-release-plugin] prepare release 
org.apache.sling.resourcemerger-1.2.2
     new 50ec08b  [maven-release-plugin] prepare for next development iteration
     new 36a5fb2  SLING-4311 - edge case where reusing an hidden ancestor name 
caused the wrong resource to be hidden
     new 91be8e7  SLING-4311 - edge case where reusing an hidden ancestor name 
caused the wrong resource to be hidden
     new 1ba1bb4  SLING-4340 - getting the resource type property *first* and 
then falling back to the first non-null getResourceType() result.
     new d824761  SLING-4247 : clean up code and add missing break
     new 65864b6  SLING-4247 : clean up code and add missing break
     new 916191e  Remove wrong break statement again
     new 677a077  SLING-4340 : SLING-4247 created odd side-effects
     new 887f936  [maven-release-plugin] prepare release 
org.apache.sling.resourcemerger-1.2.4
     new 3f3cfd7  [maven-release-plugin] prepare for next development iteration
     new f529898  SLING-4398 : Potential NPE when non existing resource has no 
parent
     new 11fb113  [maven-release-plugin] prepare release 
org.apache.sling.resourcemerger-1.2.6
     new 1c09315  [maven-release-plugin] prepare for next development iteration
     new 0b50e21  SLING-4468 - fixing case where parent is missing but 
grandparent is available
     new a66f602  [maven-release-plugin] prepare release 
org.apache.sling.resourcemerger-1.2.8
     new 41d183b  [maven-release-plugin] prepare for next development iteration
     new b1a0be7  SLING-4568 : Performance: 
MergingResourceProvider.ParentHidingHandler adds about 30pp rendering overhead. 
Apply partial patch from Joel Richard
     new 72cd433  SLING-4653 : [Regression] Merging resource provider is 
traversing parent hierarchy for finding hide properties
     new f73c6a1  SLING-4568 : Performance: 
MergingResourceProvider.ParentHidingHandler adds about 30pp rendering overhead. 
Apply slightly modified patch from Joel Richard
     new 57cf2bc  SLING-4568 : Performance: 
MergingResourceProvider.ParentHidingHandler adds about 30pp rendering overhead. 
Apply slightly modified patch from Joel Richard
     new 7a9b67c  Update contrib modules to Parent 23
     new 28ee44c  set parent version to 24 and add empty relativePath where 
missing
     new 8e5af97  SLING-4878 - Resource Merger: Infinite loop in case a parent 
resource has one of its children as a supertype
     new ce83fb1  trivial: updated JavaDoc to comply with Java 1.8
     new 5042a61  [maven-release-plugin] prepare release 
org.apache.sling.resourcemerger-1.2.10
     new 320b5c3  [maven-release-plugin] prepare for next development iteration
     new d628e1a  Update the contrib reactor to parent 25
     new bd4eb69  SLING-5108 Various little performance improvements
     new 290600f  SLING-5108 Reverted MergedResource#toString() change
     new 6ef6bd9  SLING-4611 Performance: Consider optimizing 
MergedResource#getParent and getChild
     new 1b31325  SLING-5201 : Improve resource provider resolving
     new 09731a5  SLING-5204 : Implement provider lifecycle methods
     new 403cd66  Copy relevant bits of resourceresolver private impl class to 
resourcemerger to avoid dependency on internal classes (even if it's for 
testing)
     new 1252689  Switch to parent pom 26
     new 5c05dea  update to released versions
     new 505dd43  SLING-5501 : Adjust resource merger for latest API changes. 
Apply patch from Joel Richard
     new e54c3c9  SLING-5502 : Additions to MergedResourcePicker break existing 
implementations
     new d92f20e  SLING-5502 : Additions to MergedResourcePicker break existing 
implementations
     new 4eb9dd1  [maven-release-plugin] prepare release 
org.apache.sling.resourcemerger-1.3.0
     new 4890e4b  [maven-release-plugin] copy for tag 
org.apache.sling.resourcemerger-1.3.0

The 98 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <commits@sling.apache.org>'].

Reply via email to