Seb. V
Seb. V
Using a deserialization view and DeserializationFeature.FAIL_ON_IGNORED_PROPERTIES, it could be convenient if an error was raised when attempting to deserialize a property that is not part of the view. In the...
Fixes #156 Breaking change: existing function Axis::matches(bool) renamed to matches_x
The instances injected into a Set when using @AutoBindSingleton(multiple = true) are not the same as those injected directly. Therefore they are not singletons. Consider the following example: ``` public...
Forwards to ureq/proxy-from-env (only works on native) Partially addresses https://github.com/emilk/ehttp/issues/19
The --fast option does not exist (it was probably replaced with counter-party --release); a non-existing option causes a break in the script, effectively ignoring the --open option.
- `json_body` can be now used in `then` part of YAML mocks (just like in `when` part) - The recorder recognizes JSON body in both request and response and stores...