Branch: refs/heads/2.4
Home:
https://github.com/weld/core
Commit: baeb202feb64f1207e66fb54ccefd118a7a08c09
https://github.com/weld/core/commit/baeb202feb64f1207e66fb54ccefd118a7a08c09
Author: Matej Novotny <manovotn(a)redhat.com>
Date: 2018-07-24 (Tue, 24 Jul 2018)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java
M impl/src/main/java/org/jboss/weld/util/reflection/Reflections.java
A impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/ReflectionsTest.java
A
impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/AbstractBar.java
A
impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/ActualBar.java
A
impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/AnotherBarInterface.java
A
impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/BarInterface.java
A
impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/BaseInterface.java
A
impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/Foo.java
A
impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/FooInterface.java
A
impl/src/test/java/org/jboss/weld/tests/unit/util/reflection/interfaceClosure/SecondaryFooInterface.java
A
tests-arquillian/src/test/java8/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/AbstractBeanClass.java
A
tests-arquillian/src/test/java8/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/BeanInterface.java
A
tests-arquillian/src/test/java8/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/BeanQualifier.java
A
tests-arquillian/src/test/java8/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/ConcreteBeanClass.java
A
tests-arquillian/src/test/java8/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/DecoratorDefaultMethodTest.java
A
tests-arquillian/src/test/java8/org/jboss/weld/tests/decorators/abstractClass/defaultmethod/DecoratorOverridingDefaultMethod.java
Log Message:
-----------
WELD-2501 Add reproducer.
While creating interceptor/decorator subclass, we need to inspect the interface hierarchy
deeper, but not implement them directly.
**NOTE:** This service been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from
GitHub.com on January 31st, 2019.