Issue Type: Bug Bug
Affects Versions: 1.1.18.Final
Assignee: Jozef Hartinger
Components: Events, Interceptors and Decorators
Created: 11/Mar/14 10:18 AM
Description:

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.

Environment: JRE 1.8.0-b132
Project: Weld
Priority: Major Major
Reporter: Ron Šmeral
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to