Artem Bogomolov
Artem Bogomolov
@krgn https://github.com/bogomolov-a-a/kotlin-language-server/commit/5df01b50da53bcf5db26cbae2647844523e5db6e. I forked your repository. This fix sugggets that project has gradle wrapper. I will add OS independence later(path separator). And I fixed "classpath" task, following code ```kotlin ext.printDependencies...
In my current work, I extend io.swagger.v3.jaxrs2.Reader class and using wrapper for `ResponseWrapper`. I Found in my service all methods with `ResponseWrapper` and write ResponseWrapper'T-classname' schema into swagger doc. I...
I try this code(from my current service bus project with 20+ REST API without Spring, only resteasy-jaxrs implementation) : ```java public class GeneralOpenApiReader extends io.swagger.v3.jaxrs2.Reader @Override public OpenAPI read(Set pathClass...
I don't found another way for parameterizing my API. I found only one pull request there, but it don't merged into master branch.