Skip to content

Commit 85bddbb

Browse files
authored
Remove limitation of remote services (#1943)
As of version 4.1.0 of CAP Java this limitation is no longer valid and can be removed from Capire. See release notes: https://pages.github.tools.sap/cap/docs/releases/june25#media-properties-in-remote-odata
1 parent 80f2b3d commit 85bddbb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

java/cqn-services/remote-services.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,3 @@ OAuth2DestinationBuilder
486486
.property("name", "my-destination")
487487
.build();
488488
```
489-
490-
### Limitations
491-
492-
Streaming of media content is not supported. This means that elements of an entity annotated with `@Core.MediaType` cannot be accessed via Remote OData Services and will cause an error. It is recommended to exclude these elements in your projections on the imported entity.

0 commit comments

Comments
 (0)