- Notifications
You must be signed in to change notification settings - Fork 25.8k
Remove any references to org.elasticsearch.core.RestApiVersion#V_7 #118103
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
Merged
JVerwolf merged 24 commits into elastic:main from JVerwolf:enhancement/remove-rest-api-v-7-references Dec 12, 2024
Merged
Changes from all commits
Commits
Show all changes
24 commits Select commit Hold shift + click to select a range
eea5e77 remove v_7
JVerwolf 9fd4f0c Reformat deprecation comment
JVerwolf 2b57954 Move deprecation annotation to type source
JVerwolf 0fa61bd Update docs/changelog/118103.yaml
JVerwolf 1e26b2f Update docs/changelog/118103.yaml
JVerwolf c44ae1a Update changelog
JVerwolf 1d9983d Update docs/changelog/118103.yaml
JVerwolf c9ec238 Update changelog
JVerwolf 0ad58f3 Merge branch 'main' of github.com:elastic/elasticsearch into enhancem…
JVerwolf 68d9c80 Fix broken test
JVerwolf e28d697 Merge branch 'main' of github.com:elastic/elasticsearch into enhancem…
JVerwolf e003c4a Update 118103.yaml
JVerwolf 217a340 Merge branch 'main' of github.com:elastic/elasticsearch into enhancem…
JVerwolf 2022664 Merge branch 'enhancement/remove-rest-api-v-7-references' of github.c…
JVerwolf 264d168 PR Feedback: keep _type
JVerwolf 8455509 Merge branch 'main' of github.com:elastic/elasticsearch into enhancem…
JVerwolf b6d46c6 Add null check
JVerwolf 0b8cbcb PR Feedback: Update predicate
JVerwolf c5d4838 Merge branch 'main' into enhancement/remove-rest-api-v-7-references
JVerwolf 8573b99 PR Feedback: Update conditional
JVerwolf 779b791 Merge branch 'enhancement/remove-rest-api-v-7-references' of github.c…
JVerwolf edd7136 Merge branch 'main' into enhancement/remove-rest-api-v-7-references
JVerwolf bfed199 Update conditional
JVerwolf 2e2b876 Merge branch 'enhancement/remove-rest-api-v-7-references' of github.c…
JVerwolf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| pr: 118103 | ||
| summary: "Remove any references to org.elasticsearch.core.RestApiVersion#V_7" | ||
| area: Infra/Core | ||
| type: breaking | ||
| issues: [] | ||
| breaking: | ||
| title: "Remove any references to org.elasticsearch.core.RestApiVersion#V_7" | ||
| area: REST API | ||
| details: "This PR removes all references to V_7 in the Rest API. V7 features marked for deprecation have been removed." | ||
| impact: "This change is breaking for any external plugins/clients that rely on the V_7 enum or deprecated version 7 functionality" | ||
| notable: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
ML Folks: As per the comment above, can this now be updated for V9? If so I'll leave the annotation.
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.
👍 thanks for creating the annotation