From d7a42d28b70e119d813be8f76ebc7492d0797bc2 Mon Sep 17 00:00:00 2001 From: Lisa Julia Nebel Date: Thu, 9 Jul 2026 15:25:55 +0200 Subject: [PATCH] Update CAP Java to min version 5 --- README.md | 2 +- cds-feature-sap-document-ai/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 933180c..3125503 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ See [`cds-starter-ai`](cds-starter-ai/README.md) for the quickest setup. ## Prerequisites - Java 17+ -- CAP Java 4.9+ +- CAP Java 5.0+ - Node.js 20+ with `@sap/cds-dk` 9+ (for CDS build tooling) - An [SAP AI Core](https://help.sap.com/docs/sap-ai-core) service binding (for `cds-feature-ai-core` and `cds-feature-recommendations`) - A [SAP Document Information Extraction](https://help.sap.com/docs/document-ai) service binding (for `cds-feature-sap-document-ai`) diff --git a/cds-feature-sap-document-ai/README.md b/cds-feature-sap-document-ai/README.md index 8f91c7a..01b9a64 100644 --- a/cds-feature-sap-document-ai/README.md +++ b/cds-feature-sap-document-ai/README.md @@ -44,7 +44,7 @@ For a working reference, see the [Bookshop Sample](#bookshop-sample), which demo | --------------- | ----------------------------------------------------------------------------- | | Java | 17+ | | Maven | 3.9+ | -| CAP Java | 4.9.x (LTS) | +| CAP Java | 5.0+ | | SAP Cloud SDK | 5.28.0+ | | Node.js | Required only for the build-time `cds` CLI (`@sap/cds-dk`) | | SAP BTP service | Document AI service instance with label `sap-document-information-extraction` |