You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by si...@apache.org on 2019/06/27 22:10:46 UTC

[sling-org-apache-sling-feature-inventoryprinter] branch master updated (9829244 -> 3f217fd)

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

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


    from 9829244  [maven-release-plugin] prepare for next development iteration
     add e007c26  stuff moved from the experiemntal org.apache.sling.feature.r2f module
     add deee9ce  [r2f] reducing redundant code
     add 8540691  Declaring the Service via SCR annotation
     add 04430ef  Fixed the Service declaration via SCR annotations
     add 3674f75  [r2f] fixed 'generator' field access
     add 32258c7  [r2f] "artifacts" section renamed to "bundles" according to the Feature model nomenclature
     add 07d4232  [r2f] InventoryPrinter.TITLE aligned with all Sling InventoryPrinter naming convention
     add 049d62a  [r2f] InventoryPrinter.TITLE and InventoryPrinter.NAME aligned with all Sling InventoryPrinter naming convention
     add 6183e07  [r2f] uniforming naming conventions
     add 5a08903  [r2f] updated APIs usage due to r2f APIs update
     add 7f9df9d  [r2f] refactoring according to new [diff] and [r2f] APIs
     add 1de976e  [r2f] InventoryPrinters implementation simplified via new r2f APIs
     add d584ec3  @trivial format
     add 1b3c26e  [r2f] APIs Update
     add 7c3ce72  @releng updated parent to latest sling-bundle-parent
     add 7d681c8  @releng r2f dependency updated to the promoted bundle
     new 3f217fd  Merge pull request #2 from apache/r2f

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                                            | 43 ++++++++++----------
 ...r.java => AbstractFeatureInventoryPrinter.java} | 40 ++++++++----------
 .../impl/FeaturesInventoryPrinter.java             | 46 ++++++++++-----------
 .../impl/Launch2RunningInventoryPrinter.java       | 47 ++++++++++++++++++++++
 .../impl/RunningInventoryPrinter.java              | 47 ++++++++++++++++++++++
 .../impl/RuntimeInventoryPrinter.java              | 47 ++++++++++++++++++++++
 6 files changed, 200 insertions(+), 70 deletions(-)
 copy src/main/java/org/apache/sling/feature/inventoryservice/impl/{FeaturesInventoryPrinter.java => AbstractFeatureInventoryPrinter.java} (55%)
 create mode 100644 src/main/java/org/apache/sling/feature/inventoryservice/impl/Launch2RunningInventoryPrinter.java
 create mode 100644 src/main/java/org/apache/sling/feature/inventoryservice/impl/RunningInventoryPrinter.java
 create mode 100644 src/main/java/org/apache/sling/feature/inventoryservice/impl/RuntimeInventoryPrinter.java


[sling-org-apache-sling-feature-inventoryprinter] 01/01: Merge pull request #2 from apache/r2f

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

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

commit 3f217fdf1487dceae7a805188477e1188606d4ef
Merge: 9829244 7d681c8
Author: Simone Tripodi <st...@adobe.com>
AuthorDate: Fri Jun 28 00:10:42 2019 +0200

    Merge pull request #2 from apache/r2f
    
    SLING-8542 Generate feature model from running AEM instance

 pom.xml                                            | 43 ++++++++++----------
 ...r.java => AbstractFeatureInventoryPrinter.java} | 40 ++++++++----------
 .../impl/FeaturesInventoryPrinter.java             | 46 ++++++++++-----------
 .../impl/Launch2RunningInventoryPrinter.java       | 47 ++++++++++++++++++++++
 .../impl/RunningInventoryPrinter.java              | 47 ++++++++++++++++++++++
 .../impl/RuntimeInventoryPrinter.java              | 47 ++++++++++++++++++++++
 6 files changed, 200 insertions(+), 70 deletions(-)