m-van-tilburg opened a new pull request, #173:
URL: https://github.com/apache/olingo-odata4/pull/173

   Depending on the mapped Java class that is set for `EdmDate` and 
`EdmDateTimeOffset`, conversion of (historical) dates can give unexpected 
results:
   
   1. Dates before the Julian-Gregorian cutover date (by default October 15, 
1582 (Gregorian)) are treated as Julian when `java.util.Calendar` is 
(indirectly) used. When using `java.time` types, these dates are treated as 
(proleptic) Gregorian instead
   2. The mapped Java class is not always used correctly


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