-
Sub-task
-
Resolution: Done
-
Major
-
3.0.3.Final
-
None
-
None
Weld's org.jboss.weld.util.reflection.Formats uses JDK's internal BCEL classes.
This yield illegal access on JDK 9+.
The only purpose of this class is to provide more information about line on which a problem occurred in bytecode. And even with this, the functionality is limited.
Best way to handle this will be adding an optional dependency on BCEL classes as a Maven artifact.
- is related to
-
WELD-2499 OSGi bundle does not optionally import org.apache.bcel
- Resolved