neilcsmith-net commented on PR #5852: URL: https://github.com/apache/netbeans/pull/5852#issuecomment-1525784912
> FWIW, there should be a PR at some point (not necessarily here) that would provide user friendly failure messages when the build or binary is used on an unsupported JDK. Well, we've really needed that for the IDE since NetBeans 13! Personally, I would now look to bump the bytecode level in non-API bits of the runtime container. eg. check and fail, and update the error messages, at https://github.com/apache/netbeans/blob/master/platform/o.n.bootstrap/src/org/netbeans/Main.java#L43 If as well as checking for JDK, we updated the bytecode level, it would also allow for removing some reflection in #3386 ? -- 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
