| When running on JDK9 we now need to set this JVM flag: --add-opens=java.base/java.lang=ALL-UNNAMED to allow the Javassist based ProxyFactory to be initialized. This isn't the ideal solution for bytecode enhancement, but since better solutions are not available yet at least we can resume testing the other components and restore Continuous Integration to prevent further regressions. |