|
| 61269 | modified | thomas.diesler@jboss.com | //branches/Branch_4_2/server/src/main/org/jboss/metadata/serviceref/ServiceRefDelegate.java | Use untyped Object instead of AnnotatedElement for jdk14 compatibility |
| 61258 | modified | bstansberry@jboss.com | //branches/Branch_4_2/server/src/main/org/jboss/proxy/ejb/ProxyFactory.java | [JBAS-4191] Remove ref chain to app classloader in destroy() |
| 61257 | modified | bstansberry@jboss.com | //branches/Branch_4_2/server/src/main/org/jboss/ejb/plugins/StatefulSessionInstanceInterceptor.java | In afterCompletion, cut reference links from Synchronization to interceptor, as TM may hold ref to Synchronization for a while. Avoids spurious failures in classloader leak tests. |
| 61255 | modified | bstansberry@jboss.com | //branches/Branch_4_2/server/src/main/org/jboss/ejb/plugins/ProxyFactoryFinderInterceptor.java | Add TODOs |
| 61254 | modified | bstansberry@jboss.com | //branches/Branch_4_2/server/src/main/org/jboss/ejb/Container.java | Destroyed Container doesn't hold ref to application classes via InvocationStatistics |
| 61253 | modified | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/resources/classloader/leak/ejb/META-INF/ejb-jar.xml | Use CMT |