jtulach opened a new pull request #3715: URL: https://github.com/apache/netbeans/pull/3715
Downgrading source level of a project when the right classes aren't on bootclasspath is NetBeans IDE problem. Now, when it is 99% guaranteed nb-javac is available, there is no reason for doing so. Should the bootclasspath be incorrect, let's substitute it with `ct.sym` - e.g. let's use `--release` tag. This PR may not cover all corner cases, but it does it job. One can execute the IDE on JDK8 and use `var` or text blocks without any issues. the [NETBEANS-5829 bug](https://issues.apache.org/jira/browse/NETBEANS-5829) is fixed. Please, @jlahoda & @dbalek, guide me in further improving this PR and making production ready! Thank you. -- 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
