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

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


    from 1c2c508  typo
     add ebbb5ab  Added a different node type, tried to use the Sling Context
     add 68c8b5a  Merge branch 'master' of github.com:apache/sling-whiteboard

No new revisions were added by this update.

Summary of changes:
 org.apache.sling.ddr/README.md                     |   4 +-
 .../java/org/apache/sling/ddr/api/Constants.java   |   4 +
 .../api/DeclarativeDynamicResourceProvider.java    |   7 +-
 org.apache.sling.ddr/core/pom.xml                  |  29 +++++
 .../ddr/core/DeclarativeDynamicResourceImpl.java   |   2 +
 .../DeclarativeDynamicResourceManagerService.java  |  62 +++++++--
 .../DeclarativeDynamicResourceProviderHandler.java |  56 +++++++-
 .../main/resources/SLING-CONTENT/nodetypes/ddr.cnd |   6 +-
 .../core/DeclarativeDynamicResourceImplTest.java   |  77 +++++++++++
 ...clarativeDynamicResourceManagerServiceTest.java | 145 +++++++++++++++++++++
 .../resources/ddr-sources/ddr-conf-settings.json   |  18 +++
 .../src/test/resources/simplelogger.properties     |  18 +++
 .../SLING-CONTENT/conf/ddr-sample/settings.json    |   4 +-
 .../SLING-CONTENT/conf/ddr-after/settings.json     |   4 +-
 14 files changed, 412 insertions(+), 24 deletions(-)
 create mode 100644 
org.apache.sling.ddr/core/src/test/java/org/apache/sling/ddr/core/DeclarativeDynamicResourceImplTest.java
 create mode 100644 
org.apache.sling.ddr/core/src/test/java/org/apache/sling/ddr/core/DeclarativeDynamicResourceManagerServiceTest.java
 create mode 100644 
org.apache.sling.ddr/core/src/test/resources/ddr-sources/ddr-conf-settings.json
 create mode 100644 
org.apache.sling.ddr/core/src/test/resources/simplelogger.properties

Reply via email to