[weld-commits] [weld/core] f86de4: WELD-2084 ProxyFactory - change the way bean class...
GitHub
noreply at github.com
Thu Jan 7 09:36:12 EST 2016
Branch: refs/heads/2.3
Home: https://github.com/weld/core
Commit: f86de44d67dc2f54114c965c58c3ed11bb97d791
https://github.com/weld/core/commit/f86de44d67dc2f54114c965c58c3ed11bb97d791
Author: Martin Kouba <mkouba at redhat.com>
Date: 2016-01-07 (Thu, 07 Jan 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/types/CustomBeanWithAbstractBeanTypeTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/types/MyComparator.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/types/MyMap.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/extensions/custombeans/types/MyMapImpl.java
Log Message:
-----------
WELD-2084 ProxyFactory - change the way bean class methods are added
- if the bean class is abstract, then add methods from all interfaces
implemented by any abstract class from the hierarchy
Commit: 512e3781125eef3833a2d5c5dc95810195474d62
https://github.com/weld/core/commit/512e3781125eef3833a2d5c5dc95810195474d62
Author: Martin Kouba <mkouba at redhat.com>
Date: 2016-01-07 (Thu, 07 Jan 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/injection/DynamicInjectionPoint.java
M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/weld1177/Weld1177Test.java
Log Message:
-----------
WELD-2088 Replace NPE with more meaningful error description
Compare: https://github.com/weld/core/compare/89c7fdbec152...512e3781125e
More information about the weld-commits
mailing list