mbien commented on PR #7188:
URL: https://github.com/apache/netbeans/pull/7188#issuecomment-2043181633
gave this a bit more testing:
- the right bytecode level is produced
- no errors in the editor while using `release=17` and jdk 17 API (means
that the property is picked up correctly)
- value can be modified using project UI
this however did not work:
- when using JDK 17 API but setting `release` to 11, the editor did not
show the API usage as error even though the build fails
this likely indicates that the editor is using `source` still. I have to
take another look if I can implement this too, however even if not I think we
should merge this as first step.
--
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