Branch: refs/heads/master
Home:
https://github.com/weld/core
Commit: 99afc94b938654ff2d2e714322754f83cf346396
https://github.com/weld/core/commit/99afc94b938654ff2d2e714322754f83cf346396
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2016-12-13 (Tue, 13 Dec 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/bootstrap/events/AfterBeanDiscoveryImpl.java
M
impl/src/main/java/org/jboss/weld/bootstrap/events/builder/ObserverMethodBuilderImpl.java
M
impl/src/main/java/org/jboss/weld/bootstrap/events/builder/ObserverMethodConfiguratorImpl.java
M impl/src/main/java/org/jboss/weld/logging/EventLogger.java
M impl/src/main/java/org/jboss/weld/util/Observers.java
M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java
M jboss-tck-runner/src/test/tck20/tck-tests.xml
A
tests-arquillian/src/test/java/org/jboss/weld/tests/observers/custom/CustomObserverExtension.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/observers/custom/CustomObserverSuperclassExtension.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/observers/custom/CustomObserverSuperclassNotifyTest.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/observers/custom/CustomObserverWithoutNotifyTest.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/observers/custom/ObserverConfiguratorExtension.java
A
tests-arquillian/src/test/java/org/jboss/weld/tests/observers/custom/ObserverConfiguratorWithoutNotifyTest.java
Log Message:
-----------
WELD-2271 Validate notify() methods of a custom observer method
Commit: 53c3a97865f1915ff372e5717da0366a15e674ca
https://github.com/weld/core/commit/53c3a97865f1915ff372e5717da0366a15e674ca
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2016-12-13 (Tue, 13 Dec 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/bootstrap/events/AfterBeanDiscoveryImpl.java
M impl/src/main/java/org/jboss/weld/bootstrap/events/ProcessObserverMethodImpl.java
M
impl/src/main/java/org/jboss/weld/bootstrap/events/builder/ObserverMethodConfiguratorImpl.java
M impl/src/main/java/org/jboss/weld/logging/EventLogger.java
Log Message:
-----------
WELD-2162 ProcessObserverMethod - log warn if incompatible observed type
Compare:
https://github.com/weld/core/compare/f234184c7d33...53c3a97865f1