Daniel Ochoa Rodríguez
Results
2
issues of
Daniel Ochoa Rodríguez
So I just want to transform spring `Page` so I just display some fields with different names. I checked [this](https://github.com/springdoc/springdoc-openapi/blob/master/springdoc-openapi-common/src/main/java/org/springdoc/core/converters/PageableOpenAPIConverter.java) converter and I tried to do the same. The problem...
I have multi-module project. When I try to use `checkstyle` in any of my submodules I am getting the following error: `java.lang.NoSuchMethodError: org.apache.commons.cli.Options.hasShortOption(Ljava/lang/String;)Z` Any idea?