[weld-commits] [weld/core] 861174: WELD-2448: Fix shared proxy class instantiation

GitHub noreply at github.com
Tue Jan 16 10:32:11 EST 2018


  Branch: refs/heads/2.4
  Home:   https://github.com/weld/core
  Commit: 8611741fff1b6e19f92262571f8bc172172e518c
      https://github.com/weld/core/commit/8611741fff1b6e19f92262571f8bc172172e518c
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2018-01-16 (Tue, 16 Jan 2018)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
    M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyInstantiator.java
    M impl/src/main/java/org/jboss/weld/bean/proxy/SecurityActions.java
    M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/jsf/flow/Bar.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/jsf/flow/FlowMultipleWarTest.java
    A tests-arquillian/src/test/java/org/jboss/weld/tests/jsf/flow/Foo.java
    A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/flow/index.xhtml
    A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/flow/simple-flow-flow.xml
    A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/flow/simple-flow.xhtml
    A tests-arquillian/src/test/resources/org/jboss/weld/tests/jsf/flow/web.xml

  Log Message:
  -----------
  WELD-2448: Fix shared proxy class instantiation

- if a shared proxy class was created with a nonmatching type of
ProxyInstantiator then try to use a different one




More information about the weld-commits mailing list