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

Adapt low-level REST client to java 8 #41537

Merged
merged 3 commits into from May 3, 2019

Commits on Apr 25, 2019

  1. Adapt low-level REST client to java 8

    As a follow-up to elastic#38540 we can use lambda functions and method
    references where convenient in the low-level REST client.
    
    Also, we need to update the docs to state that the minimum java version
    required is 1.8.
    javanna committed Apr 25, 2019
    Copy the full SHA
    9cd5e0b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    156387f View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Copy the full SHA
    9eedc7c View commit details
    Browse the repository at this point in the history