Skip to content

Commit 130a728

Browse files
committed
fix: add Jakarta Bean validation imports to model.qute
1 parent bbfc156 commit 130a728

File tree

1 file changed

+1
-0
lines changed
  • client/deployment/src/main/resources/templates/libraries/microprofile

1 file changed

+1
-0
lines changed

client/deployment/src/main/resources/templates/libraries/microprofile/model.qute

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package {package};
22

33
{#if use-bean-validation}
44
{! https://github.com/OpenAPITools/openapi-generator/issues/18974 !}
5+
import jakarta.validation.constraints.*;
56
import jakarta.validation.Valid;
67
{/if}
78

0 commit comments

Comments
 (0)