[weld-commits] [weld/core] b43a72: Use correct Jandex class when checking presence of...
GitHub
noreply at github.com
Mon Sep 19 11:26:55 EDT 2016
Branch: refs/heads/2.4
Home: https://github.com/weld/core
Commit: b43a724264f247e869556cd0c352f6bcebeefc93
https://github.com/weld/core/commit/b43a724264f247e869556cd0c352f6bcebeefc93
Author: Robert Marcano <robert at 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 at 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
More information about the weld-commits
mailing list