Skip to content

Commit 216f663

Browse files
Only include NON_NULL object properties in the XML
1 parent 659c8c3 commit 216f663

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
allprojects {
1717
group = 'com.spectralogic.ds3'
18-
version = '3.2.8-SNAPSHOT-5'
18+
version = '3.2.8-COMPAT-4'
1919
}
2020

2121
subprojects {

ds3-sdk/src/main/java/com/spectralogic/ds3client/models/delete/DeleteObject.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
import java.util.UUID;
44

5+
import com.fasterxml.jackson.annotation.JsonInclude;
56
import com.fasterxml.jackson.annotation.JsonProperty;
67

8+
@JsonInclude( JsonInclude.Include.NON_NULL )
79
public class DeleteObject {
810

911
@JsonProperty("Key")

0 commit comments

Comments
 (0)