We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86bc04 commit 40a06acCopy full SHA for 40a06ac
src/main/java/com/microfocus/octane/plugins/configuration/VersionEntity.java
@@ -1,7 +1,9 @@
1
package com.microfocus.octane.plugins.configuration;
2
3
+import org.codehaus.jackson.annotate.JsonIgnoreProperties;
4
import org.codehaus.jackson.annotate.JsonProperty;
5
6
+@JsonIgnoreProperties(ignoreUnknown = true)
7
public class VersionEntity {
8
9
private String version;
0 commit comments