org.springframework.hateoas.mediatype.PropertyUtils still uses javax.validation Annotations and checks for the presence of Jsr303 (JSR_303_PRESENT) via javax.validation.constraints.Email.
As Spring Hateoas 2 runs on top of Spring 6 which uses the jakarta Namespace, shouldn't this be switchted to jakarta namespace too?