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

replace usage of guava with standard java #1208

Merged
merged 2 commits into from
Oct 16, 2023

Commits on Oct 16, 2023

  1. replace usage of guava with standard java

    Avoid adding extra third party dependency 'guava' by replacing methods with equivalent alternatives in standard jdk.
    
    This helps users of etcd since every transitive third party dependency requires more code to be downloaded and might result in dependency conflicts.
    
    fixes etcd-io#1207
    
    Signed-off-by: Andreas Skoog <andreas.skoog@avanza.se>
    askoog authored and lburgazzoli committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2fac4da View commit details
    Browse the repository at this point in the history
  2. replace usage of guava with standard java etcd-io#1207

    Signed-off-by: Luca Burgazzoli <lburgazzoli@gmail.com>
    lburgazzoli committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    0071ebf View commit details
    Browse the repository at this point in the history