Jean-Louis Monteiro created OWB-1450: ----------------------------------------
Summary: Interceptor proxy memory leak Key: OWB-1450 URL: https://issues.apache.org/jira/browse/OWB-1450 Project: OpenWebBeans Issue Type: Bug Reporter: Jean-Louis Monteiro Assignee: Jean-Louis Monteiro To avoid creating the same proxies again and again for a given, we have a cache (map) to hold the proxies per AnnotatedType (AnnotationTypeImpl in OWB). The key for the map is the AnnotatedTypeImpl, but the equals/hashcode don't comply with the equals/hashcode contrat and proxies aren't reused resulting on memory being filled with new proxy classes. -- This message was sent by Atlassian Jira (v8.20.10#820010)