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:58 UTC

[sling-org-apache-sling-api] branch master updated (c3ae192 -> 32a51c0)

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

jeb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git.


    from c3ae192  [maven-release-plugin] prepare for next development iteration
     add a64af1b  SLING-8116 implement default methods
     add 9153f5a  SLING-8116 Updated synchronization to double lock pattern
     add 65be481  SLING-8116 reduced api bump by overriding default method
     add 1a928f6  SLING-8116 minor changes
     new 32a51c0  Merge pull request #8 from apache/SLING-8116

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)
 delete mode 100644 src/main/java/org/apache/sling/api/wrappers/impl/DateUtils.java


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

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