This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a change to branch issue-6768
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
from 6dd1715170 Update readme
add 3613956bce Add additional IT test and make it buildable with Java 17
No new revisions were added by this update.
Summary of changes:
healthcheck/README.md | 19 +-
healthcheck/core/pom.xml | 4 +-
.../felix/hc/core/it/HealthCheckMonitorIT.java | 247 +++++++++++++++++++++
.../test/java/org/apache/felix/hc/core/it/U.java | 12 +-
4 files changed, 263 insertions(+), 19 deletions(-)
create mode 100644
healthcheck/core/src/test/java/org/apache/felix/hc/core/it/HealthCheckMonitorIT.java