mbien opened a new pull request, #5122:
URL: https://github.com/apache/netbeans/pull/5122

   add JDK 20ea to build/test matrix
   
   use 1.8 source/target as minimal baseline since JDK 20 removed support for 
1.7 (14 removed support for 1.6).
   
   had to add -Xlint:-options to modules which use -Werror since the compiler 
would print:
   ```
      [repeat] warning: [options] source value 8 is obsolete and will be 
removed in a future release
      [repeat] warning: [options] target value 8 is obsolete and will be 
removed in a future release
      [repeat] warning: [options] To suppress warnings about obsolete options, 
use -Xlint:-options.
      [repeat] error: warnings found and -Werror specified
   ```
   It is unclear why since this should be *release* 8. nbjavac should not set 
source/target anymore.
   
   tbh I would like to move source/target=1.8 to release=8 to switch to the new 
model without all the nb specific mapping rules (e.g #3278).


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