Skip to content

Commit

Permalink
commitId key added in mms 4.0.15 is causing mdk to choke on json, ign…
Browse files Browse the repository at this point in the history
…oring
  • Loading branch information
Doris Lam committed Jan 12, 2023
1 parent bea310b commit ef776a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=5.1.1
version=5.1.2
group=org.openmbee.mdk.magic
descriptorFile=MDR_Plugin_Model_Development_Kit_91110_descriptor.xml
magicdDrawGroupName=gov.nasa.jpl.cae.magicdraw.mdk
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/gov/nasa/jpl/mbee/mdk/json/JacksonUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ public static Map<String, List<ObjectNode>> parseResponseIntoObjects(File respon
//TODO: fill in what to do with the totals
}
else {
throw new IOException("Unable to properly read this JSON format, check REST responses.");
//throw new IOException("Unable to properly read this JSON format, check REST responses.");
//ignore other keys
}
}
}
Expand Down

0 comments on commit ef776a6

Please sign in to comment.