[weld-commits] [weld/core] de9c1f: Use correct Jandex class when checking presence of...

GitHub noreply at github.com
Mon Sep 19 11:29:22 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: de9c1f77168716acd3e59749a8010500e26dffb9
      https://github.com/weld/core/commit/de9c1f77168716acd3e59749a8010500e26dffb9
  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: 56a7d046afbb45ce92d5fecc963f9ea0e5620b4b
      https://github.com/weld/core/commit/56a7d046afbb45ce92d5fecc963f9ea0e5620b4b
  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.


  Commit: 5c16c1876bfc732eec859e9a0e4df67530b02e83
      https://github.com/weld/core/commit/5c16c1876bfc732eec859e9a0e4df67530b02e83
  Author: Tomas Remes <tremes at redhat.com>
  Date:   2016-09-19 (Mon, 19 Sep 2016)

  Changed paths:
    M pom.xml
    M tests/src/test/java/org/jboss/weld/tests/unit/resource/StaticResourceTest.java
    A tests/src/test/java/org/jboss/weld/tests/unit/resource/TestTransactionServices.java

  Log Message:
  -----------
  Update Arquillian container Weld version.


Compare: https://github.com/weld/core/compare/4c020fdf6055...5c16c1876bfc


More information about the weld-commits mailing list