[weld-commits] [weld/core] 4d4b17: Make it possible to get the underlying instance fr...

GitHub noreply at github.com
Mon Nov 24 04:40:53 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: 4d4b1793246f6cfbd2382de96f2ff58e170a1bf0
      https://github.com/weld/core/commit/4d4b1793246f6cfbd2382de96f2ff58e170a1bf0
  Author: Jozef Hartinger <jharting at redhat.com>
  Date:   2014-11-24 (Mon, 24 Nov 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bean/proxy/ClientProxyFactory.java
    M impl/src/main/java/org/jboss/weld/bean/proxy/DecoratorProxyFactory.java
    M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
    M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyMethodHandler.java

  Log Message:
  -----------
  Make it possible to get the underlying instance from a MethodHandler directly


  Commit: 03911286a131a089de88e754122fffd90686d339
      https://github.com/weld/core/commit/03911286a131a089de88e754122fffd90686d339
  Author: Jozef Hartinger <jharting at redhat.com>
  Date:   2014-11-24 (Mon, 24 Nov 2014)

  Changed paths:
    A impl/src/main/java/org/jboss/weld/bean/proxy/CachedBeanInstance.java
    M impl/src/main/java/org/jboss/weld/bean/proxy/ClientProxyFactory.java
    M impl/src/main/java/org/jboss/weld/bean/proxy/ClientProxyProvider.java
    M impl/src/main/java/org/jboss/weld/context/cache/RequestScopedCache.java

  Log Message:
  -----------
  Move bean instance caching from client proxies to CachedBeanInstance


  Commit: 9d6e556f31fbda0ab129678255ef5aa7398fca6f
      https://github.com/weld/core/commit/9d6e556f31fbda0ab129678255ef5aa7398fca6f
  Author: Jozef Hartinger <jharting at redhat.com>
  Date:   2014-11-24 (Mon, 24 Nov 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

  Log Message:
  -----------
  Remove redundant code


  Commit: a95ddae98d279533e432c20601b41fa600cb49f5
      https://github.com/weld/core/commit/a95ddae98d279533e432c20601b41fa600cb49f5
  Author: Jozef Hartinger <jharting at redhat.com>
  Date:   2014-11-24 (Mon, 24 Nov 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bean/proxy/ClientProxyFactory.java
    M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java
    M impl/src/main/java/org/jboss/weld/bean/proxy/RunWithinInterceptionDecorationContextGenerator.java

  Log Message:
  -----------
  Eliminate casts


Compare: https://github.com/weld/core/compare/1f3dd5e33950...a95ddae98d27


More information about the weld-commits mailing list