Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
1 answer
185 views

I am using the Maven repository openapi-generator-gradle-plugin version 7.14.0 I want to disable the console banner of openapi-generator-gradle-plugin. I have this code to generate my code from api ...
Murat K.'s user avatar
  • 2,136
0 votes
1 answer
42 views

I am using Gradle 8.2.0 and Gradle Plugin openapi-generator-gradle-plugin 7.2.0 When I use the old format like: buildscript { repositories { mavenLocal() mavenCentral() ...
Murat K.'s user avatar
  • 2,136
0 votes
0 answers
55 views

I'm generating controller code from openapi3 spec using gradle openapi generator plugin 6.3.0. Generate, compile works fine, but getting a runtime error: Caused by: java.lang.IllegalStateException: ...
JayabalanAaron's user avatar
1 vote
2 answers
83 views

When I'm trying to deserialize code below import com.fasterxml.jackson.annotation.JsonProperty import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper fun main() { val objectMapper = ...
Victor Kravchenko's user avatar
1 vote
0 answers
281 views

I'm trying to generate two different clients with openapi-generator using the Gradle plugin in a springboot project, each client has its own spec.yaml and each spec.yaml has its own path for server....
Max Rojas's user avatar
1 vote
0 answers
44 views

I have a Lombok bean: @Data public class Foo { @NotBlank @Schema(description = "Organization label") @Pattern(regexp = "^[-a-zA-Z0-9]+(\\.[-a-zA-Z0-9]+)?$", message = &...
igr's user avatar
  • 10.7k
3 votes
1 answer
3k views

I have an existing service that is manually written with Spring controllers which I am trying to migrate to using OpenAPI Generator. I've encountered the following blocking problem: The server is ...
Bennett Lynch's user avatar
2 votes
1 answer
2k views

I am using the OpenAPI Generator Gradle Plugin to generate a html documentation for my project using the html2 generator. Now, I want to use templates to slightly adjust the output (specifically, I ...
Kira Resari's user avatar
  • 2,590