matthiasblaesing commented on PR #7533: URL: https://github.com/apache/netbeans/pull/7533#issuecomment-2206541790
For me doing a compatible change is just easier. API breakage should always raise concerns and be treated with respect. It also requires bumping major version of the affected module, updating the using module and raising the specification version of that module. It is just messy. "friend only" dependencies are APIs being stabilized. If you don't want an API, you can use an implementation dependency in the IDE and be done with it. -- 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
