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 20b0d7a2c [OLINGO-1613] Set version to 5.0.1-SNAPSHOT
     add b483f5a33 Add support for Segment as Path from Odata v4.01
     new fb55a0902 [OLINGO-1630] Add support for Segment as Path from Odata 
v4.01

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:
 .../olingo/commons/api/edm/EdmEntitySet.java       |  4 +
 .../commons/api/edm/EdmNavigationProperty.java     |  5 ++
 .../commons/api/edm/provider/CsdlEntitySet.java    | 25 +++++-
 .../api/edm/provider/CsdlNavigationProperty.java   | 23 ++++++
 .../olingo/commons/core/edm/EdmEntitySetImpl.java  |  4 +
 .../core/edm/EdmNavigationPropertyImpl.java        |  5 ++
 .../server/core/uri/parser/ResourcePathParser.java | 90 +++++++++++++++++++---
 .../server/tecsvc/provider/ContainerProvider.java  | 26 ++++++-
 .../server/tecsvc/provider/EntityTypeProvider.java | 43 +++++++++++
 .../server/tecsvc/provider/PropertyProvider.java   |  7 +-
 .../core/uri/parser/ResourcePathParserTest.java    | 24 ++++++
 11 files changed, 243 insertions(+), 13 deletions(-)

Reply via email to