JaroslavTulach commented on a change in pull request #2255:
URL: https://github.com/apache/netbeans/pull/2255#discussion_r455509797



##########
File path: extide/gradle/apichanges.xml
##########
@@ -83,6 +83,34 @@ is the proper place.
     <!-- ACTUAL CHANGES BEGIN HERE: -->
 
     <changes>
+        <change id="gradle-java-independence">
+            <api name="general"/>
+            <summary>Remove Java Platform dependency.</summary>
+            <version major="2" minor="3"/>
+            <date year="2020" month="7" day="15"/>
+            <author login="lkishalmi"/>
+            <compatibility binary="compatible" source="compatible"/>
+            <description>
+                <p>
+                    Due to recent movement and the plan to support Gradle 
native
+                    projects as well in the future the dependency on
+                    Java Platform module has been removed.
+                </p>
+                <p>
+                    The removal affects 
<code>org.netbeans.modules.gradle.api.execute.RunUtils</code>

Review comment:
       Btw. it is possible to use `<a 
href="@TOP@/org/netbeans/modules/gradle/api/execute/RunUtills.html">RunUtils</a>`
 to connect to the Javadoc generated classes.

##########
File path: extide/gradle/nbproject/org-netbeans-modules-gradle.sig
##########
@@ -480,8 +480,8 @@ meth public static 
org.netbeans.modules.gradle.spi.actions.ReplaceTokenProvider
 meth public static org.openide.execution.ExecutorTask 
executeGradle(org.netbeans.modules.gradle.api.execute.RunConfig,java.lang.String)
 meth public static org.openide.filesystems.FileObject 
extractFileObjectfromLookup(org.openide.util.Lookup)
 meth public static org.openide.filesystems.FileObject[] 
extractFileObjectsfromLookup(org.openide.util.Lookup)
-meth public static 
org.openide.util.Pair<java.lang.String,org.netbeans.api.java.platform.JavaPlatform>
 getActivePlatform(java.lang.String)
-meth public static 
org.openide.util.Pair<java.lang.String,org.netbeans.api.java.platform.JavaPlatform>
 getActivePlatform(org.netbeans.api.project.Project)
+meth public static org.openide.util.Pair getActivePlatform(java.lang.String)

Review comment:
       Great.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to