[weld-commits] [weld/core] 58aed4: WELD-2556 Weld core changes reflecting API changes...

GitHub noreply at github.com
Fri Jan 25 06:19:35 EST 2019


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: 58aed4993be38ee9331312139e6b20ba1df1352c
      https://github.com/weld/core/commit/58aed4993be38ee9331312139e6b20ba1df1352c
  Author: Matej Novotny <manovotn at redhat.com>
  Date:   2019-01-25 (Fri, 25 Jan 2019)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
    M impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java
    M impl/src/main/java/org/jboss/weld/logging/BeanLogger.java
    M impl/src/main/java/org/jboss/weld/util/bytecode/ClassFileUtils.java
    A impl/src/test/java/org/jboss/weld/tests/unit/util/cache/BarInterface.java
    A impl/src/test/java/org/jboss/weld/tests/unit/util/cache/Baz.java
    A impl/src/test/java/org/jboss/weld/tests/unit/util/cache/FooInterface.java
    M impl/src/test/java/org/jboss/weld/tests/unit/util/cache/ReentrantComputingCacheTest.java
    M tests/src/test/java/org/jboss/weld/tests/unit/threadlocal/ThreadLocalTestCase.java

  Log Message:
  -----------
  WELD-2556 Weld core changes reflecting API changes.
Only use Unsafe to crack open CL if we need it, add fallback to setAccessible on JDK 12.
Fix ReentrantComputingCacheTest and ThreadLocalTestCase on JDK 12.
Add AtomicBoolean to CFUtils to make sure we invoke it only once. Update method names.



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.


More information about the weld-commits mailing list