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

   Putting some groundwork for a new `devops` tools related cluster.
   
   Initially moved the `docker.api` and `docker.ui` from the `ide` cluster here.
   
   I had one hiccup with ergonomics, as it did not created feature entry for 
the new cluster.  after some debugging it turned out that the [layer 
extractor](https://github.com/apache/netbeans/blob/4c229c66e0a8e6ed480689c04bdeba2e7f9dd68c/ergonomics/ide.ergonomics/src-ant/org/netbeans/modules/ide/ergonomics/ant/ExtractLayer.java#L381)
 does not create a `layer.xml` for a cluster which only has the root 
`<filesystem/>` entry. That prevented the `FeatureManager` to create a Feature 
for this cluster.
   
   It seems save one Test code the `layer` being `null` is handled in 
ergonomics, so I've allowed creating `FeatureInfo` with `null` layer.
   
   I'd target this one for early NB26.
    


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