You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, thanks for the great job!
I've found a minor issue:
When array-elements of type string are described by a pattern and the array is mapped to java.util.List, the import for @Pattern-Annotation is missing.
I've tested with openapi-processor-spring V2022.3.
A minimal testcase is attached. Without the line import javax.validation.constraints.Pattern;, the test runs successfully, but the import is required to compile.
Hi there, thanks for the great job!
I've found a minor issue:
When array-elements of type string are described by a pattern and the array is mapped to java.util.List, the import for @Pattern-Annotation is missing.
I've tested with openapi-processor-spring V2022.3.
A minimal testcase is attached. Without the line
import javax.validation.constraints.Pattern;
, the test runs successfully, but the import is required to compile.list-pattern-missing-import.zip
The text was updated successfully, but these errors were encountered: