-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Core] mark legacy ES client methods deprecated #84358
[Core] mark legacy ES client methods deprecated #84358
Conversation
Pinging @elastic/kibana-core (Team:Core) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM
src/core/server/index.ts
Outdated
@@ -394,6 +394,7 @@ export interface RequestHandlerContext { | |||
elasticsearch: { | |||
client: IScopedClusterClient; | |||
legacy: { | |||
/* @deprecated Use {@link IScopedClusterClient}. */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo (tsdoc is probably not generated from this): /*
-> /**
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
* mark context ES client & ES client methods deprecated * update docs * improve comment
Summary
RequestHandlerContext
as deprecated as wellbefore:
after: