jtulach commented on PR #9420: URL: https://github.com/apache/netbeans/pull/9420#issuecomment-4609084001
> @jtulach the manifests are bumped once per release e.g #9344, but it also wouldn't hurt, outside of creating gaps in the released versions. > not really necessary given the version bumps and lack of a development UC I do not think it is enough to wait for next release of NetBeans. The `org.netbeans.modules.cnd.lsp` usage needs to update its dependency on `org.netbeans.modules.dlight.nativeexecution`. To update such dependency now, there must be an increase of the version, because otherwise there is no way to track the API change of changing the list of friends (or rather going fully public). To let `org.netbeans.modules.cnd.lsp` express _I need the nativeexecution module in a version that I am allowed use_ we need to increment the version and the `org.netbeans.modules.cnd.lsp` needs to depend on that incremented version. This is basically the same as adding a method into some module API - it also needs a version increment. -- 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
