harrisric commented on PR #318:
URL: 
https://github.com/apache/commons-validator/pull/318#issuecomment-2659548452

   Hi @garydgregory - thanks for the quick response.
   I did run a full `mvn clean verify` and received a passing build (using Java 
17 locally)
   `[WARNING] Tests run: 990, Failures: 0, Errors: 0, Skipped: 1`
   running just `mvn` results in the `japicmp:cmp` failure noted above.
   Looking at the failed builds linked here I can't see any test failures - the 
build just seems to end at the `buildnumber:3.2.1:create (default) @ 
commons-validator` goal. Happy to look into any details you can see.
   
   I can't immediately see a way of avoiding the incompatibility - the class 
`FormSetFactory` extends an abstract class from `commons-digester`
   i.e. from 
   `FormSetFactory extends 
org.apache.commons.digester.AbstractObjectCreationFactory`
   to 
   `FormSetFactory extends 
org.apache.commons.digester3.AbstractObjectCreationFactory<FormSet>`
   
   
   
   


-- 
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

Reply via email to