sdedic edited a comment on pull request #3206:
URL: https://github.com/apache/netbeans/pull/3206#issuecomment-951825372


   The range of JDKs our users use is broad. Considering just JDK17, even minor 
changes in javac in its patch releases can potentially affect IDE's operation.  
With bundled Javac (e.g. the automatically generated one), Apache NetBeans 
controls (and can test before update) what version will be shipped with a 
release. We have no such control over user's execution evnironmnet. If we do 
some magic depending on the actual runtime of the user, the user may face 
"random" errors depending on automatic OS updates (newer JDK patch release 
installed) etc.
   
   I am against introducing such magic, and if so, it should be opt-in, not the 
default.


-- 
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

Reply via email to