cap-js-community / odata-v2-adapter

OData V2 adapter for CDS. Exposes a full-fledged OData V2 service, converting OData V2 requests to CDS OData V4 service calls and responses back.
https://www.npmjs.com/package/@cap-js-community/odata-v2-adapter
Apache License 2.0
25 stars 10 forks source link

When does the Odata V2 will be deprecated? #84

Closed srochaauritas closed 2 days ago

srochaauritas commented 3 days ago

I have asked SAP on a ticket and they do not know the answer for this, can you please help me out here?

I have a CAP NodeJS application that is currently using Odata V2.

Regards, Silas.

oklemenz2 commented 2 days ago

I know, that CAP documentation recently states that OData V2 is deprecated. I don’t like that wording, and would more see the formulation of “OData V4 is recommended”.

There is still active development for OData V2, and SAP also still has many, many OData V2 applications.

I currently don’t see the plan and necessity to migrate all OData V2 based apps to OData V4 using Fiori Elements V4. In addition still, some features are not available on CAP Node.js for OData V4, like Tree-Table support.

So I think OData V2 and Fiori Elements V2 will be still around for a long time.

Deprecation means here, that you probably should not use it, when you start fresh for green-field apps, but for existing apps, continuing using it is fine from my point of view.

But there is no end date of deprecation, where the support for OData V2 and Fiori Elements V2 is ended, this is not in discussion.