You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2018/09/06 09:18:01 UTC

[sling-org-apache-sling-feature] branch master updated (26f871c -> 0b91c06)

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

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


    from 26f871c  Fix json extension merging (take2)
     add 1732fe2  Change variable handling to not allow variables to be defined twice
     new 0b91c06  Merge pull request #3 from apache/variables

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:
 .../sling/feature/builder/BuilderContext.java      | 33 +++++++-
 .../apache/sling/feature/builder/BuilderUtil.java  | 61 +++++++++++++-
 .../sling/feature/builder/FeatureBuilder.java      | 26 +++---
 .../sling/feature/builder/BuilderUtilTest.java     |  2 +-
 .../sling/feature/builder/FeatureBuilderTest.java  | 93 ++++++++++++++++++++--
 5 files changed, 192 insertions(+), 23 deletions(-)


[sling-org-apache-sling-feature] 01/01: Merge pull request #3 from apache/variables

Posted by pa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pauls pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature.git

commit 0b91c06fbdb68ca8903620045f38376b17956b43
Merge: 26f871c 1732fe2
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Thu Sep 6 11:17:59 2018 +0200

    Merge pull request #3 from apache/variables
    
    Change variable handling to not allow variables to be defined twice

 .../sling/feature/builder/BuilderContext.java      | 33 +++++++-
 .../apache/sling/feature/builder/BuilderUtil.java  | 61 +++++++++++++-
 .../sling/feature/builder/FeatureBuilder.java      | 26 +++---
 .../sling/feature/builder/BuilderUtilTest.java     |  2 +-
 .../sling/feature/builder/FeatureBuilderTest.java  | 93 ++++++++++++++++++++--
 5 files changed, 192 insertions(+), 23 deletions(-)