dCache / dcache

dCache - a system for storing and retrieving huge amounts of data, distributed among a large number of heterogenous server nodes, under a single virtual filesystem tree with a variety of standard access methods
https://dcache.org
288 stars 136 forks source link

Breaking change in new guava version #7589

Open kofemann opened 4 months ago

kofemann commented 4 months ago

Latest guava version 3.2.1 have added scope to InetAddress-String conversion method, which will break dCache

https://github.com/google/guava/commit/3f61870ac6e5b18dbb74ce6f6cb2930ad8750a43

The dCache code must be adopted before migration.