krud-dev / ostara

Ostara is a cross-platform desktop app for managing and monitoring Spring Boot applications using the Actuator API, providing comprehensive insights and effortless control.
https://ostara.dev
Apache License 2.0
319 stars 11 forks source link

MismatchedInputException: Cannot deserialize value of type `java.lang.String` from Object value (token `JsonToken.START_OBJ... #621

Closed sentry-io[bot] closed 1 year ago

sentry-io[bot] commented 1 year ago

Sentry Issue: OSTARA-7V

Idane commented 1 year ago

This would imply the following:

{
  "propertySources": [
    {
      "name": "source",
      "properties": {
        "some.value": {
          "value": {}
        }
      }
    }
  ]
}

However official documentation states value is string..