marathon-client icon indicating copy to clipboard operation
marathon-client copied to clipboard

Java API client for Mesosphere's Marathon.

Results 17 marathon-client issues
Sort by recently updated
recently updated
newest added

Hi Mohit, I am using your 0.4.3-SNAPSHOT marathon-client jar for fetching all the apps deployed on our marathon. But, I am seeing the following exception while retrieving the all apps....

command within healthcheck isn't a String. Its a object as below: { "value": "COMMAND goes here" } getApps will fail with below exception if at all if any app has...

Hi, It looks like the last real update happened years ago, and there are useful looking pull requests waiting for a long time. I don't mind either maintaining this or...

When using `HealthCheck` with `protocol=COMMAND` generates `HTTP 400`. That is because command is not accepted as a string but rather it needs to be an object. See https://mesosphere.github.io/marathon/docs/health-checks.html . _Versions...

Signed-off-by: Stephen Gran

feign.codec.DecodeException: The JsonDeserializer StringTypeAdapter failed to deserialize json object {"value":"/usr/libexec/mesos/mesos-health-check"} given the type class java.lang.String at feign.MethodHandler$SynchronousMethodHandler.decode(MethodHandler.java:183) at feign.MethodHandler$SynchronousMethodHandler.executeAndDecode(MethodHandler.java:151) at feign.MethodHandler$SynchronousMethodHandler.invoke(MethodHandler.java:105) at feign.ReflectiveFeign$FeignInvocationHandler.invoke(ReflectiveFeign.java:87) at com.sun.proxy.$Proxy6.getApps(Unknown Source) at com.verizon.devops.control.webapp.service.MarathonInventoryServiceImpl.getNewAppList(MarathonInventoryServiceImpl.java:119) at com.verizon.devops.control.webapp.service.MarathonInventoryServiceImpl.getAppList(MarathonInventoryServiceImpl.java:150)...

Hi, could you, please, release a new version. I confirmed it works correctly.