[weld/core] 171ff5: WELD-1550 Backporting fix
by GitHub
Branch: refs/heads/1.1
Home: https://github.com/weld/core
Commit: 171ff573952fa51da35ff9968f4d3fa537719afd
https://github.com/weld/core/commit/171ff573952fa51da35ff9968f4d3fa537719afd
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2014-05-15 (Thu, 15 May 2014)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java
M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/MyPanel.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/PanelInterceptionBinding.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/PanelInterceptor.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/UnreachableInterceptedInterfaceTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/unreachable/AbstractPanel.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/unreachable/AbstractPanel2.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/unreachable/MyPackagePrivateInterface.java
Log Message:
-----------
WELD-1550 Backporting fix
Commit: b7471db29d42e25d3c1443b81b9632adfca7f737
https://github.com/weld/core/commit/b7471db29d42e25d3c1443b81b9632adfca7f737
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
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/logging/messages/BeanMessage.java
M impl/src/main/resources/org/jboss/weld/messages/bean_en.properties
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/AnotherPackagePrivateInterface.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/LastPanel.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/MyPanel.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/PanelInterceptionBinding.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/PanelInterceptor.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/UnreachableInterceptedInterfaceTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/unreachable/AbstractPanel.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/unreachable/AbstractPanel2.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/unreachable/Foo.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/interceptors/visibility/unreachable/MyPackagePrivateInterface.java
Log Message:
-----------
WELD-1683 Skip non-accessible package-private interfaces during client proxy creation
Compare: https://github.com/weld/core/compare/d5475149edbe...b7471db29d42
10 years, 6 months