DevCharly commented on pull request #2992: URL: https://github.com/apache/netbeans/pull/2992#issuecomment-860013385
Those packages should not be public. This is no API and may change frequently, which requires increasing module version frequently, which causes problems for modules that depend on FlatLaf module (e.g. upcoming JFormDesigner module). Adding package `com.formdev.flatlaf.ui` to public package will probably break sigtest running with Java 8: https://github.com/apache/netbeans/pull/1771#issuecomment-564956178 BTW FlatLaf JAR should be not checked into Git! Isn't there a way to make packages accessible to specific other modules? (friends??) -- 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
