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

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


      at 56a2e60  (tag)
 tagging a8c8d08ab72f76e75849513eca29abc5e23d1d1c (commit)
      by Carsten Ziegeler
      on Mon Feb 11 10:12:04 2013 +0000

- Log -----------------------------------------------------------------
org.apache.sling.resourceresolver-1.0.4
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new 777e1fc  SLING-2396 : Add new resourceresolver project
     new 6163957  SLING-2396 : Add new resourceresolver project
     new e5ad427  SLING-2396 : Add new resourceresolver project
     new 5050b38  SLING-2396 : Add new resourceresolver project
     new 2f0f1e5  SLING-2396 : Add new resourceresolver project
     new 05106cb  fixing build for a fresh environment
     new 17f193b  Update to latest parent pom
     new 95f0ba7  Use released versions
     new dba4068  Remove unused code
     new 5454cb5  SLING-2530 : Implement CRUD based on resources (WiP)
     new c9375a7  SLING-2530 : Implement CRUD based on resources (WiP)
     new fd67f24  SLING-2530 : Implement CRUD based on resources (WiP)
     new e6a6bee  SLING-2530 : Implement CRUD based on resources (WiP)
     new 3c93301  SLING-2530 : Implement CRUD based on resources
     new 32ed7ac  SLING-2530 : Implement CRUD based on resources
     new 84d0fb0  SLING-2530 : Implement CRUD based on resources
     new d022f3e  SLING-2530 : Implement CRUD based on resources
     new c582423  SLING-2530 : Implement CRUD based on resources
     new a45fd14  SLING-2530 : Implement CRUD based on resources
     new eec4a61  SLING-2530 : Implement CRUD based on resources
     new 17946c7  SLING-2530 : Implement CRUD based on resources
     new d3d3c42  SLING-2396 : Add new resourceresolver project
     new 656e8f1  SLING-2579 : ResourceResolverFactory should only be available 
if specific ResourceProvider/Factories are registered
     new 1edd269  SLING-2583 - introducing MapConfigurationProvider interface
     new b03e3d6  SLING-2521 - improving (dramatically) performance of 
sling:alias lookups during resolution by pre-caching aliases
     new fcd45b8  SLING-2521 - handling jcr:content child node case
     new 3165e3b  SLING-2521 - handling duplicate alias case
     new 41d61ea  SLING-2521 - adding MapEntries unit test
     new c848a2f  SLING-2319 - fixing description of mapping property
     new fce18b3  SLING-2560 Support reverse mapping with regular expressions:  
 - sling:match may be a replacement pattern (with $1 etc. references)   - 
sling:internalRedirect may be a regular expression   - sling:internalRedirect 
regaular expressions ignored for the resolution map
     new 14913d4  SLING-2598 :  Don't process already defined vanity paths
     new 8906e03  SLING-2598 :  Don't process already defined vanity paths
     new 25fd2cd  SLING-2530 : Implement CRUD based on resources
     new 50e0528  SLING-2530 : Implement CRUD based on resources
     new e8c3dc4  SLING-2530 : Implement CRUD based on resources
     new bcf156e  SLING-2530 : Implement CRUD based on resources
     new 6076283  SLING-2626 :  NPE in ResourceResolverImpl.getResource. Apply 
slightly modifed version of patch from Radu Cotescu
     new 54a4a23  SLING-2541 : General mechanism to chain resource providers
     new 0770ac0  SLING-2639 - adding check for extension in resource names 
with vanity paths
     new 1d3c6a5  SLING-2640 - log current providers after bind/unbind
     new 037450b  SLING-2640 - ResourceProviderEntry did not correctly remove a 
root provider
     new 7fcd9e3  SLING-2641 :  Make listChildren() Iterable
     new 239f607  SLING-2530 : Implement CRUD based on resources
     new 55dde35  SLING-2530 : Implement CRUD based on resources
     new b647a49  Preparing release
     new 14e4425  [maven-release-plugin] prepare release 
org.apache.sling.resourceresolver-1.0.0
     new ea248db  [maven-release-plugin] prepare for next development iteration
     new d4bf2a1  Set dependencies to latest snapshots after release
     new 62fe67a  SLING-2665 - allow the default redirect status code to be 
configured
     new 9fe2e02  Update to released bundles
     new a2175a4  SLING-2691 :  Correctly update mapping if a jcr:content node 
is removed
     new b7a268c  SLING-2691 :  Correctly update mapping if a jcr:content node 
is removed
     new b53aaff  SLING-2644 - Make the jackrabbit/accessmanager and 
jackrabbit/usermanager to work with newer servlets/post bundle
     new 5cac90a  Revert change to snapshot dependency
     new ccb5f15  [maven-release-plugin] prepare release 
org.apache.sling.resourceresolver-1.0.2
     new 5035758  [maven-release-plugin] prepare for next development iteration
     new d0aab21  Use latest releases and update to new parent pom
     new 61b9dc1  SLING-2713 :  java.lang.IllegalStateException: Service 
already unregistered during unregistering of resource resolver
     new 489c424  SLING-2714 : Wrap LOGGER.debug calls in 
ResourceProviderEntry. Applied modified patch from Alexander Muthmann
     new dd82368  SLING-2714 : Wrap LOGGER.debug calls in ResourceProviderEntry.
     new df78394  SLING-2719 : Deadlock in 
ResourceResolverFactoryActivator.checkFactoryPreconditions
     new d0b08df  Improved documentation in ResourceProviderEntry, mainly 
targetted at someone reading the code. No code changes.
     new 8458355   SLING-2725 Pulled in a test class from HttpClient 3.1 to 
cover the URI class just in case it ever gets changed. URITest has had some 
tests removed to eliminate additional dependencies. Added a second Unit test to 
make up for missing coverage. More tests to follow.
     new e5238a2  SLING-2725 Added mockito as a test dependency in preparation 
for wider unit tests.
     new a556caa   SLING-2725 mock based coverage for the activator and very 
basic resource resolver usage. coverage now at 57%, more to come.
     new 39dfabe  SLING-2725 Added initial coverage for mapping, needs more 
work to get real coverage.
     new 4d052c9  SLING-2725 Coverage at 65%, some areas not covered marked 
with TODOs in MockedResourceResolverImplTest.
     new 2b28069  [maven-release-plugin] prepare release 
org.apache.sling.resourceresolver-1.0.4
     new a8c8d08  [maven-release-plugin]  copy for tag 
org.apache.sling.resourceresolver-1.0.4

The 69 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
['"[email protected]" <[email protected]>'].

Reply via email to