This is an automated email from the ASF dual-hosted git repository.
mibo pushed a change to branch OLINGO-1603-Release-4.10.0
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git
omit e076c0370 [OLINGO-1603] Build plugin update
omit 647d68474 [OLINGO-1603] Dependency updates
add a04770513 [OLINGO-1603] Dependency updates
add 5d1fae138 [OLINGO-1603] Build plugin update
add 6a800beee [OLINGO-1568] Add handling of special case precision/scale
add 7a50c58bf [OLINGO-1609] Fix issue in JSON deserializer
add 0734e23aa [OLINGO-1609] Fixed code style issue
add 1cb2907fc [OLINGO-1573] Add next link support on expanded navigation
add ce5028d24 [OLINGO-1167] Reference with fully qualified name
add ac862fc48 Update ODataBinderImpl.java
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e076c0370)
\
N -- N -- N refs/heads/OLINGO-1603-Release-4.10.0 (ac862fc48)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../core/domain/ClientPrimitiveValueImpl.java | 6 ++-
.../core/serialization/JsonEntityDeserializer.java | 3 ++
.../client/core/serialization/JsonSerializer.java | 12 +++--
.../client/core/serialization/ODataBinderImpl.java | 2 +-
.../olingo/client/core/JsonDeserializerTest.java | 59 ++++++++++++++++++++++
.../olingo/client/core/PrimitiveValueTest.java | 13 +++++
.../core/serialization/JsonSerializerTest.java | 28 ++++++++++
.../org/apache/olingo/client/core/Employee.json | 19 +++++++
.../olingo/commons/core/edm/EdmTypeInfo.java | 10 +++-
.../core/serializer/json/ODataJsonSerializer.java | 11 +++-
.../serializer/json/ODataJsonSerializerTest.java | 42 +++++++++++++++
11 files changed, 196 insertions(+), 9 deletions(-)
create mode 100644
lib/client-core/src/test/java/org/apache/olingo/client/core/JsonDeserializerTest.java
create mode 100644
lib/client-core/src/test/resources/org/apache/olingo/client/core/Employee.json