Hi all. I am trying to setup grails 5 and springdoc in order to generate the swagger documentation for our APIs. The problem I face is that when adding the RequestMapping annotation to a controllers's method that also has parameters I get an error stating that another method has already been mapped to the same path. That's because Grails generates overloaded methods without params for methods in controllers. Did anyone encounter this issue? How did you solve it?