Skip to content

Commit 1655dea

Browse files
authored
Merge pull request #1 from samwual/serializer-global-mode-fix
Add annotation to ServiceGlobalModeOptions
2 parents 5c3ba9a + db750aa commit 1655dea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/github/dockerjava/api/model/ServiceGlobalModeOptions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/**
1212
* @since {@link RemoteApiVersion#VERSION_1_24}
1313
*/
14+
@JsonIgnoreProperties(ignoreUnknown = true)
1415
public class ServiceGlobalModeOptions implements Serializable {
1516
public static final long serialVersionUID = 1L;
1617

0 commit comments

Comments
 (0)