Branch: refs/heads/eap6.2.x
Home:
https://github.com/weld/core
Commit: cd962f0dfe6a5bff0d40b73c1403f9507e648bf5
https://github.com/weld/core/commit/cd962f0dfe6a5bff0d40b73c1403f9507e648bf5
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2014-06-03 (Tue, 03 Jun 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: 87beb9b28e78f972da030ce4111d1a9945d0f96c
https://github.com/weld/core/commit/87beb9b28e78f972da030ce4111d1a9945d0f96c
Author: Martin Kouba <mkouba(a)redhat.com>
Date: 2014-06-03 (Tue, 03 Jun 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
Conflicts:
impl/src/main/resources/org/jboss/weld/messages/bean_en.properties
Commit: e313ce174ed095348df160ba61ea61eb4084523f
https://github.com/weld/core/commit/e313ce174ed095348df160ba61ea61eb4084523f
Author: baranowb <baranowb(a)gmail.com>
Date: 2014-06-03 (Tue, 03 Jun 2014)
Changed paths:
M impl/src/main/resources/org/jboss/weld/messages/bean_en.properties
Log Message:
-----------
add message which have been wrongly deleted
Compare:
https://github.com/weld/core/compare/5330c3206880...e313ce174ed0