[weld-commits] [weld/core] f0948c: Obtain injection point of custom bean test.

GitHub noreply at github.com
Mon Feb 1 08:33:11 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: f0948c6fbbff826a0405fc16e49bb778c8627885
      https://github.com/weld/core/commit/f0948c6fbbff826a0405fc16e49bb778c8627885
  Author: Tomas Remes <tremes at redhat.com>
  Date:   2016-02-01 (Mon, 01 Feb 2016)

  Changed paths:
    A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/Bar.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/BarBean.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/BarExtension.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/CustomInjectionPoint.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/ObtainCustomInjectionPointTest.java

  Log Message:
  -----------
  Obtain injection point of custom bean test.


  Commit: 0ee49f5e63f413ed77f5a169261eae3b9dd1b4d8
      https://github.com/weld/core/commit/0ee49f5e63f413ed77f5a169261eae3b9dd1b4d8
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2016-02-01 (Mon, 01 Feb 2016)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/logging/ValidatorLogger.java
    M tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/Bar.java
    M tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/BarBean.java
    M tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/BarExtension.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/CustomBeanInjectionPointMetadataTest.java
    R tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/CustomInjectionPoint.java
    R tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/custom/ObtainCustomInjectionPointTest.java

  Log Message:
  -----------
  Rename and simplify ObtainCustomInjectionPointTest

- rename to CustomBeanInjectionPointMetadataTest
- test only BeanManager.getInjectableReference() solution
- does not have to be integration test


Compare: https://github.com/weld/core/compare/dc953406c005...0ee49f5e63f4


More information about the weld-commits mailing list