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

Update zookeeper dependency to import from LinkedIn published version #917

Merged
merged 3 commits into from
Nov 30, 2022

Commits on Nov 15, 2022

  1. Update zookeeper dependency to import from LinkedIn published version

    Changing zookeeper import version and source. Change to importing from
    publicly available version published by LinkedIn instead of the version
    published from apache. Apache published version does not support pagination
    whereas the one published from LinkedIn does.
    Suraj Kasi committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    7d7decd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Excluding zookeeper dependency from org.apache.zookeeper

    Helix dependency transitively pulls zookeeper dependency from org.apache.zookeeper
    which conflicts with the zookeeper dependency from com.linkedin.zookeeper that we
    introduced for pagination support. We need to exclude this dependency globally.
    
    Updating major version because of zookeeper dependency group change
    Suraj Kasi committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    ccd4f7a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Merge branch 'master' into zk-change

    Suraj Nagaraja Kasi authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    4d0b312 View commit details
    Browse the repository at this point in the history