Jim Schubert
Jim Schubert
This may be pretty simple for a basic use case, like a menu item `Generate for URL` which displays a dialog to accept a URL and then triggers the current...
I hope to have Swagger Codegen dumping generator options to a hidden directory in the next week or two. Then, once released, I will need to consume that file for...
@loosemybrain sorry for the delayed response. I never got notified of the issue for some reason. This plugin is just a wrapper for OpenAPI Generator and you can check out...
Java 13 support is available in Gradle 6.0, which we don't yet support. I started on the upgrade work but hit a snag (I don't recall the issue). I think...
@wing328 I seem to recall you had started work on this? Am I remembering incorrectly? If you had any work in progress, would you mind sharing it? I think this...
@langdonx you could try the `--model-name-prefix`: https://github.com/swagger-api/swagger-codegen/blob/master/modules/swagger-codegen-cli/src/main/java/io/swagger/codegen/cmd/Generate.java#L69 I don't recall exactly, but I think this doesn't do sanitization on the provided prefix.
My company uses 128bit trace ids within our tracing system (based on zipkin). My team's stack is exclusively based on top of Finagle (Finatra, finagle-mysql, finagle-redis) and we regularly have...
@mosesn I don't have an lot of free time outside of work right now. I can see about allocating time for this at work, but identifying alternatives is low priority...
@adriancole @mosesn I took an initial stab at this. I started down the road of adding support for 128-bit SpanID and ParentID, but I think it's overkill. Could you guys...
Not stale, just waiting on merge.