facebookarchive / swift

An annotation-based Java library for creating Thrift serializable types and services.
Apache License 2.0
900 stars 297 forks source link

Update paranamer dependency to fix a thread-safety issue #290

Closed andrewcox closed 8 years ago

andrewcox commented 8 years ago

Paranamer fixed a thread-safety issue with the CachingParanamer (using the thread-unsafe WeakHashMap w/o synchronization) which first surfaced in v2.6.1

alandau commented 8 years ago

lgtm

dain commented 8 years ago

BTW, I wrote a replacement for paranamer a while back that is easier to use and works with the new java8 parameter names features. https://github.com/airlift/parameternames