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