Max Rose

Results 15 comments of Max Rose

The generator is attempting to add the request body whether it is in your specification or not that is why you are seeing the issues

@pwiesinger a fix for this was merged in #10976 we are just waiting for a release that includes it

Using version 5.3.0 still seems to work with a13 for us at least

@aleksrutins at least for a very basic repo it gets the correct information on windows :) ![image](https://user-images.githubusercontent.com/20226748/154761661-3fa1896a-b1d0-4d4c-81bd-dfeb3c673a5a.png) ![image](https://user-images.githubusercontent.com/20226748/154761624-dcd92c2c-e9a2-4baf-9bc1-335a737e781c.png)

I have made a gist here that seems to solve the issue for the way we are using gradle multi projects, assuming you are running the task from the top...

@Griefed it has been a while since I used Kotlin but the `!!` operators you are using there could be the problem, as `getFirstLevelDependenciesForConfiguration` returns `null` if the task that...

I know this is an older issue now but I have just come across it today did this ever get implemented? If it hasn't would it possibly be an idea...

Thanks for looking into this. Having done some more investivation the majority of the detached elements seem to be comming from a pipe that is being injected into a service....

@satanTime I think I have currently got the problem as narrow as I can get it and will see if I can work on an example repo to share with...