mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
Deprecate native code info in xpack info api (#43297)
The xpack info api currently returns native code info within each feature. This commit deprecates retrieving that info, which is now available directly in the ML info api.
This commit is contained in:
parent
11ef5e63ae
commit
0a79bf431a
@ -326,6 +326,11 @@ public class XPackInfoResponse {
|
||||
return enabled;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return native code info
|
||||
* @deprecated Use ML info api to find native code info
|
||||
*/
|
||||
@Deprecated
|
||||
@Nullable
|
||||
public Map<String, Object> nativeCodeInfo() {
|
||||
return nativeCodeInfo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user