Closed sophokles73 closed 4 years ago
There are new more locations using Guava. I will try to replace them as well.
Ok, we are using Guava for:
Now we could replace all three features with custom code, but I fail to see the benefit now.
Ah, I didn't realize that we used the other features as well. I agree, that in this case we probably should keep Guava (for now) ...
We originally introduced the dependency on Guava for its Cache implementation. However, that has been moved to the Caffeine library which we are now using.
We currently only use Guava's
ToStringHelper
class in some value objects which doesn't seem to justify keeping the dependency. We therefore should replace the usage ofToStringHelper
and then remove our dependency on Guava altogether.