Skip to content

Commit 0cef524

Browse files
authored
Update remote-services.md
1 parent 4596126 commit 0cef524

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/cqn-services/remote-services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ OAuth2DestinationBuilder
487487
.build();
488488
```
489489

490-
### Known Limitations
490+
### Limitations
491491

492-
The following limitations are currently known for Remote OData Services:
492+
The following limitations are currently present for Remote OData Services in CAP Java:
493493

494-
- 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.
494+
- 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)