You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
This library can cause issues for projects that use its shaded jar and a different version of guava. Should we make a breaking change and stop using Guava's immutable collection types in public getters?
I know that when the abstract getters return Immutable* collection types, AutoValue will generate implementations that also use the Immutable* types. Do you know what collection types AutoValue will generate if your abstract getters do not return the Immutable* types?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This library can cause issues for projects that use its shaded jar and a different version of guava. Should we make a breaking change and stop using Guava's immutable collection types in public getters?
See spotify/helios#1142
The text was updated successfully, but these errors were encountered: