]
Tristan Tarrant updated ISPN-12566:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Refactor CLI command implementation
-----------------------------------
Key: ISPN-12566
URL:
https://issues.redhat.com/browse/ISPN-12566
Project: Infinispan
Issue Type: Task
Components: CLI
Affects Versions: 12.0.0.Dev07
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Major
Fix For: 12.0.0.CR1
The current implementation of the CLI commands delegates all execution to the
RestConnection class which has grown to have an unmanageable switch.
Since we don't plan to support other connectors to the server, we can reduce
complexity and make things easier by moving the command implementation to the commands
themselves.