Skip to content

Commit

Permalink
Merge pull request #600 from darranl/admin_clients
Browse files Browse the repository at this point in the history
Add admin client requirements to the process
  • Loading branch information
bstansberry authored Sep 22, 2024
2 parents 544fedf + c5a443f commit c6d3807
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ transaction.log
*.swp
/.gitk-tmp.*
atlassian-ide-plugin.xml
# VSCode Files
.vscode
# temp files
*~
# maven versions plugin
Expand Down
26 changes: 26 additions & 0 deletions FEATURE_PROCESS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down
4 changes: 4 additions & 0 deletions design-doc-template.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ into this category, please mention the Release Coordinators on the pull
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

////
Expand Down

0 comments on commit c6d3807

Please sign in to comment.