XenoAmess opened a new pull request #25: URL: https://github.com/apache/commons-validator/pull/25
add cache m2 to travis-ci. delete openjdk13,openjdk14,openjdk-ea because java 1.6 cannot be used on such jdks. delete openjdk11 because CalendarValidatorTest, DateValidatorTest, TimeValidatorTest will fail on jdk11 as: ``` [ERROR] Failures: [ERROR] CalendarValidatorTest.testDateTimeStyle:197 validate(A) default [ERROR] CalendarValidatorTest.testFormat:215 default expected:<31/12/[]05> but was:<31/12/[20]05> [ERROR] CurrencyValidatorTest.testIntegerValid:142 US negative expected:<-1234.00> but was:<null> [ERROR] CurrencyValidatorTest.testInvalid:121 US wrong negative [ERROR] CurrencyValidatorTest.testValid:93 US negative expected:<-1234.56> but was:<null> [ERROR] DateValidatorTest.testDateValidatorMethods:69 validate(A) both expected:<Sat Dec 31 00:00:00 CST 2005> but was:<null> [ERROR] TimeValidatorTest.testTimeZone:224 pattern result [ERROR] Errors: [ERROR] CalendarValidatorTest.testCalendarValidatorMethods:70 NullPointer ``` I see no plans about fixing them in near days, so I think we'd better disable it until a fix comes up. ---------------------------------------------------------------- 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]
