[weld-commits] [weld/core] da2b27: WELD-2084 ProxyFactory - change the way bean class...

GitHub noreply at github.com
Thu Jan 7 09:37:32 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: da2b277f5fc2d43d84a7b43286394de3f53ccafc
      https://github.com/weld/core/commit/da2b277f5fc2d43d84a7b43286394de3f53ccafc
  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: a501b3c80dde7fab3e63b9000f683a6c9f4d500f
      https://github.com/weld/core/commit/a501b3c80dde7fab3e63b9000f683a6c9f4d500f
  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/logging/BeanLogger.java
    M modules/ejb/src/main/java/org/jboss/weld/ejb/DynamicInjectionPoint.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/35d6efd76075...a501b3c80dde


More information about the weld-commits mailing list