Skip to content

Commit 61487e0

Browse files
committed
Incorporate @hbelmiro review
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent 6ba0f3e commit 61487e0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

client/deployment/src/main/java/io/quarkiverse/openapi/generator/deployment/wrapper/OpenApiClientGeneratorWrapper.java

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -111,20 +111,10 @@ private void setDefaults() {
111111
this.configurator.addAdditionalProperty("use-bean-validation", FALSE);
112112
this.configurator.addAdditionalProperty("use-field-name-in-part-filename", FALSE);
113113
this.configurator.addAdditionalProperty("verbose", FALSE);
114-
// TODO: expose as properties
114+
// TODO: expose as properties https://github.com/quarkiverse/quarkus-openapi-generator/issues/869
115115
this.configurator.addAdditionalProperty(CodegenConstants.SERIALIZABLE_MODEL, FALSE);
116116
}
117117

118-
public OpenApiClientGeneratorWrapper withApiPackage(final String pkg) {
119-
this.apiPackage = pkg;
120-
return this;
121-
}
122-
123-
public OpenApiClientGeneratorWrapper withModelPackage(final String pkg) {
124-
this.modelPackage = pkg;
125-
return this;
126-
}
127-
128118
/**
129119
* Adds the circuit breaker configuration to the generator.
130120
*

0 commit comments

Comments
 (0)