[ https://issues.apache.org/jira/browse/WW-5530?focusedWorklogId=958793&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-958793 ]
ASF GitHub Bot logged work on WW-5530: -------------------------------------- Author: ASF GitHub Bot Created on: 25/Feb/25 17:58 Start Date: 25/Feb/25 17:58 Worklog Time Spent: 10m Work Description: bill-humblcloud commented on PR #1223: URL: https://github.com/apache/struts/pull/1223#issuecomment-2682865030 I have modified XWorkConverterTest.testDateConversion() to include tests for LocalDate, LocalDateTime, and LocalTime. The tests seem to pass during the build process. I am new to GitHub, so I am working to figure out how to get those changes uploaded here (should've made notes the first time I did this). I will try to get that done in the next 24 hours (simultaneously working on a release of my own project, so I will do my best). Issue Time Tracking ------------------- Worklog Id: (was: 958793) Time Spent: 0.5h (was: 20m) > LocalDate and LocalTime Not Working in DateConverter > ---------------------------------------------------- > > Key: WW-5530 > URL: https://issues.apache.org/jira/browse/WW-5530 > Project: Struts 2 > Issue Type: Bug > Components: Core > Affects Versions: 7.0.0 > Reporter: Bill Sofko > Priority: Major > Fix For: 7.1.0 > > Original Estimate: 0h > Time Spent: 0.5h > Remaining Estimate: 0h > > Despite having proper support for the functionality, the DateConverter class > does not convert for java.time.LocalDate or java.time.LocalTime input—only > java.time.LocalDateTime works. The reason for this is that these types are > not handled for dispatch to DateConverter in the XWorkBasicConverter class. -- This message was sent by Atlassian Jira (v8.20.10#820010)