This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch docs
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/docs by this push:
     new e7b3d653d4 TODO-351 B-restserver-4: standardize debug enablement vocab 
on always/never/conditional (drop true/false aliases; 10.0 breaking-change 
window); harden embedded-HttpServer client-classic coverage tests against -T1C 
parallel starvation (explicit executor)
e7b3d653d4 is described below

commit e7b3d653d49551c2c15e8630ad402b10ea00ab90
Author: James Bognar <[email protected]>
AuthorDate: Wed Aug 12 15:51:38 2026 -0400

    TODO-351 B-restserver-4: standardize debug enablement vocab on 
always/never/conditional (drop true/false aliases; 10.0 breaking-change 
window); harden embedded-HttpServer client-classic coverage tests against -T1C 
parallel starvation (explicit executor)
---
 pages/topics/10.32.RestServerLoggingAndDebugging.md | 4 ++--
 static/ai/manifest.json                             | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/topics/10.32.RestServerLoggingAndDebugging.md 
b/pages/topics/10.32.RestServerLoggingAndDebugging.md
index d552d3aca6..b39ce9cd0e 100644
--- a/pages/topics/10.32.RestServerLoggingAndDebugging.md
+++ b/pages/topics/10.32.RestServerLoggingAndDebugging.md
@@ -29,8 +29,8 @@ Debug mode enables the following:
 
 The possible <a 
href="/site/apidocs/org/apache/juneau/rest/server/Debug.html#value()" 
target="_blank">@Debug</a> values are:
 
-- `always` (or `true`) - Debug is enabled for all requests.
-- `never` (or `false`) - Debug is disabled for all requests.
+- `always` - Debug is enabled for all requests.
+- `never` - Debug is disabled for all requests.
 - `conditional` - Debug is enabled only for requests that have a `Debug: true` 
header.
 - `""` (the default) - Inherit the enablement from the enclosing scope.
 
diff --git a/static/ai/manifest.json b/static/ai/manifest.json
index 8a2090bd16..241de49b6e 100644
--- a/static/ai/manifest.json
+++ b/static/ai/manifest.json
@@ -3,8 +3,8 @@
   "record_count": 508,
   "schema_version": "1.0.0",
   "source_commit": {
-    "juneau": "32713af68342eab55f3a6ddeba7ee7b7bf32804a",
-    "juneau_docs": "8f6d0f79993d83a636d842b81ed00cde67995ecf"
+    "juneau": "4588677ffbede7055a786f1b78f31aa6028ef9a1",
+    "juneau_docs": "e656f144a0e226e38f97da2b4fecceba729af8aa"
   },
   "version": "10.0.0"
 }

Reply via email to