This is an automated email from the ASF dual-hosted git repository. mibo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git
commit ca876f1fb99b224369fb27056d462e22cec8700d Merge: b81bc23 636fdde Author: mibo <[email protected]> AuthorDate: Tue Nov 26 07:25:52 2019 +0100 Merge pull request #62 from apache/OLINGO-1408 [Olingo 1408] Java 8 DateTime API support by Olingo .../commons/core/edm/primitivetype/EdmDate.java | 97 ++++--- .../core/edm/primitivetype/EdmDateTimeOffset.java | 301 +++++++-------------- .../core/edm/primitivetype/EdmTimeOfDay.java | 126 ++++----- .../core/edm/primitivetype/EdmDateTest.java | 41 ++- .../edm/primitivetype/EdmDateTimeOffsetTest.java | 200 ++++++++++---- .../core/edm/primitivetype/EdmTimeOfDayTest.java | 96 +++++-- .../edm/primitivetype/PrimitiveTypeBaseTest.java | 31 ++- .../olingo/server/tecsvc/data/DataCreator.java | 30 +- .../json/ODataJsonDeserializerEntityTest.java | 4 +- .../serializer/json/ODataJsonSerializerTest.java | 39 +++ 10 files changed, 550 insertions(+), 415 deletions(-)
