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 Java 9 type inference issue #14497

Merged
merged 1 commit into from Nov 3, 2015
Merged

Fix Java 9 type inference issue #14497

merged 1 commit into from Nov 3, 2015

Conversation

jasontedor
Copy link
Member

This commit fixes a compilation issue due to modified type inference in
the latest JDK 9 early access builds. We just have to lend a helping
hand to type inference by being explicit about the type.

Closes #14496

@jasontedor jasontedor added review :Delivery/Build Build or test infrastructure v5.0.0-alpha1 labels Nov 3, 2015
This commit fixes a compilation issue due to modified type inference in
the latest JDK 9 early access builds. We just have to lend a helping
hand to type inference by being explicit about the type.

Closes #14496
@rmuir
Copy link
Contributor

rmuir commented Nov 3, 2015

+1, thanks

@nik9000
Copy link
Member

nik9000 commented Nov 3, 2015

LGTM

jasontedor added a commit that referenced this pull request Nov 3, 2015
…tenated-iterator

Fix Java 9 type inference issue
@jasontedor jasontedor merged commit 9d42b8b into elastic:master Nov 3, 2015
@jasontedor jasontedor deleted the java-9-type-inference-concatenated-iterator branch November 3, 2015 21:56
@jasontedor jasontedor removed the review label Nov 3, 2015
@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 v5.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation failing on Java 9 early access build b90
4 participants