Adam J. Weigold
Adam J. Weigold
This commit adds compile only dependencies to Jackson databind, to provide simplified deserialization of ua_parser models for consumers using the library. As this is compile only, no impact is expected...
While working on a project using uap-java, I found it necessary to provide explicit instructions to Jackson for deserialization as there are no default constructors on the models in ua_parser...
The README.md documentation states that if a `MetaDataFilter` is configured, then any services returned by service ID must also match Marathon app labels. However the behavior of the `MarathonServerList` returns...