You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/cqn-services/remote-services.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -487,8 +487,8 @@ OAuth2DestinationBuilder
487
487
.build();
488
488
```
489
489
490
-
### Known Limitations
490
+
### Limitations
491
491
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:
493
493
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