garydgregory commented on PR #318: URL: https://github.com/apache/commons-validator/pull/318#issuecomment-2659584606
Hello @harrisric If this PR breaks binary compatibility, then we should not accept it. I also see a lot of stack traces like: ``` Feb 14, 2025 10:08:03 AM org.apache.commons.digester3.Digester error SEVERE: Parse Error at line 92 column 103: Element type "set-next-rule" must be declared. org.xml.sax.SAXParseException; systemId: file:/Users/garygregory/git/commons-validator/target/classes/org/apache/commons/validator/digester-rules.xml; lineNumber: 92; columnNumber: 103; Element type "set-next-rule" must be declared. at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:204) at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:135) ``` So there are likely other changes that would be needed as well. -- 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: issues-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org