-
Task
-
Resolution: Done
-
Major
-
None
-
None
In some instances we must load the class for primitives ie:
void.class
double.class
Centralize this logic in a PrimitiveCapableClassLoader(ClassLoader parent) which follows a child-first delegation model to handle primitives, and if not, go to the parent.
- is related to
-
EJBTHREE-1629 Ejb3DescriptorHandler does not handle complete set of primitives
- Resolved
-
EJBTHREE-1910 Performance : Deprecate usage of PrimitiveAwareClassLoader and alternately provide a more performant utility for handling primitives
- Resolved