Re: Re[4]: Google Guava in Ignite 3

2021-09-02 Thread Alexander Polovtcev
Zhenya, I think that this problem exists regardless of whether we have our own version of Guava or not: multiple dependencies can depend on Guava which will lead to clashes on the classpath. If a transitive version is updated in an incompatible way, we can try updating our version as well. And if t

Re[4]: Google Guava in Ignite 3

2021-09-02 Thread Zhenya Stanilovsky
Alex, what about : «compatibility when the transitive Guava dependency will be updated to a new version.» ? I don`t know is it an issue for us, but we need to answer it before move forward.   >Andrey, >I think that the benefits of using Guava methods instead of copy-pasting >them are quite obvi