From 412d236404aa0ef9aebec658a1aeca80ab968fcd Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 13 Aug 2024 14:13:25 +0200 Subject: Make echo liveness probe available under /actuator/health for resources - implement spring's HealthIndicator interface to provide health probe based on AaiGraphChecker - conditionally enable the probe when aai.actuator.echo.enabled=true - increase snapshot version to 1.15.6-SNAPSHOT Issue-ID: AAI-3959 Change-Id: Ie2b49ad1f3145285be844bb11aa8119a16fb68c9 Signed-off-by: Fiete Ostkamp --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 8bb57d06..f6f2e92e 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.14.5-SNAPSHOT + 1.14.6-SNAPSHOT aai-resources pom -- cgit