Version Information
New Features
TSM-8173: WebTSM Services: Liveness health check (/health/live) now actively monitors service health
Previously, the /health/live endpoint always returned a healthy response regardless of the actual service state. It now performs real checks to confirm the service is operational:
Configuration loaded — verifies that the application configuration has been successfully loaded and is accessible.
License loaded — verifies that the required licenses are valid and available.
Graceful shutdown — the existing shutdown check now also applies to the liveness endpoint, so the service correctly reports unhealthy when it is in the process of shutting down.
The readiness endpoint (/health/ready) is unchanged in behavior.