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

Fix CI resolving to bundled JDK #3987

Merged
merged 8 commits into from
Aug 7, 2019

Conversation

Mpdreamz
Copy link
Member

@Mpdreamz Mpdreamz commented Aug 2, 2019

This works currently works locally but not on azure devops where it falls back to the installed JRE8 which the snapshots build no longer accepts as a valid java version.

This PR updates abstractions to version that prints JAVA_HOME just before starting elasticsearch and forces it on the Process instance

…ting elasticsearch and forces it on the Process instance
@Mpdreamz Mpdreamz added the Infra label Aug 2, 2019
@Mpdreamz Mpdreamz marked this pull request as ready for review August 6, 2019 15:25
Copy link
Contributor

@russcam russcam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was the driver for introducing SupportsBody?

@Mpdreamz
Copy link
Member Author

Mpdreamz commented Aug 7, 2019

elastic/elasticsearch#44902

This will now raise an error if a body was sent but was left unconsumed by the server which is a great addition.

SupportsBody now makes it way to our codegen to make sure we never sent a body if no body is documented.

@Mpdreamz Mpdreamz merged commit c4146ec into master Aug 7, 2019
@Mpdreamz Mpdreamz deleted the fix/master/snapshot-test-bundled-jdk branch August 7, 2019 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants