DevCharly commented on PR #4619: URL: https://github.com/apache/netbeans/pull/4619#issuecomment-1244596276
Seem that NetBeans support some kind of "friend modules" that does not have the package restriction. It is called **implementation dependency**, which is mentioned here: - https://netbeans.apache.org/wiki/DevFaqModuleDependencies.asciidoc and - https://bits.netbeans.org/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html If I understand this correctly then a implementation dependency depends on a specific version. This would be probably good for a FlatLafSwingX module because e.g. `flatlaf-swingx-2.4.jar` should be always used with `flatlaf-2.4.jar`. There is no guarantee that `flatlaf-swingx-2.4.jar` works correctly with older or newer `flatlaf.jar` versions. @mbastian maybe this is what you're looking for? -- 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
