Michiel Hendriks

Results 7 issues of Michiel Hendriks

The 4.5.0 release notes provides this example: ```java when(). get(). then(). onFailMessage("Some specific message"). statusCode(200); ``` But that does not work. The `onFailMessage` is only part of the `ResponseSpecification`, and...

With breaking changes being made to the configuration file (like https://github.com/checkstyle/checkstyle/issues/7417 ) this plugin can effectively no longer be used when two projects use configuration files which are not compatible...

TDA has a bunch of example of thread dumps: https://github.com/irockel/tda/tree/master/tda/test/none Quite a few do not produce proper results.

enhancement

Use the wiki section to document all the new features

bug

It looks like the various body assertions results in memory leaks. I was (abusing) rest assured to fill a system with a lot of data and I noticed processes getting...

``` {%- assign foo = (bar == quux) -%} ``` is reformatted to ``` {%- assign foo = (bar = = quux) -%} ``` Extension version: 4.0.1

⚠️ Monitoring

### Is your feature request related to a problem? Please describe. With #1522 `this.page` was added for transformers. However this page data does not contain any of the front matter...

enhancement