volosied commented on PR #267:
URL: 
https://github.com/apache/commons-beanutils/pull/267#issuecomment-2259563728

   I pushed up another test which also let the builds run.
   
   Everything passed except for Java 23, but those failures are unrelated to my 
changes from the looks of. 
    
   ```
    Error:  Failures: 
   Error:    
SqlTimeConverterTestCase.testLocale:118->AbstractDateConverterTest.validConversion:572
 Converting 'java.lang.String' value '3:06 pm' threw 
org.apache.commons.beanutils2.ConversionException: Error converting 'String' to 
'java.sql.Time' using pattern 'h:mm a', localized pattern 'h:mm a', errorIndex 
4, calendar type GregorianCalendar, this 
org.apache.commons.beanutils2.sql.converters.SqlTimeConverter[UseDefault=false, 
UseLocaleFormat=true]
   Error:    
SqlTimestampConverterTestCase.testLocale:138->AbstractDateConverterTest.validConversion:572
 Converting 'java.lang.String' value '3/21/06, 3:06 PM' threw 
org.apache.commons.beanutils2.ConversionException: Error converting 'String' to 
'java.sql.Timestamp' using pattern 'M/d/yy, h:mm a', localized pattern 'M/d/yy, 
h:mm a', errorIndex 13, calendar type GregorianCalendar, this 
org.apache.commons.beanutils2.sql.converters.SqlTimestampConverter[UseDefault=false,
 UseLocaleFormat=true]
   [INFO] 
   ``` 
   
   


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

Reply via email to