I need to consume OData V3 services from Java.
Apache Olingo is the only active open source project for OData. But it does not seem to support OData V3. I googled and found some discussion of Olingo V4 actually supporting OData V3 through method such as
ODataClientFactory.getEdmEnabledClientV3(...)
But I couldn't find such method in the current Olingo Java library.
And two other Java libraries for OData V3 seem to be dormant:
- ODataJClient, whose github page says that it is now part of Olingo project.
- odata4j
Does Apache Olingo support OData V3 or not?