-
Bug
-
Resolution: Done
-
Major
-
6.0.0.Beta4
-
None
Weld 6.0.0 BETA 4 doesn't export the package "org.jboss.weld.util.reflection". This is seemingly a new requirement in Weld 6 beta 4, as decorator proxyies now seem to make use of it.
Without the export in MANIFEST.MF:
[ERROR] org.jboss.cdi.tck.tests.full.decorators.definition.DecoratorDefinitionTest.testAbstractDecoratorNotImplementingMethodOfDecoratedType[null](1) -- Time elapsed: 0.284 s <<< FAILURE! java.lang.NoClassDefFoundError: org/jboss/weld/util/reflection/Reflections at org.jboss.cdi.tck.tests.full.decorators.definition.$490772791$Proxy$_$$_WeldDecoratorProxy.deposit(Unknown Source)
If I patch MANIFEST.MF and add the export manually, the test passes (and all other ones too) on GF 8.