Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add admin client requirements to the process #600

Merged
merged 3 commits into from
Sep 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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