lkishalmi opened a new pull request #2747:
URL: https://github.com/apache/netbeans/pull/2747
This is a massive change, I've been working for a while. The main goal would
be to retrieve the subproject configuration in one or two passes from Gradle,
instead of one-by-one. I do not know how the pieces would come together yet,
but this PR has the following changes:
1. Adds a new ModelFetcher which can retrieve multiple model objects from
Gradle in one run.
2. Deprecates the existing experimental feature flags, in order to announce
new ones which are not part of the public API
3. Refactor the GradleProjectCache as several functionalities are gobbling
there:
- Make a difference between Gradle involved and heuristic based project
loading. Move out the notification handling as well.
----------------------------------------------------------------
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.
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