mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
java: use separate class-loader for Java plugin
Java plugin doesn't use the platform class-loader anymore. This is needed to make Java a true plugin so it'll be able to depend on other plugins, JAR files used from its implementation won't pollute the platform classpath, etc (IDEA-195719). GitOrigin-RevId: 7606e6f815fac6b9d146b443b84e6afe99b25ab2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d1a65642b0
commit
45620d2a86
@@ -1,4 +1,4 @@
|
||||
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" use-idea-classloader="true">
|
||||
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<id>com.intellij.java</id>
|
||||
<name>Java</name>
|
||||
<description>Java language support.</description>
|
||||
|
||||
Reference in New Issue
Block a user