This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a change to branch feature/pathmappingproposal
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git.
from a459f15 Clean up code and replace usage of deprecated api
new 54ff78a Prototype api
new 885ce6c Update api prototype
The 2 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.
Summary of changes:
.../sling/api/resource/ResourceResolver.java | 110 +++++++++------------
.../api/resource/ResourceResolverFactory.java | 10 +-
.../PathRewriter.java} | 24 +++--
.../PathRewriterFactory.java} | 16 +--
.../sling/api/resource/mapping/ResourceMapper.java | 51 +++++-----
.../sling/api/resource/mapping/package-info.java | 2 +-
.../apache/sling/api/resource/package-info.java | 2 +-
.../api/wrappers/ResourceResolverWrapper.java | 14 ++-
.../resource/mapping/MappingChainContext.java} | 24 ++---
.../resource/mapping/PathMapper.java} | 44 ++++-----
.../resource/mapping}/package-info.java | 5 +-
11 files changed, 151 insertions(+), 151 deletions(-)
copy src/main/java/org/apache/sling/api/resource/{runtime/RuntimeService.java
=> mapping/PathRewriter.java} (60%)
copy src/main/java/org/apache/sling/api/resource/{runtime/RuntimeService.java
=> mapping/PathRewriterFactory.java} (72%)
copy src/main/java/org/apache/sling/{api/resource/runtime/RuntimeService.java
=> spi/resource/mapping/MappingChainContext.java} (70%)
copy src/main/java/org/apache/sling/{api/wrappers/IteratorWrapper.java =>
spi/resource/mapping/PathMapper.java} (52%)
copy src/main/java/org/apache/sling/{api/request =>
spi/resource/mapping}/package-info.java (92%)