Guillaume Boucherie

Results 2 issues of Guillaume Boucherie

https://github.com/rest-assured/rest-assured/blob/2389456a4f313b733c2c1c462f12686cd0e81f8f/rest-assured/src/main/java/io/restassured/response/ValidatableResponseOptions.java#L729 The default implementation for detachRoot method (deprecated) badly use appendRootPath instead of detachRootPath. Then all tests with a previous version will failed when upgrading with an obscure reason.

Hi, I try to start running mvnd with the mvnd.noDaemon option set to true but the process failed to start as it's missing the mvnd.java.home property. For what I understand...