Seb. V
Seb. V
same problem here, using sbt 0.13.1
Thanks shivawu, the snapshot is working great (I've used it since April with sbt 0.13.1). Note that Sonatype now seems to have moved to HTTPS: https://oss.sonatype.org/content/repositories/snapshots/ A release version would...
Maybe the semantics of the DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES optin is large enough to cover the case already? Would need feedback from actual deserialization view users, which I'm not yet.
The following works great for me (using `in ThisBuild` here because of a multi-module setup): ``` EclipseKeys.eclipseOutput in ThisBuild in Compile := Some(".target/classes") EclipseKeys.eclipseOutput in ThisBuild in Test := Some(".target/test-classes")...
Just submitted https://github.com/httpmock/httpmock/pull/190 that fixes support for `json_body` in YAML mocks