You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2020/01/23 19:56:19 UTC

[sling-org-apache-sling-resourceresolver] branch feature/SLING-7768 updated (980943d -> 4e7c2ef)

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

andysch pushed a change to branch feature/SLING-7768
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourceresolver.git.


    from 980943d  Replaced the StrSubstitutor with the Interpolator from Felix and adjsuted the StringInterpolationProviderImpl to make it work
     add 4e7c2ef  Changes requested by Carsten’s Code Review or PR 15

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            | 26 -----------
 .../impl/ResourceResolverFactoryActivator.java     | 11 +----
 .../impl/mapping/Interpolator.java                 | 13 ++++--
 .../resourceresolver/impl/mapping/MapEntries.java  |  2 +-
 .../StringInterpolationProviderConfiguration.java  |  8 ++--
 .../mapping/StringInterpolationProviderImpl.java   | 13 +++---
 .../impl/EtcMappingResourceResolverTest.java       |  4 +-
 .../impl/MockedResourceResolverImplTest.java       | 11 -----
 .../mapping/StringInterpolationMapEntriesTest.java |  4 +-
 .../StringInterpolationProviderImplTest.java       | 54 +++++++++++-----------
 10 files changed, 52 insertions(+), 94 deletions(-)