[
https://issues.apache.org/jira/browse/IGNITE-6745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16224177#comment-16224177
]
Cergey Chaulin edited comment on IGNITE-6745 at 10/30/17 10:58 PM:
-------------------------------------------------------------------
[~vozerov], I created a patch for that. Could you take a look ? I added a
special utility class (Java9Bridge) for java 9 migration.
was (Author: cossack5):
Hi, I created a patch for that. Could someone take a look ? I added a special
utility class (Java9Bridge) for java 9 migration.
> Java 9: rework usages of URLClassLoader.getURLs()
> -------------------------------------------------
>
> Key: IGNITE-6745
> URL: https://issues.apache.org/jira/browse/IGNITE-6745
> Project: Ignite
> Issue Type: Task
> Security Level: Public(Viewable by anyone)
> Components: general
> Reporter: Vladimir Ozerov
> Fix For: 2.4
>
> Attachments: IGNITE-6745.patch
>
>
> We use this method in multiple places:
> 1) {{MessageCodeGenerator}}
> 2) {{BinaryContext}}
> 3) {{ClassesGenerator}}
> 4) {{GridUriDeploymentFileProcessor}}
> The problem is that in Java 9 application class loader is not
> {{URLClassLoader}}, so we cannot get URLs easily. Instead typically it is
> {{BuiltinClassLoader}}, which refers to {{URLClassLoader}} in it's internal
> field {{ucp}}.
> Let's refactor all usages of {{URLClassLoader.getURLs}} to some utility
> method, which will be able to handle both Java 7/8 and Java 9 (through
> reflection).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)