truth
truth copied to clipboard
Auto-value dependency drags dep into truth's downstream
Auto-value annotations dependency is specified as a default (
Our experience has been that provided
makes things better for some people but worse for others: https://github.com/google/guava/issues/2824
I could see adopting the jarjar approach you mention in https://github.com/google/truth/pull/591, but ideally we'd leave the deps in place if the annotations continue to be present.
Ah, I see what you mean. I can rework this to remove the usages, given that they're totally vestigial at runtime. I can see the noise problem downstream, because of the warning behavior.
Also running into this issue. Of course we can work around it, but would love to see the proposed fix ship.