Branch: refs/heads/2.4
Home:
https://github.com/weld/core
Commit: ad3af7a18053b213302d787ee257e948b1c28e64
https://github.com/weld/core/commit/ad3af7a18053b213302d787ee257e948b1c28e64
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2017-06-08 (Thu, 08 Jun 2017)
Changed paths:
M impl/src/main/java/org/jboss/weld/bootstrap/AbstractBeanDeployer.java
M impl/src/main/java/org/jboss/weld/bootstrap/BeanDeployer.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/event/lifecycle/ordering/HastilyWritten.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/event/lifecycle/ordering/HighQualityAndLowCostProduct.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/event/lifecycle/ordering/LifecycleEventOrderingTest.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/event/lifecycle/ordering/MassiveJugCoffee.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/event/lifecycle/ordering/PoorWorker.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/event/lifecycle/ordering/ProductManagement.java
Log Message:
-----------
WELD-2393 Fix event firing ordering for ProcessInjectionTarget, ProcessProducer and
ProcessBeanAttributes. Added a tests for this.