-
Notifications
You must be signed in to change notification settings - Fork 25.7k
[8.x] Rewire 8.19 backport constants to avoid conflicts with 8.18 backport constants #122580
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
[8.x] Rewire 8.19 backport constants to avoid conflicts with 8.18 backport constants #122580
Conversation
|
Pinging @elastic/es-core-infra (Team:Core/Infra) |
rjernst
left a comment
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
| public static final TransportVersion COHERE_BIT_EMBEDDING_TYPE_SUPPORT_ADDED_BACKPORT_8_X = def(8_840_0_01); | ||
| public static final TransportVersion REMOVE_ALL_APPLICABLE_SELECTOR_BACKPORT_8_X = def(8_840_0_02); | ||
| public static final TransportVersion ELASTICSEARCH_8_19 = def(8_841_0_00); | ||
| public static final TransportVersion COHERE_BIT_EMBEDDING_TYPE_SUPPORT_ADDED_BACKPORT_8_X = def(8_841_0_01); |
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.
Separately (it can be in a followup) we should rename these constants. Using _X suffix isn't descriptive enough, ever, because whatever branch it is backported to will become a release branch. So this should always be the exact minor version that is backported to.
…9-transport-versions
…:ldematte/elasticsearch into backport/8.x/fix-8-19-transport-versions
All those issues have been opened by test automation, before some missing transport versions was fixed (see elastic#122580). Closes elastic#122688 Closes elastic#122689 Closes elastic#122690 Closes elastic#122691 Closes elastic#122694 Closes elastic#122695 Closes elastic#122696 Closes elastic#122697 Closes elastic#122698 Closes elastic#122700 Closes elastic#122701 Closes elastic#122702 Closes elastic#122703 Closes elastic#122704 Closes elastic#122705
All those issues have been opened by test automation, before some missing transport versions was fixed (see #122580). Closes #122688 Closes #122689 Closes #122690 Closes #122691 Closes #122694 Closes #122695 Closes #122696 Closes #122697 Closes #122698 Closes #122700 Closes #122701 Closes #122702 Closes #122703 Closes #122704 Closes #122705
#122578 and #122582 ready to propagate changes to newer barnches