Fix https://github.com/OpenAPITools/openapi-generator/issues/11570 by ensuring tags at the class level match tags at the method level (#13434)

This commit is contained in:
GregDThomas
2023-02-18 14:23:10 +00:00
committed by GitHub
parent e9f55c0dd9
commit c5d67ee042
74 changed files with 132 additions and 73 deletions

View File

@@ -34,7 +34,7 @@ import javax.annotation.Generated;
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen")
@Validated
@Tag(name = "another-fake", description = "the another-fake API")
@Tag(name = "$another-fake?", description = "the $another-fake? API")
public interface AnotherFakeApi {
default Optional<NativeWebRequest> getRequest() {

View File

@@ -34,7 +34,7 @@ import javax.annotation.Generated;
@Generated(value = "org.openapitools.codegen.languages.SpringCodegen")
@Validated
@Tag(name = "fake_classname_test", description = "the fake_classname_test API")
@Tag(name = "fake_classname_tags 123#$%^", description = "the fake_classname_tags 123#$%^ API")
public interface FakeClassnameTestApi {
default Optional<NativeWebRequest> getRequest() {