[weld-commits] [weld/core] 4e6393: WELD-1782 Don't wrap resource producer field if th...
GitHub
noreply at github.com
Thu Nov 13 05:03:41 EST 2014
Branch: refs/heads/master
Home: https://github.com/weld/core
Commit: 4e639379b787d69055e1298a7713746e2042c38b
https://github.com/weld/core/commit/4e639379b787d69055e1298a7713746e2042c38b
Author: Martin Kouba <mkouba at redhat.com>
Date: 2014-11-13 (Thu, 13 Nov 2014)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/builtin/ee/EEResourceProducerField.java
M jboss-tck-runner/1.1/src/test/tck12/tck-tests.xml
M jboss-tck-runner/1.1/src/test/tck20/tck-tests.xml
M porting-package/1.1/src/main/java/org/jboss/weld/tck/BeansImpl.java
Log Message:
-----------
WELD-1782 Don't wrap resource producer field if the actual type is assignable to Serializable
Due to class loading issues it was necessary to change the porting package and use specialized ObjectInputStream. So far TCCL-based solution seems to work.
WebResourcePassivationCapableDependencyTest TCK test was excluded - some jax-ws artifacts do not conform to the spec.
Commit: 8a7ba4095262b4daa39aa2b9167828e89c22ed6d
https://github.com/weld/core/commit/8a7ba4095262b4daa39aa2b9167828e89c22ed6d
Author: Martin Kouba <mkouba at redhat.com>
Date: 2014-11-13 (Thu, 13 Nov 2014)
Changed paths:
M tests-arquillian/src/test/java/org/jboss/weld/tests/resolution/circular/resource/Baz.java
Log Message:
-----------
WELD-1782 Fix ResourceCircularDependencyTest
Commit: 4fe5535267f7d144e5b885f0f087b7d3aab9b078
https://github.com/weld/core/commit/4fe5535267f7d144e5b885f0f087b7d3aab9b078
Author: Martin Kouba <mkouba at redhat.com>
Date: 2014-11-13 (Thu, 13 Nov 2014)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/builtin/ee/EEResourceProducerField.java
Log Message:
-----------
WELD-1782 Don't check the return value before the proxy is created
Compare: https://github.com/weld/core/compare/02ddb7f388f6...4fe5535267f7
More information about the weld-commits
mailing list