Branch: refs/heads/master
Home:
https://github.com/weld/core
Commit: c40af9652543cce7bd632112c2abd536f77f0299
https://github.com/weld/core/commit/c40af9652543cce7bd632112c2abd536f77f0299
Author: Martin Kouba <mkouba(a)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