sebbASF commented on PR #53: URL: https://github.com/apache/commons-validator/pull/53#issuecomment-2564784634
Sorry, no. Changes that break binary compatibility involve a major version change; the Java package name and Maven coordinates must also be changed. As already noted, that cannot happen in the current code line. At some point there will need to be a new version, at which point all the deprecated code can be removed and other incompatible changes applied (e.g. hiding mutable fields). -- 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]
