Martin Kouba commented on Task WELD-1291

A few impl notes:

  • com.google.common.cache.LoadingCache does not implement java.util.Map
  • LoadingCache.get(K) throws exception and is type-safe (unlike java.util.Map.get(Object))
  • LoadingCache is still annotated with com.google.common.annotations.Beta, on the other hand it's the only recommended way to replace deprecated APIs
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to