# HG changeset patch # User Simon Tooke # Date 1509129256 14400 # Node ID a41e1f11e4f239bdbeb6a701ba102b2c991804d7 # Parent cd8047394d27bc6ea26a3eb449a1b835bd69b284 Update to thermostat-common 0.1.3 to fix incorrect JSON This patch updates the jar version for thermostat-common to 0.1.3. (it also deleted two unused imports) 0.1.3 contains an updated JSONService with a Timetamp typeadapter that produces expected JSON for the jcmd web service. With this patch, jcmd works. Reviewed-by: ebaron Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025561.html diff -r cd8047394d27 -r a41e1f11e4f2 plugins/jvm-overview/agent/src/main/java/com/redhat/thermostat/jvm/overview/agent/internal/model/VmInfoDAOImpl.java --- a/plugins/jvm-overview/agent/src/main/java/com/redhat/thermostat/jvm/overview/agent/internal/model/VmInfoDAOImpl.java Thu Oct 26 16:48:48 2017 +0200 +++ b/plugins/jvm-overview/agent/src/main/java/com/redhat/thermostat/jvm/overview/agent/internal/model/VmInfoDAOImpl.java Fri Oct 27 14:34:16 2017 -0400 @@ -43,8 +43,6 @@ import java.util.logging.Level; import java.util.logging.Logger; -import com.redhat.thermostat.lang.schema.models.Timestamp; -import com.sun.org.apache.bcel.internal.generic.RETURN; import org.apache.felix.scr.annotations.Activate; import org.apache.felix.scr.annotations.Component; import org.apache.felix.scr.annotations.ConfigurationPolicy; diff -r cd8047394d27 -r a41e1f11e4f2 pom.xml --- a/pom.xml Thu Oct 26 16:48:48 2017 +0200 +++ b/pom.xml Fri Oct 27 14:34:16 2017 -0400 @@ -235,7 +235,7 @@ ${thermostat.build.directory}/${project.build.finalName} - 0.1.2 + 0.1.3 4.10 1.9.5