[weld-commits] [weld/core] e0da5c: WELD-1052 Unproxyable bean type check too strict
GitHub
noreply at github.com
Mon Jul 9 07:56:57 EDT 2012
Branch: refs/heads/2.0
Home: https://github.com/weld/core
Commit: e0da5cee3f329e36487be4fa03ef66780f228737
https://github.com/weld/core/commit/e0da5cee3f329e36487be4fa03ef66780f228737
Author: Jozef Hartinger <jharting at redhat.com>
Date: 2012-07-09 (Mon, 09 Jul 2012)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/AbstractProducerBean.java
M impl/src/main/java/org/jboss/weld/bean/interceptor/WeldInterceptorInstantiator.java
M impl/src/main/java/org/jboss/weld/bean/proxy/ClientProxyProvider.java
M impl/src/main/java/org/jboss/weld/bootstrap/Validator.java
M impl/src/main/java/org/jboss/weld/el/AbstractWeldELResolver.java
M impl/src/main/java/org/jboss/weld/event/ObserverMethodImpl.java
M impl/src/main/java/org/jboss/weld/injection/producer/AbstractMemberProducer.java
M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java
M jboss-tck-runner/1.0/src/test/resources/tck-tests.xml
M jboss-tck-runner/1.1/src/test/resources/tck-tests.xml
M tests-arquillian/src/test/java/org/jboss/weld/tests/observers/validation/NonProxyableTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/instantiator/InjectedBean.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/instantiator/PerDeploymentInstantiatorWOTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/instantiator/PerDeploymentInstantiatorWithTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/weld1052/Bar.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/weld1052/BarInterface.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/weld1052/Baz.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/weld1052/BazInterface.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/weld1052/Foo.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/weld1052/FooInterface.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/weld1052/UnproxyableBeanTypeValidationTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/scope/unproxyable/InjectedBean.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/scope/unproxyable/UnproxyableTest.java
M tests-arquillian/src/test/java/org/jboss/weld/tests/scope/unproxyable/method/NonPrivateNonStaticFinalMethodTest.java
A tests-arquillian/src/test/java/org/jboss/weld/tests/scope/unproxyable/method/SwanLake.java
Log Message:
-----------
WELD-1052 Unproxyable bean type check too strict
More information about the weld-commits
mailing list