-
Bug
-
Resolution: Done
-
Major
-
1.1.18.Final
The test DecorateGenericObserverTest fails in JRE 1.8:
java.lang.AssertionError: expected:<1> but was:<2> at org.junit.Assert.fail(Assert.java:91) ... at org.jboss.weld.tests.decorators.genericobserver.DecorateGenericObserverTest.shouldInvokeDecoratorsWhenObservingGenericEvents(DecorateGenericObserverTest.java:62) ...
Both, the decorated and the decorator methods get called twice in a single event firing.
This problem does not occur in 2.0 branch, the test passes there.
- is related to
-
WELD-1618 Specializing bean can't find specialized type in JRE 1.8
- Resolved