[weld-commits] [weld/core] dbaff7: WELD-2405 Do not optimize self invocation for defa...
GitHub
noreply at github.com
Fri Jul 28 09:03:56 EDT 2017
Branch: refs/heads/2.4
Home: https://github.com/weld/core
Commit: dbaff7849f80ac51c1621d9e2f1b883c48b9e485
https://github.com/weld/core/commit/dbaff7849f80ac51c1621d9e2f1b883c48b9e485
Author: Martin Kouba <mkouba at redhat.com>
Date: 2017-07-28 (Fri, 28 Jul 2017)
Changed paths:
M impl/src/main/java/org/jboss/weld/bean/proxy/InterceptedSubclassFactory.java
M tests-arquillian/src/test/java8/org/jboss/weld/tests/defaultmethod/decorated/DecoratedInteraceWithDefaultMethodTest.java
M tests-arquillian/src/test/java8/org/jboss/weld/tests/defaultmethod/intercepted/InterfaceDefaultMethodInterceptedTest.java
Log Message:
-----------
WELD-2405 Do not optimize self invocation for default methods
- based on #1703 from @hypnoce
- redundant test removed
- we must obtain the current stack first otherwise
DecoratedInteraceWithDefaultMethodTest fails
More information about the weld-commits
mailing list