You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:00:19 UTC

[sling-org-apache-sling-resourcemerger] annotated tag org.apache.sling.resourcemerger-1.2.8 created (now 41dfa1d)

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

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


      at 41dfa1d  (tag)
 tagging fd13557960a1791ceae7297ee38cb0b4d3b6061a (commit)
      by Carsten Ziegeler
      on Mon Mar 9 08:33:56 2015 +0000

- Log -----------------------------------------------------------------
org.apache.sling.resourcemerger-1.2.8
-----------------------------------------------------------------------

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 fd13557  [maven-release-plugin]  copy for tag org.apache.sling.resourcemerger-1.2.8

The 74 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" <co...@sling.apache.org>'].

[sling-org-apache-sling-resourcemerger] 01/01: [maven-release-plugin] copy for tag org.apache.sling.resourcemerger-1.2.8

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fd13557960a1791ceae7297ee38cb0b4d3b6061a
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Mar 9 08:33:56 2015 +0000

    [maven-release-plugin]  copy for tag org.apache.sling.resourcemerger-1.2.8
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/tags/org.apache.sling.resourcemerger-1.2.8@1665152 13f79535-47bb-0310-9956-ffa450edef68

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