This is an automated email from the ASF dual-hosted git repository.

mibo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git.


    from b81bc23  [OLINGO-1411] Fixed typo
     add 932af8f  [OLINGO-1408] Support new date time API (#57)
     add 302f991  [OLINGO-1408] Applied code formatter
     add ec60391  [OLINGO-1408] Minor change to fix tests
     add 636fdde  [OLINGO-1408] Fix tests
     new ca876f1  Merge pull request #62 from apache/OLINGO-1408

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../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(-)

Reply via email to