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

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


    from ef3e5b5  SLING-11051 - Fixing JavaDoc badge
     add 038e7d1  SLING-11006 - Adding a web console status printer for the API 
Regions
     add 268b43b  Removing Jacoco
     add 34505a6  Fixing partial display if the configuration is not loaded 
successfully
     new aa146ec  Merge pull request #16 from 
apache/SLING-11006-regions-webconsole

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                                            |   1 +
 .../sling/feature/apiregions/impl/Activator.java   |  32 ++++++
 .../feature/apiregions/impl/RegionPrinter.java     | 113 +++++++++++++++++++++
 .../feature/apiregions/impl/ActivatorTest.java     |  15 +++
 .../feature/apiregions/impl/RegionPrinterTest.java |  96 +++++++++++++++++
 src/test/resources/printer/empty.txt               |  32 ++++++
 src/test/resources/printer/noconfig.txt            |   6 ++
 src/test/resources/printer/populated.txt           |  54 ++++++++++
 8 files changed, 349 insertions(+)
 create mode 100644 
src/main/java/org/apache/sling/feature/apiregions/impl/RegionPrinter.java
 create mode 100644 
src/test/java/org/apache/sling/feature/apiregions/impl/RegionPrinterTest.java
 create mode 100644 src/test/resources/printer/empty.txt
 create mode 100644 src/test/resources/printer/noconfig.txt
 create mode 100644 src/test/resources/printer/populated.txt

Reply via email to