Skip to content
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.

Engine

Content format

  1. Added Verbose Metadata application/json;odatda=verbose
  2. Fixed issue with invalid string delimiter parsing which leads to global parsing failure.
  3. Disabled requests chunking by default. Can be an issue on some servers that does not allow 'chunking' (e.g. SharePoint Online).
  4. Added ability for parsing entity sets with odata.context field. [OData v4]
  5. Added deserealization of navigation links in OData v4.0 format. [OData v4]
  6. Added generation of EnumType.
  7. Updated NavigationProperty generation for EntityType. [OData v4]

Clone this wiki locally