[weld-commits] [weld/core] 1d684f: WELD-1782 Don't wrap resource producer field if th...

GitHub noreply at github.com
Thu Nov 13 05:03:33 EST 2014


  Branch: refs/heads/2.2
  Home:   https://github.com/weld/core
  Commit: 1d684f4b64f25a728b7961fd0b258b9a5ffe1967
      https://github.com/weld/core/commit/1d684f4b64f25a728b7961fd0b258b9a5ffe1967
  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: 0733d9b702a8e6a597468694e0a841123c5d7962
      https://github.com/weld/core/commit/0733d9b702a8e6a597468694e0a841123c5d7962
  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: 6abd47ca43132219b93de7bd61ff4e08de718396
      https://github.com/weld/core/commit/6abd47ca43132219b93de7bd61ff4e08de718396
  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/c1f0feb2b573...6abd47ca4313


More information about the weld-commits mailing list