Skip to content

Commit 6408374

Browse files
committed
remove unnecessary paramDoc.mustache, update useHttpServiceProxyFactoryInterfacesConfigurator parameter docs of spring-http-interface library
1 parent 3de14ae commit 6408374

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/generators/java-camel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
100100
|useBeanValidation|Use BeanValidation API annotations| |true|
101101
|useEnumCaseInsensitive|Use `equalsIgnoreCase` when String for enum comparison| |false|
102102
|useFeignClientUrl|Whether to generate Feign client with url parameter.| |true|
103-
|useHttpServiceProxyFactoryInterfacesConfigurator|Generate HttpInterfacesAbstractConfigurator based on an HttpServiceProxyFactory instance (as opposed to a WebClient instance, when disabled) for generating Spring HTTP interfaces. Requires spring-web 6.1+.| |false|
103+
|useHttpServiceProxyFactoryInterfacesConfigurator|Generate HttpInterfacesAbstractConfigurator based on an HttpServiceProxyFactory instance (as opposed to a WebClient instance, when disabled) for generating Spring HTTP interfaces.| |false|
104104
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
105105
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |false|
106106
|useOptional|Use Optional container for optional parameters| |false|

docs/generators/spring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
9393
|useBeanValidation|Use BeanValidation API annotations| |true|
9494
|useEnumCaseInsensitive|Use `equalsIgnoreCase` when String for enum comparison| |false|
9595
|useFeignClientUrl|Whether to generate Feign client with url parameter.| |true|
96-
|useHttpServiceProxyFactoryInterfacesConfigurator|Generate HttpInterfacesAbstractConfigurator based on an HttpServiceProxyFactory instance (as opposed to a WebClient instance, when disabled) for generating Spring HTTP interfaces. Requires spring-web 6.1+.| |false|
96+
|useHttpServiceProxyFactoryInterfacesConfigurator|Generate HttpInterfacesAbstractConfigurator based on an HttpServiceProxyFactory instance (as opposed to a WebClient instance, when disabled) for generating Spring HTTP interfaces.| |false|
9797
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
9898
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |false|
9999
|useOptional|Use Optional container for optional parameters| |false|

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/SpringCodegen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public SpringCodegen() {
264264
optionalAcceptNullable));
265265

266266
cliOptions.add(CliOption.newString(USE_HTTP_SERVICE_PROXY_FACTORY_INTERFACES_CONFIGURATOR,
267-
"Generate HttpInterfacesAbstractConfigurator based on an HttpServiceProxyFactory instance (as opposed to a WebClient instance, when disabled) for generating Spring HTTP interfaces. Requires spring-web 6.1+.")
267+
"Generate HttpInterfacesAbstractConfigurator based on an HttpServiceProxyFactory instance (as opposed to a WebClient instance, when disabled) for generating Spring HTTP interfaces.")
268268
.defaultValue("false")
269269
);
270270
supportedLibraries.put(SPRING_BOOT, "Spring-boot Server application.");

modules/openapi-generator/src/main/resources/JavaSpring/libraries/spring-http-interface/paramDoc.mustache

Whitespace-only changes.

0 commit comments

Comments
 (0)