mbien opened a new pull request, #7590:
URL: https://github.com/apache/netbeans/pull/7590
performance:
- first embedder initialization can take a while, async-profiler showed
that a big chunk of it is spent within google guice
- this starts the warmup task early, which solves the problem, since this
will happen while the user is looking at the wizard
- the warmup task is a no-op if it was already initialized
cleanup:
- small jdk 17 renovation
the purple bits are `com.google.inject.*` code:

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