jtulach commented on PR #5609: URL: https://github.com/apache/netbeans/pull/5609#issuecomment-1491875960
Latest [GitHub Actions run detected](https://github.com/apache/netbeans/actions/runs/4574961454/jobs/8077218339?pr=5609#step:5:127883) a violation in JDK API usage. `java/java.j2seplatform` claims support for JDK8 by having `javac.source=8` (which implies `javac.target=8`) and yet it was using JDK9 API. Fixed in 8018019 - @mbien please review for code correctness. -- 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
