This is an automated email from the ASF dual-hosted git repository. jeb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git
commit 32a51c0b574a332a32c2e6839fddfa761f63c1c7 Merge: c3ae192 1a928f6 Author: Jason E Bailey <[email protected]> AuthorDate: Mon Dec 17 12:03:54 2018 -0500 Merge pull request #8 from apache/SLING-8116 SLING-8116 implement OSGI Converter for default methods pom.xml | 14 +- .../org/apache/sling/api/resource/ValueMap.java | 32 +++- .../apache/sling/api/resource/package-info.java | 2 +- .../sling/api/wrappers/CompositeValueMap.java | 44 ++--- .../sling/api/wrappers/ValueMapDecorator.java | 8 +- .../apache/sling/api/wrappers/impl/DateUtils.java | 97 ---------- .../sling/api/wrappers/impl/ObjectConverter.java | 211 +++++++-------------- .../apache/sling/api/wrappers/package-info.java | 2 +- .../sling/api/wrappers/ValueMapDecoratorTest.java | 12 +- .../apache/sling/api/wrappers/impl/Convert.java | 10 +- .../api/wrappers/impl/ObjectConverterTest.java | 40 ++-- 11 files changed, 172 insertions(+), 300 deletions(-)
