John Burns
John Burns
I was able to do it by having 2 classes and composing them. ``` data class Core(val parser: ArgParser) { val email: String by parser.storing("email") } data class Extended(val argParser:...
I have the same error as above, and also this similar error in another project: ``` failed with an exception. * What went wrong: Execution failed for task ':service:generateSwaggerDocumentation'. >...
The workaround didn't work for me, I am getting ```Caused by: groovy.lang.MissingMethodException: No signature of method: org.gradle.internal.classloader.CachingClassLoader.addURL() is applicable for argument types: (URL) values: [file:/tmp/groovy-generated-5192057695015375752-tmpdir/caches/modules-2/files-2.1/io.swagger/swagger-jersey2-jaxrs/1.6.2/95c7bdbb60dd6c83c9db7da9e74b833d0b736f95/swagger-jersey2-jaxrs-1.6.2.jar] Possible solutions: dump()``` any ideas?
Looks like my PR was merged: https://github.com/gigaSproule/swagger-gradle-plugin/commit/99091a1d7474636e5aca93571342e3947f4569f4 :tada:
I would greatly appreciate this feature
Is there currently a way this can be achieved via a custom jib extension? looking though the API, the build plan still just has a list of platforms, I don't...
I figured out how to do this (rel): ``` a(href = "url") { rel = "rel" +"link text" } ``` download does seem to be missing though
I get this error when logging in to Mastodon or Twitter
I think this request also implies the existence of a spring boot bom, similar to the spring framework bom (https://mvnrepository.com/artifact/org.springframework/spring-framework-bom) which only references the spring boot modules, and not the...
see: https://github.com/x-stream/xstream/issues/304