Skip to content
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

Version: Set version to 5.0.0-alpha2 #17958

Merged
merged 1 commit into from Apr 26, 2016
Merged

Conversation

spinscale
Copy link
Contributor

No description provided.

@spinscale spinscale added review :Delivery/Build Build or test infrastructure labels Apr 25, 2016
@nik9000
Copy link
Member

nik9000 commented Apr 25, 2016

LGTM though I'm not sure all the rules. It looks like we still have constants for the 2.0.0 betas so it should be safe to have those greaterThan(5.0.0-beta2) checks.

@spinscale
Copy link
Contributor Author

I also think it makes more sense to have the legacy field mappers check for alpha1, as this is when they should throw an exception, as far as I understand it

@jpountz
Copy link
Contributor

jpountz commented Apr 26, 2016

I think it is fine this way: we changed the mappers between alpha1 and alpha2 so mappers need to check version.onOrAfter(5.0.0-alpha2) to know whether to use the legacy or the new mappers?

@spinscale spinscale merged commit f71eb0b into elastic:master Apr 26, 2016
@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants