You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by je...@apache.org on 2018/12/17 17:03:59 UTC

[sling-org-apache-sling-api] 01/01: Merge pull request #8 from apache/SLING-8116

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 <je...@apache.org>
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(-)