Skip to content

Commit 6f98910

Browse files
committed
Revert "remove outdated comment"
This reverts commit 6fb668f.
1 parent 6fb668f commit 6f98910

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/main/java/it/aboutbits/postgresql/PostgreSQLInstanceReadinessCheck.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
import org.eclipse.microprofile.health.Readiness;
1111
import org.jspecify.annotations.NullMarked;
1212

13+
/**
14+
* MicroProfile readiness health check that verifies connectivity to all
15+
* configured PostgreSQL instances. Each instance is probed with a lightweight
16+
* operation, and the aggregated status is exposed.
17+
*/
1318
@NullMarked
1419
@Readiness
1520
@RequiredArgsConstructor

0 commit comments

Comments
 (0)