[
https://issues.apache.org/jira/browse/ARIES-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15271985#comment-15271985
]
Freeman Fang commented on ARIES-1546:
-------------------------------------
Hi Team,
I'm working on building and running Karaf with java9, and found that currently
can't run aries proxy-impl with java9 yet.
The major problem is that in Java9, the ClassLoader.getResourceAsStream(String
name) would return null which prevent to load the bytecode from java system
modules.
I will append a patch to fix this, using reflection way to use java9 api
Module.getResourceAsStream to make it work if detect the JVM is java9.
Best Regards
Freeman
> make proxy-impl works with java9
> --------------------------------
>
> Key: ARIES-1546
> URL: https://issues.apache.org/jira/browse/ARIES-1546
> Project: Aries
> Issue Type: Improvement
> Components: Proxy
> Reporter: Freeman Fang
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)