mbien commented on code in PR #7928:
URL: https://github.com/apache/netbeans/pull/7928#discussion_r1901461585


##########
platform/o.n.bootstrap/nbproject/project.properties:
##########
@@ -16,7 +16,7 @@
 # under the License.
 
 javac.compilerargs=-Xlint:all -Xlint:-serial -Xlint:-processing
-javac.source=1.8
+javac.release=11

Review Comment:
   note to self: this bumps bootstrap to 11 to have access to the `StackWalker` 
API.
   
   this should be fine since `Main` is compiled separately, so the warning 
dialogs will still show up when launched on older JDKs:
   <details>
   
   
https://github.com/apache/netbeans/blob/33cdacf4e3d5591b41e3d2971f7bfab800ddf464/platform/o.n.bootstrap/build.xml#L32-L40
   
   </details>
   
   verified with launch attempt on JDK 8:
   
![image](https://github.com/user-attachments/assets/976a6345-ae21-4318-b286-5e9a1aca3d47)
   



-- 
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: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to