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: datamodel/odata-v4/odata-v4-core/src/main/java/com/sap/cloud/sdk/datamodel/odatav4/adapter/ODataGenericConverter.java
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,10 @@ final class ODataGenericConverter<JavaT> extends AbstractTypeConverter<JavaT, St
Copy file name to clipboardExpand all lines: datamodel/odata-v4/odata-v4-core/src/test/java/com/sap/cloud/sdk/datamodel/odatav4/core/FieldSerializationTest.java
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
importjava.time.LocalDate;
9
9
importjava.time.LocalTime;
10
10
importjava.time.OffsetDateTime;
11
+
importjava.util.Base64;
11
12
importjava.util.Map;
12
13
importjava.util.Objects;
13
14
importjava.util.UUID;
@@ -158,6 +159,15 @@ public static class ReferenceObject extends VdmEntity<ReferenceObject>
Copy file name to clipboardExpand all lines: release_notes.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,12 @@
14
14
### ✨ New Functionality
15
15
16
16
-[OpenAPI] Cloud SDK OpenAPI Generator now supports `apache-httpclient` library besides Spring RestTemplate through the newly introduced module `openapi-core-apache`.
17
+
-[IAS] Add `IasOptions.withTokenFormat()` to allow specifying token format
17
18
18
19
### 📈 Improvements
19
20
20
21
-
21
22
22
23
### 🐛 Fixed Issues
23
24
24
-
-
25
+
-[OData v4] Binary deserialization can now handle both `Base64URL` and `Base64`.
0 commit comments