[weld-commits] [weld/core] f220a3: WELD-1702 Do not optimize the use of proxies if th...

GitHub noreply at github.com
Fri Jul 4 05:44:31 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: f220a3d5e1542f9280a671ce92bbe18316a9772b
      https://github.com/weld/core/commit/f220a3d5e1542f9280a671ce92bbe18316a9772b
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2014-07-04 (Fri, 04 Jul 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java
    M impl/src/main/java/org/jboss/weld/util/Beans.java
    M impl/src/main/java/org/jboss/weld/util/InjectionPoints.java
    M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/client/optimization/Alpha.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/client/optimization/Custom.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/client/optimization/CustomContext.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/client/optimization/CustomScopeExtension.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/client/optimization/CustomScoped.java
    M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/client/optimization/InjectableReferenceOptimizationRequestTest.java
    M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/client/optimization/InjectableReferenceOptimizationTestBase.java

  Log Message:
  -----------
  WELD-1702 Do not optimize the use of proxies if the bean being injected
has a custom scope


  Commit: 950e37a3c93a8e10c9b1a33cbf500c80df8f3b51
      https://github.com/weld/core/commit/950e37a3c93a8e10c9b1a33cbf500c80df8f3b51
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2014-07-04 (Fri, 04 Jul 2014)

  Changed paths:
    M tests-arquillian/src/test/java/org/jboss/weld/tests/proxy/client/optimization/InjectableReferenceOptimizationTestBase.java

  Log Message:
  -----------
  WELD-1702 Fix the test


  Commit: 401a9715b18e41d495dff1f9e329669998b574b4
      https://github.com/weld/core/commit/401a9715b18e41d495dff1f9e329669998b574b4
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2014-07-04 (Fri, 04 Jul 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/annotated/AnnotatedTypeValidator.java
    M impl/src/main/java/org/jboss/weld/logging/MetadataLogger.java

  Log Message:
  -----------
  WELD-1698 AnnotatedTypeValidator hierarchy check - include interfaces


  Commit: 3458e26bd9135a6c1af19d12f3195cc7775af04d
      https://github.com/weld/core/commit/3458e26bd9135a6c1af19d12f3195cc7775af04d
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2014-07-04 (Fri, 04 Jul 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/annotated/AnnotatedTypeValidator.java
    M impl/src/main/java/org/jboss/weld/util/collections/WeldCollections.java

  Log Message:
  -----------
  WELD-1698 Don't use ArraySet, add WeldCollections.addAll()


  Commit: 72f7f2c6ff1a28502db09dede96da263042846da
      https://github.com/weld/core/commit/72f7f2c6ff1a28502db09dede96da263042846da
  Author: Jozef Hartinger <jharting at redhat.com>
  Date:   2014-07-04 (Fri, 04 Jul 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bean/builtin/BeanManagerProxy.java
    M impl/src/main/java/org/jboss/weld/manager/BeanManagerImpl.java
    M pom.xml

  Log Message:
  -----------
  Upgrade Weld API to 2.2.SP3; Implement WeldManager.unwrap()


Compare: https://github.com/weld/core/compare/7c43f8b9cfbf...72f7f2c6ff1a


More information about the weld-commits mailing list