-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datetime format in Http Client is Blank #1755
Comments
altro3
added a commit
to altro3/micronaut-openapi
that referenced
this issue
Sep 5, 2024
Fixed it here: #1756 Check it, please |
altro3
added a commit
to altro3/micronaut-openapi
that referenced
this issue
Sep 5, 2024
altro3
added a commit
to altro3/micronaut-openapi
that referenced
this issue
Sep 5, 2024
graemerocher
pushed a commit
that referenced
this issue
Sep 5, 2024
Looks good (know it got merged already). Thanks for the fastest turn around! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Maybe 2 issues
Format
Give this openapi spec
I'd expect some default format string.
Pattern
Specifying a customer pattern in the
"pattern":
openapi spec likeShould add to the format, not a new
@Pattern
annotation?Actual Behaviour
Format
Format is empty
Pattern
But if I supply an openapi spec
"pattern":
it will create ajakarta.validation.constraints;
@Pattern
along with the empty format.Steps To Reproduce
Query param (probably others path, normal variable, etc)
Environment Information
Example Application
No response
Version
4.5.1
The text was updated successfully, but these errors were encountered: