[weld-commits] [weld/core] 9963db: WELD-2056 Proxy class initializer - add ACC_STATIC...

GitHub noreply at github.com
Wed Nov 11 06:36:33 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: 9963db7f4653efce92c83560419a5c78aa1e64ae
      https://github.com/weld/core/commit/9963db7f4653efce92c83560419a5c78aa1e64ae
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2015-11-11 (Wed, 11 Nov 2015)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java

  Log Message:
  -----------
  WELD-2056 Proxy class initializer - add ACC_STATIC flag

- workaround for IBM JVM
- the ACC_STATIC flag should only be required for class files with
version number 51.0 or above and weld proxies are 50.0 (java6)
- see also DELTASPIKE-1010 and https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-2.html#jvms-2.9




More information about the weld-commits mailing list