-
Notifications
You must be signed in to change notification settings - Fork 21
Change list
Max Kostin edited this page Jan 13, 2014
·
2 revisions
This page lists the changes introduced to ODataJClient, Open Source (Apache License 2.0) library that enables Java applications to deal with OData 3.0 services.
Refer to the original User Guide for a full library description.
-
Added Verbose Metadata
application/json;odatda=verbose - Fixed issue with invalid string delimiter parsing which leads to global parsing failure.
- Disabled requests chunking by default. Can be an issue on some servers that does not allow 'chunking' (e.g. SharePoint Online).
-
Added ability for parsing entity sets with
odata.contextfield. [OData v4] - Added deserealization of navigation links in OData v4.0 format. [OData v4]
-
Added generation of
EnumType. -
Updated
NavigationPropertygeneration forEntityType. [OData v4]