Branch: refs/heads/2.4
Home:
https://github.com/weld/core
Commit: b43a724264f247e869556cd0c352f6bcebeefc93
https://github.com/weld/core/commit/b43a724264f247e869556cd0c352f6bcebeefc93
Author: Robert Marcano <robert(a)marcanoonline.com>
Date: 2016-09-19 (Mon, 19 Sep 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/bootstrap/FastAnnotatedTypeLoader.java
Log Message:
-----------
Use correct Jandex class when checking presence of new method
Code was checking wrongly a class inside Weld that use that same name ClassInfo
that the one on Jandex that is where the new method is present.
Commit: 8d29a069f6e7540a72ef284d389535238eee6b69
https://github.com/weld/core/commit/8d29a069f6e7540a72ef284d389535238eee6b69
Author: Tomas Remes <tremes(a)redhat.com>
Date: 2016-09-19 (Mon, 19 Sep 2016)
Changed paths:
M impl/src/main/java/org/jboss/weld/bootstrap/FastAnnotatedTypeLoader.java
M impl/src/main/java/org/jboss/weld/logging/BootstrapLogger.java
M impl/src/main/java/org/jboss/weld/util/Beans.java
Log Message:
-----------
WELD-2231 update check for ClassInfo.setFlags() method availability.
Compare:
https://github.com/weld/core/compare/fc0bb7cae35b...8d29a069f6e7