vershnik commented on PR #2056:
URL: https://github.com/apache/cxf/pull/2056#issuecomment-2355494258

   yes, looks like there is incompatibility between `DateTimeFormatter`  and 
`SimpleDateFormat`  
   For example `SimpleDateFormat`  for pattern 'yyyy-MM-dd' can parse even 
dates that contain time: 
   `parse("2019-07-07 23:59:59")`
   
   while  `DateTimeFormatter`  is more strict here. So this change cannot be 
backported.
   
   


-- 
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: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to