neilcsmith-net commented on PR #7543: URL: https://github.com/apache/netbeans/pull/7543#issuecomment-2222378689
@sdedic this PR makes the same change to Java 17 as included in #7257 while trying to _avoid_ #7365 The original update to Java 17 was reverted. The description could probably do with more info. The key thing is to ensure that `NbProjectInfoAction` is separated from the module and built with Java 8 as that class has to be deserializable into the running Gradle build and JDK. Given how that deserialization works, it's probably a good idea to keep separate from the module JAR too. -- 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. To unsubscribe, e-mail: [email protected] 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
