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

   - migrate remaining modules of the java cluster from javac source to release 
flag and consolidate on one version
   - many core modules, including editor, maven, gradle were already using 
release 17, this migrates the rest.
   - skipped test data, performance module and non-trivial upgrades like 
`java.hints.declarative`, `debugger.jpda.visual` and `form` 
(https://github.com/apache/netbeans/pull/8387).
   - removed `-Xlint:-options` flag since "target value 8 is obsolete and will 
be removed" won't occur anymore
   - moving away from the java 8 target unlocks JDK optimizations due to the 
invokedynamic bytecode instruction and javac deprecation warnings (which we 
can't get right now)
   - `release` is also safer compared to `source`/`target`, we can use newer 
API etc
   


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