diff --git a/.gitignore b/.gitignore index 16372a4b..2787efc5 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,8 @@ transaction.log *.swp /.gitk-tmp.* atlassian-ide-plugin.xml +# VSCode Files +.vscode # temp files *~ # maven versions plugin diff --git a/FEATURE_PROCESS.adoc b/FEATURE_PROCESS.adoc index 473b5a60..cd8fa9bc 100644 --- a/FEATURE_PROCESS.adoc +++ b/FEATURE_PROCESS.adoc @@ -70,6 +70,32 @@ All hard requirements in analysis covered | Encouraged |Encouraged |Encouraged |Required //------- +//------- + +| *Admin Clients* +(HAL / JBoss CLI) + +| 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. + +| Experimental plus: + +Existing functionality in the admin clients must not be broken by the new +addition. Higher level client integration is not required. + +| Preview plus: + +Existing higher level views and commands in the admin clients must be +compatible with the new functionality. + +New higher level views and command in the admin clients are not mandatory +unless required for the feature to be considered "complete". + +| Same as Community + +//------- //------- | *Component Validation* diff --git a/design-doc-template.adoc b/design-doc-template.adoc index c9f07355..a4a5021d 100644 --- a/design-doc-template.adoc +++ b/design-doc-template.adoc @@ -103,6 +103,10 @@ into this category, please mention the Release Coordinators on the pull request so they are aware. //// +== Admin Clients + +____ + == Security Considerations ////