-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Remove] LegacyESVersion.V_7_6_* and V_7_7_* constants #4837
[Remove] LegacyESVersion.V_7_6_* and V_7_7_* constants #4837
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Oh fun! Looks like we have a race condition in
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #4837 +/- ##
============================================
+ Coverage 70.70% 70.77% +0.06%
+ Complexity 57852 57842 -10
============================================
Files 4689 4689
Lines 277080 276866 -214
Branches 40302 40219 -83
============================================
+ Hits 195917 195957 +40
+ Misses 64935 64765 -170
+ Partials 16228 16144 -84
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Gradle Check (Jenkins) Run Completed with:
|
I believe this has been fixed in #4270, rebase? |
a317763
to
6bfadbb
Compare
Gradle Check (Jenkins) Run Completed with:
|
Removes all usages of LegacyESVersion.V_7_6_ and LegacyESVersion.V_7_7_ version constants along with ancient API logic. Signed-off-by: Nicholas Walter Knize <[email protected]>
Signed-off-by: Nicholas Walter Knize <[email protected]>
Signed-off-by: Nicholas Walter Knize <[email protected]>
6bfadbb
to
1f533a0
Compare
Signed-off-by: Nicholas Walter Knize <[email protected]>
Signed-off-by: Nicholas Walter Knize <[email protected]>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Removes all usages of LegacyESVersion.V_7_6_ and LegacyESVersion.V_7_7_ version constants along with ancient API logic.
relates #2747