Skip to content

Commit d360215

Browse files
committed
remove misleading warning
1 parent 27f50c8 commit d360215

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,6 @@ public void processOpts() {
576576
}
577577
}
578578
if (SPRING_DECLARATIVE_HTTP_INTERFACE_LIBRARY.equals(library)) {
579-
LOGGER.warn("Spring 6 declarative http interface does not support any annotation or documentation libraries. Both '{}' and '{}' will be set to 'none'", DOCUMENTATION_PROVIDER, ANNOTATION_LIBRARY);
580579
this.setUseSpringBoot3(true);
581580
this.setInterfaceOnly(true);
582581
this.setUseFeignClient(false);

0 commit comments

Comments
 (0)