-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Description
Relates to XPack HLRC #29827
There are some requests/responses in xpack protocol, while most requests/responses are in client/rest-high-level (proper place)
Move ( + clean up ) HLRC located at xpack protocol to client/rest-high-level
Note: In most cases everything is there, except maybe some tests like RequestConvertersTests and unit tests.
- Watcher API HLRC XPack Protocol clean up: Migration; Graph; Watcher #34639, HLRC XPack Protocol clean up: Migration; Graph; Watcher #34964
- put watch
- delete watch
- Miscellaneous API HLRC XPack Protocol clean up: Licence, Misc #34469
- xpack info
- xpack usage
- Graph API HLRC XPack Protocol clean up: Migration; Graph; Watcher #34639, HLRC XPack Protocol clean up: Migration; Graph; Watcher #34964
- graph explore
- Licensing API HLRC XPack Protocol clean up: Licence, Misc #34469
- put license
- get license
- delete license
- Drop protocol module HLRC XPack Protocol clean up: Migration; Graph; Watcher #34639, HLRC XPack Protocol clean up: Migration; Graph; Watcher #34964
- cross XPack HLRC compatibility tests XPack/HLRC request/response compatibility tests #34547 , XPack/HLRC request/response compatibility tests #35129
- migrate other XPack request / responses tests to a new cross XPack HLRC compatibility approach
Clean up assumes don't extend AcknowledgedRequest, readFrom(StreamInput in) / writeTo(StreamOutput out)
hub-cap