Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Fix non-weak reference regression introduced with Guava upgrade #34

Merged
merged 1 commit into from Sep 16, 2016

Conversation

Projects
None yet
1 participant
Contributor

ryandoyle commented Sep 16, 2016

In 0c858c8, this map was migrated to
LoadingCache. The weakKeys() builder method accidentally got dropped and
the defaults are to hold strong references. This commit re-introduces the
weakKeys() builder method for the LoadingCache.

Fix non-weak reference regression introduced with Guava upgrade
In 0c858c8, this map was migrated to
LoadingCache. The weakKeys() builder method accidentally got dropped and
the defaults are to hold strong references. This commit re-introduces the
weakKeys() builder method for the LoadingCache.

@ryandoyle ryandoyle merged commit 159e66a into performancecopilot:3.x Sep 16, 2016

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment