Skip to content

Commit

Permalink
Add feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinesd committed Mar 19, 2020
1 parent 537f7b1 commit b72d691
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,25 @@ class SmallRyeHealthProcessor {
@ConfigRoot(name = "smallrye-health")
static final class SmallRyeHealthConfig {
/**
* Root path for health-checking servlets.
* Root path for health-checking endpoints.
*/
@ConfigItem(defaultValue = "/health")
String rootPath;

/**
* The relative path of the liveness health-checking servlet.
* The relative path of the liveness health-checking endpoint.
*/
@ConfigItem(defaultValue = "/live")
String livenessPath;

/**
* The relative path of the readiness health-checking servlet.
* The relative path of the readiness health-checking endpoint.
*/
@ConfigItem(defaultValue = "/ready")
String readinessPath;

/**
* The relative path of the health group servlet.
* The relative path of the health group endpoint.
*/
@ConfigItem(defaultValue = "/group")
String groupPath;
Expand Down
4 changes: 0 additions & 4 deletions extensions/smallrye-health/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
<groupId>io.smallrye</groupId>
<artifactId>smallrye-health</artifactId>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core</artifactId>
Expand Down

0 comments on commit b72d691

Please sign in to comment.