Spring Boot update to 3.2.3

84 Views Asked by At

After updating the spring boot version to 3.2.3 test cases were failing with the below error

Caused by 'jakarta.validation.UnexceptedTypeExceptin: HV000030: No validator could 
be found for constraint
'jakarta.validation.constraints.Pattern' validating type 'java.util.UUID'

When I tried removing @pattern annotation then test cases are working fine Is is ok to proceed @Pattern annotation removal or can we replace any other annotation with @Pattern that validates string and also supports @pathvariable annotation that validates UUID

0

There are 0 best solutions below