This is an automated email from the ASF dual-hosted git repository.
kwin pushed a change to branch feature/escape-resource-names
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git
from 923d1d1 SLING-12815 Expose methods to escape/unescape resource names
add 0fc8622 SLING-12781 Expose resource type via getValueMap() (#59)
add 85b7165 Merge branch 'master' into feature/escape-resource-names
No new revisions were added by this update.
Summary of changes:
.../sling/api/resource/ModifiableValueMap.java | 7 +-
.../org/apache/sling/api/resource/Resource.java | 1 +
.../sling/api/resource/ResourceResolver.java | 21 ++++--
.../sling/api/resource/SyntheticResource.java | 25 +++++-
.../sling/api/resource/SyntheticResourceTest.java | 88 ++++++++++++++++++++++
5 files changed, 132 insertions(+), 10 deletions(-)
create mode 100644
src/test/java/org/apache/sling/api/resource/SyntheticResourceTest.java