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

   Gradle NB tooling now reports BOMs as regular dependencies and its contents 
as dependencies. This causes dependency graph explosion as BOMs are used in 
many intermediate dependencies and the project API explodes the tree eagerly. 
   
   For proper function, a change in Dependency API is probably needed, so the 
client is able to identify BOMs (some flag on output), or exclude them entirely 
(some additional filter at input) - and to allow lazy creation of dependency 
tree levels, so that client can avoid the explosion which now happens in 
project dependency core impl. 
   
   For now, it is more safe not to return children of BOMs; it will not affect 
normal dependencies as BOMs just help to select version of a library.


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