You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2022/01/12 21:47:47 UTC

[sling-org-apache-sling-feature-apiregions] 01/01: Merge pull request #16 from apache/SLING-11006-regions-webconsole

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

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

commit aa146ec9af9fc4c336a18d590c23d940d9967df1
Merge: ef3e5b5 34505a6
Author: Dan Klco <kl...@users.noreply.github.com>
AuthorDate: Wed Jan 12 16:47:39 2022 -0500

    Merge pull request #16 from apache/SLING-11006-regions-webconsole
    
    SLING-11006: Add API Regions Webconsole Status

 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(+)