[weld-commits] [weld/core] 860c4c: WELD-2093 Add test case

GitHub noreply at github.com
Mon Aug 8 07:34:49 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: 860c4c930127f01b22a749c101bf889212e3a6a2
      https://github.com/weld/core/commit/860c4c930127f01b22a749c101bf889212e3a6a2
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Fast.java
    A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Foo.java
    A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/InterfaceDefaultMethodInterceptedTest.java
    A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/MissileInterceptor.java
    A tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Omega.java

  Log Message:
  -----------
  WELD-2093 Add test case


  Commit: 11bc1cdd43feeb1055ada5e1fbdabafd7c9dc1c2
      https://github.com/weld/core/commit/11bc1cdd43feeb1055ada5e1fbdabafd7c9dc1c2
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/annotated/enhanced/jlr/EnhancedAnnotatedTypeImpl.java
    M impl/src/main/java/org/jboss/weld/annotated/slim/backed/BackedAnnotatedType.java
    M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java
    M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
    M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java
    M tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/Foo.java

  Log Message:
  -----------
  WELD-2093 Support interception of default methods


  Commit: 817224c7fd5629a86a0d8d873a5dd8ad0e28b145
      https://github.com/weld/core/commit/817224c7fd5629a86a0d8d873a5dd8ad0e28b145
  Author: Tomas Remes <tremes at redhat.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
    M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
    M pom.xml
    M tests-arquillian/src/test/java8/org/jboss/weld/tests/interceptors/defaultmethod/InterfaceDefaultMethodInterceptedTest.java

  Log Message:
  -----------
  WELD-2093 Update classfilewriter version.


  Commit: 3c33e10afe3fbbe96b31d917083dc582eaf2d6ca
      https://github.com/weld/core/commit/3c33e10afe3fbbe96b31d917083dc582eaf2d6ca
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
    M impl/src/main/java/org/jboss/weld/bean/proxy/SecurityActions.java
    M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
    M pom.xml
    M tests-arquillian/pom.xml

  Log Message:
  -----------
  WELD-2093 Clean up ProxyFactory code

- use classfilewriter 1.2.0.Beta1 only for tests in embedded container


  Commit: d5d572e6d81fea559e8f70125d1737cbb4d78ca8
      https://github.com/weld/core/commit/d5d572e6d81fea559e8f70125d1737cbb4d78ca8
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
    M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java

  Log Message:
  -----------
  WELD-2093 ProxyFactory - minor comment update

- also fix imports


Compare: https://github.com/weld/core/compare/4c6581828558...d5d572e6d81f


More information about the weld-commits mailing list