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 2019/07/31 18:57:12 UTC

[sling-org-apache-sling-resourceresolver] branch feature/SLING-7768 updated (bdc07c8 -> 323b7d8)

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 bdc07c8  Migrated the Sling Interplation to Lang3 StrSubtitutor, adjusted the tests and fixed some merge problems
     add 323b7d8  SLING-7768 - Fixed all the issues reported by SonarCube and improved code coverage

No new revisions were added by this update.

Summary of changes:
 .../resourceresolver/impl/mapping/MapEntries.java  |  10 +-
 .../impl/mapping/StringInterpolationProvider.java  |   7 --
 .../StringInterpolationProviderConfiguration.java  |  29 ++---
 .../mapping/StringInterpolationProviderImpl.java   |  84 +++++++-------
 .../StringInterpolationProviderImplTest.java       | 127 +++++++++++++++++----
 .../sling/resourceresolver/util/MockTestUtil.java  |  22 ++--
 6 files changed, 178 insertions(+), 101 deletions(-)