This is an automated email from the ASF dual-hosted git repository.
ddanielr pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/2.1 by this push:
new 9edd6cd64a Update property description and fixed status (#5747)
9edd6cd64a is described below
commit 9edd6cd64a4300585a2fe9300f707094afbe60a2
Author: Daniel Roberts <[email protected]>
AuthorDate: Tue Jul 22 10:16:42 2025 -0400
Update property description and fixed status (#5747)
Updates the property description for `monitor.root.context` to remove
the trailing slash.
Also adds the property to the fixed property list so generated
documentation is accurate.
---
core/src/main/java/org/apache/accumulo/core/conf/Property.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/src/main/java/org/apache/accumulo/core/conf/Property.java
b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
index 46e29f4234..dab9ce263f 100644
--- a/core/src/main/java/org/apache/accumulo/core/conf/Property.java
+++ b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
@@ -1039,7 +1039,7 @@ public enum Property {
"2.0.0"),
MONITOR_ROOT_CONTEXT("monitor.root.context", "/", PropertyType.STRING,
"The root context path of the monitor application. If this value is set,
all paths for the"
- + " monitor application will be hosted using this context. As an
example, setting this to `/accumulo/`"
+ + " monitor application will be hosted using this context. As an
example, setting this to `/accumulo`"
+ " would cause all `/rest/` endpoints to be hosted at
`/accumulo/rest/*`.",
"2.1.4"),
@Deprecated(since = "2.1.0")
@@ -2021,7 +2021,7 @@ public enum Property {
// MONITOR options
MONITOR_PORT, MONITOR_SSL_KEYSTORETYPE, MONITOR_SSL_TRUSTSTORETYPE,
- MONITOR_SSL_INCLUDE_PROTOCOLS, MONITOR_LOCK_CHECK_INTERVAL,
+ MONITOR_SSL_INCLUDE_PROTOCOLS, MONITOR_LOCK_CHECK_INTERVAL,
MONITOR_ROOT_CONTEXT,
// REPLICATION options
REPLICATION_RECEIPT_SERVICE_PORT, REPLICATION_MIN_THREADS,
REPLICATION_THREADCHECK,