Skip to content
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

Optimize RegEx validation pattern usage #864

Open
Maxr1998 opened this issue Feb 4, 2024 · 0 comments · May be fixed by #934
Open

Optimize RegEx validation pattern usage #864

Maxr1998 opened this issue Feb 4, 2024 · 0 comments · May be fixed by #934
Assignees
Labels
enhancement New feature or request openapi-generator Related to the generation of code using the openapi-generator

Comments

@Maxr1998
Copy link
Member

Maxr1998 commented Feb 4, 2024

Currently, RegEx patterns to validate parameters in the API are repeatedly created at callsite.

This could possibly optimized, as I suggested in this discussion.

@Maxr1998 Maxr1998 added the enhancement New feature or request label Feb 4, 2024
@nielsvanvelzen nielsvanvelzen added the openapi-generator Related to the generation of code using the openapi-generator label Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request openapi-generator Related to the generation of code using the openapi-generator
Projects
Status: planned
Development

Successfully merging a pull request may close this issue.

2 participants