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

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


 discard 4e3a333  Add constant for API Regions extension
 discard 69c1883  Remove Features Service
 discard 85c4e93  Add 'from-feature' to api-regions extions
 discard ddebe15  Add a 'from-feature' metadata key'
 discard b5985f8  Add Features service API
     add 820452f  Clarify the 'global' region
     add 9d367f3  Change title
     add 577ca16  SLING-7765 Application creation missing variable declarations
     add 83b54cf  Add proposal for application configuration
     add 67be682  SLING-7783 : Unable to remove bundles without specifying a 
version
     add 73e0d12  Distinguish between choices and options
     add fffdaa2  Add second proposal
     add ddf2517  SLING-7827 : Remove Application concept from feature model
     add f022b40  SLING-7827 : Remove Application concept from feature model
     add bc42473  Pass Extension object to FeatureExtensionHandler instead of 
just the extension name.
     add 04273f1  Fix merging of json extensions
     add 26f871c  Fix json extension merging (take2)
     add 1732fe2  Change variable handling to not allow variables to be defined 
twice
     add 0b91c06  Merge pull request #3 from apache/variables
     add 35bcd3d  SLING-7216 - [nice-to-have] Add a CODE_OF_CONDUCT file to 
every module
     add 498ece7  SLING-7215 - [nice-to-have] Add a CONTRIBUTING file to every 
module
     add 9d41c16  trivial: added license header to *.md files
     add e1d4f99  SLING-7829: Change the includes to be include and from a list 
to a single (optional) field
     add aa9c3a5  Merge pull request #5 from apache/issues/SLING-7829
     new 5c7c5e7  Initial content for features service

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4e3a333)
            \
             N -- N -- N   refs/heads/features-service (5c7c5e7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 CODE_OF_CONDUCT.md                                 |  22 ++
 CONTRIBUTING.md                                    |  24 ++
 apicontroller.md                                   |   6 +-
 appconf.md                                         |  93 ++++++
 pom.xml                                            |   4 +-
 prototype.md                                       |  31 +-
 readme.md                                          |   1 +
 .../java/org/apache/sling/feature/Application.java | 128 --------
 .../java/org/apache/sling/feature/Artifact.java    |   1 +
 .../org/apache/sling/feature/Configuration.java    |   6 +-
 .../java/org/apache/sling/feature/Feature.java     |  40 ++-
 .../org/apache/sling/feature/FeatureConstants.java |  26 +-
 .../java/org/apache/sling/feature/KeyValueMap.java |  25 +-
 .../sling/feature/builder/ApplicationBuilder.java  | 123 --------
 .../sling/feature/builder/BuilderContext.java      |  45 ++-
 .../apache/sling/feature/builder/BuilderUtil.java  | 133 ++++----
 .../sling/feature/builder/FeatureBuilder.java      | 223 +++++++++++--
 .../feature/builder/FeatureExtensionHandler.java   |  23 +-
 .../sling/feature/builder/FeatureProvider.java     |   3 +-
 .../feature/builder/ApplicationBuilderTest.java    |  74 -----
 .../sling/feature/builder/BuilderUtilTest.java     |   2 +-
 .../sling/feature/builder/FeatureBuilderTest.java  | 349 ++++++++++++++++++++-
 22 files changed, 876 insertions(+), 506 deletions(-)
 create mode 100644 CODE_OF_CONDUCT.md
 create mode 100644 CONTRIBUTING.md
 create mode 100644 appconf.md
 delete mode 100644 src/main/java/org/apache/sling/feature/Application.java
 delete mode 100644 
src/main/java/org/apache/sling/feature/builder/ApplicationBuilder.java
 delete mode 100644 
src/test/java/org/apache/sling/feature/builder/ApplicationBuilderTest.java

Reply via email to