From 98bbfc6a4dbdd203eb86c4700c8ff779a1dd7fcb Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Mon, 12 Oct 2015 13:47:45 +1000 Subject: [PATCH] HBASE-14026 Clarify 'Web API' in version and compatibility docs --- src/main/asciidoc/_chapters/upgrading.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/upgrading.adoc b/src/main/asciidoc/_chapters/upgrading.adoc index 9742654..1d4c896 100644 --- a/src/main/asciidoc/_chapters/upgrading.adoc +++ b/src/main/asciidoc/_chapters/upgrading.adoc @@ -92,7 +92,7 @@ In addition to the usual API versioning considerations HBase has other compatibi .Operational Compatibility * Metric changes * Behavioral changes of services -* Web page APIs +* JMX api APIs exposed via the `/jmx/` endpoint .Summary * A patch upgrade is a drop-in replacement. Any change that is not Java binary compatible would not be allowed.footnote:[See http://docs.oracle.com/javase/specs/jls/se7/html/jls-13.html.]. Downgrading versions within patch releases may not be compatible. -- 2.3.8 (Apple Git-58)