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

GitHub noreply at github.com
Wed Nov 11 06:37:07 EST 2015


  Branch: refs/heads/2.3
  Home:   https://github.com/weld/core
  Commit: 993d3cfe22b051e4561991c1561cb78c12c8b5f8
      https://github.com/weld/core/commit/993d3cfe22b051e4561991c1561cb78c12c8b5f8
  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


  Commit: 709f315e5ac5cf23838c1ef939cf1bd9e1cc5b51
      https://github.com/weld/core/commit/709f315e5ac5cf23838c1ef939cf1bd9e1cc5b51
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2015-11-11 (Wed, 11 Nov 2015)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Travis - add openjdk7, oraclejdk8, cache maven repo


Compare: https://github.com/weld/core/compare/ccd9d3a0b3aa...709f315e5ac5


More information about the weld-commits mailing list