From c5a443f86c788ad345e3abf835cda91454947e8b Mon Sep 17 00:00:00 2001 From: Darran Lofthouse Date: Mon, 16 Sep 2024 14:28:17 +0100 Subject: [PATCH] Update how the guidance comment is included in the template as we are moving away from embedded comments. --- FEATURE_PROCESS.adoc | 2 +- design-doc-template.adoc | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/FEATURE_PROCESS.adoc b/FEATURE_PROCESS.adoc index d1235736..cd8fa9bc 100644 --- a/FEATURE_PROCESS.adoc +++ b/FEATURE_PROCESS.adoc @@ -75,7 +75,7 @@ All hard requirements in analysis covered | *Admin Clients* (HAL / JBoss CLI) -| Management model changes must be compatible with the lowe level model +| Management model changes must be compatible with the lower level model manipulation capabilities of the admin clients. Breakage of high level client functionality is undesirable but accepted. diff --git a/design-doc-template.adoc b/design-doc-template.adoc index b643d3a3..a4a5021d 100644 --- a/design-doc-template.adoc +++ b/design-doc-template.adoc @@ -105,13 +105,7 @@ request so they are aware. == Admin Clients -//// -Identify the level of compatibility this feature will have with the existing -admin clients (JBoss CLI and the Admin Console / HAL). - -Identify any follow up work that will be required in the clients and link issues -created to track this work. -//// +____ == Security Considerations