Fix #21921 by marking required path parameters as @NotNull (#21951)

This commit is contained in:
GregDThomas
2025-09-13 10:48:47 +01:00
committed by GitHub
parent 0edcc9d204
commit ec28d6261c
142 changed files with 402 additions and 402 deletions

View File

@@ -1 +1 @@
{{! PathParam is always required, no @NotNull necessary }}{{>beanValidationCore}}
{{! PathParam is always required }}@NotNull {{>beanValidationCore}}