Skip to content

Commit

Permalink
fix: add Jakarta Bean validation imports to model.qute
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Jan 31, 2025
1 parent dd7b909 commit 74efde2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package {package};

{#if use-bean-validation}
{! https://github.com/OpenAPITools/openapi-generator/issues/18974 !}
import jakarta.validation.constraints.*;
import jakarta.validation.Valid;
{/if}

Expand Down

0 comments on commit 74efde2

Please sign in to comment.