You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/03/10 06:29:43 UTC

[GitHub] [netbeans] jlahoda commented on pull request #3715: [NETBEANS-5829] Use --release instead of downgrading the source level.

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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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