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

Remove -Xlint exclusions in the ingest-common module. #40505

Merged

Commits on Mar 27, 2019

  1. Remove -Xlint exclusions in the ingest-common module.

    The generics in AbstractStringProcessor is not needed
    (IngestDocument#setFieldValue(...) accepts Object) and
    therefor it was removed. Otherwise the corresponding
    factory implementations would need typing too.
    
    Relates to elastic#40366
    martijnvg committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    d8d9ab6 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Keep the generics

    martijnvg committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    c3746d8 View commit details
    Browse the repository at this point in the history