Skip to content

Commit

Permalink
Add requirements for our admin client to the process and template.
Browse files Browse the repository at this point in the history
  • Loading branch information
darranl committed Sep 15, 2024
1 parent dee90dc commit e46688a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
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 lowe 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
10 changes: 10 additions & 0 deletions design-doc-template.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,16 @@ 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 e46688a

Please sign in to comment.