From f1ce3fe1a6c8bee48ec6810409b246f8eb55ed21 Mon Sep 17 00:00:00 2001 From: Martin Stefanko Date: Tue, 23 Apr 2019 11:24:05 +0200 Subject: [PATCH 1/2] Update spec/src/main/asciidoc/overview.adoc Co-Authored-By: antoinesd --- spec/src/main/asciidoc/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/src/main/asciidoc/overview.adoc b/spec/src/main/asciidoc/overview.adoc index 3171e97..0026720 100644 --- a/spec/src/main/asciidoc/overview.adoc +++ b/spec/src/main/asciidoc/overview.adoc @@ -36,7 +36,7 @@ subcomponent of an application. In an application, there can be zero or more procedures bound to a given health endpoint. The overall application health for a given endpoint is the logical AND of all of the procedures bound to it. -The current version of the MP-HC specification does not define how the `/health/live` endpoint may be partitioned in the event +The current version of the MP-HC specification does not define how the defined endpoints may be partitioned in the event that the MicroProfile runtime supports deployment of multiple applications. If an implementation wishes to support multiple applications within a MicroProfile runtime, the semantics of individual endpoints are expected to be the logical AND of all the application in the runtime. The exact details of this are deferred to From b59cb81730fa2cc11b65713fbad85041ac4251e9 Mon Sep 17 00:00:00 2001 From: Martin Stefanko Date: Tue, 23 Apr 2019 11:25:18 +0200 Subject: [PATCH 2/2] Update spec/src/main/asciidoc/protocol-wireformat.adoc Co-Authored-By: antoinesd --- spec/src/main/asciidoc/protocol-wireformat.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/src/main/asciidoc/protocol-wireformat.adoc b/spec/src/main/asciidoc/protocol-wireformat.adoc index d7a76f2..ef1ae0a 100644 --- a/spec/src/main/asciidoc/protocol-wireformat.adoc +++ b/spec/src/main/asciidoc/protocol-wireformat.adoc @@ -191,7 +191,7 @@ Aspects regarding the secure access of health check information. === Response Codes and status mappings -The following table give valid health check responses for all kind of health checks: +The following table gives valid health check responses for all kinds of health checks: |=== | Request | HTTP Status | JSON Payload | State | Comment