Pull request at https://github.com/weld/core/pull/340
Weld will now ignore the class when it tries to read the class' annotations and receives ArrayStoreException. This is in line with WELD-644.
The name of ignored class is printed in the log (search for "Not generating any bean definitions from
because of underlying class loading error")
Pull request at https://github.com/weld/core/pull/340
Weld will now ignore the class when it tries to read the class' annotations and receives ArrayStoreException. This is in line with
WELD-644.The name of ignored class is printed in the log (search for "Not generating any bean definitions from
{0}because of underlying class loading error")