You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2020/09/04 14:00:06 UTC

[sling-whiteboard] branch master updated (5893e5a -> 19f81af)

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

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


    from 5893e5a  Removed osgi-metrics module, it is in Felix now
     add 932d4c8  Add the hc-resource module
     add faae707  Add hc-resource to the reactor
     add 0e6f638  Add an instance-stopper module
     add 19f81af  Add instance-stopper to the reactor

No new revisions were added by this update.

Summary of changes:
 hc-resource/README.md                              | 20 +++++
 {starter-system-info => hc-resource}/pom.xml       | 26 ++++---
 .../hc/resource/impl/ResourceHealthCheck.java      | 89 ++++++++++++++++++++++
 instance-stopper/README.md                         | 14 ++++
 {starter-system-info => instance-stopper}/pom.xml  | 20 +++--
 .../sling/is/impl/SystemReadyInstanceStopper.java  | 41 +++++-----
 pom.xml                                            |  2 +
 7 files changed, 171 insertions(+), 41 deletions(-)
 create mode 100644 hc-resource/README.md
 copy {starter-system-info => hc-resource}/pom.xml (81%)
 create mode 100644 hc-resource/src/main/java/org/apache/sling/hc/resource/impl/ResourceHealthCheck.java
 create mode 100644 instance-stopper/README.md
 copy {starter-system-info => instance-stopper}/pom.xml (85%)
 copy saml-handler/src/main/java/org/apache/sling/auth/saml2/SAML2RuntimeException.java => instance-stopper/src/main/java/org/apache/sling/is/impl/SystemReadyInstanceStopper.java (52%)