jlahoda commented on pull request #3715: URL: https://github.com/apache/netbeans/pull/3715#issuecomment-1063710164
I think the end goal is good, but I wonder if the solution is at the right level. I wonder if projects should continue to be able to precisely specify the bootclasspath and/or system module path. E.g.: -remove the source level validation -provide a method somewhere in Java project APIs like: ClassPath validateBoot(ClassPath origin, String release) which would do the source level validation and would return a sensible CP for given release. Projects would then use this method. I am however a bit concerned with debugger, whether step into will work for projects that have fallback bootclasspath. -- 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
