-
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
[APM] Fix deprecated usage of license plugin #201964
[APM] Fix deprecated usage of license plugin #201964
Conversation
064cf3b
to
895efb2
Compare
Could you provide more details about the rationale for removing the plugin from the setup phase to the startup phase? |
@kpatticha kibana/x-pack/plugins/licensing/public/types.ts Lines 20 to 25 in 3e899e7
|
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.
LGTM 🚀 (Code review only)
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
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
Starting backport for target branches: 8.x |
Closes elastic#200709 ## Summary This PR replaces deprecated usage of licensing plugin (remove plugin from setup in favor of start up). (cherry picked from commit 0b77cbe)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# Backport This will backport the following commits from `main` to `8.x`: - [[APM] Fix deprecated usage of license plugin (#201964)](#201964) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Milosz Marcinkowski","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-28T15:00:15Z","message":"[APM] Fix deprecated usage of license plugin (#201964)\n\nCloses #200709\r\n\r\n## Summary\r\n\r\nThis PR replaces deprecated usage of licensing plugin (remove plugin\r\nfrom setup in favor of start up).","sha":"0b77cbe3d9143932b7e80fe46e0f3ddecf0f6389","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services"],"title":"[APM] Fix deprecated usage of license plugin","number":201964,"url":"https://github.com/elastic/kibana/pull/201964","mergeCommit":{"message":"[APM] Fix deprecated usage of license plugin (#201964)\n\nCloses #200709\r\n\r\n## Summary\r\n\r\nThis PR replaces deprecated usage of licensing plugin (remove plugin\r\nfrom setup in favor of start up).","sha":"0b77cbe3d9143932b7e80fe46e0f3ddecf0f6389"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/201964","number":201964,"mergeCommit":{"message":"[APM] Fix deprecated usage of license plugin (#201964)\n\nCloses #200709\r\n\r\n## Summary\r\n\r\nThis PR replaces deprecated usage of licensing plugin (remove plugin\r\nfrom setup in favor of start up).","sha":"0b77cbe3d9143932b7e80fe46e0f3ddecf0f6389"}}]}] BACKPORT--> Co-authored-by: Milosz Marcinkowski <[email protected]>
Closes elastic#200709 ## Summary This PR replaces deprecated usage of licensing plugin (remove plugin from setup in favor of start up).
Closes #200709
Summary
This PR replaces deprecated usage of licensing plugin (remove plugin from setup in favor of start up).