Francois Gerthoffert created UNOMI-806:
------------------------------------------
Summary: Remove dependency to org.hibernate.validator @NotEmpty
annotation
Key: UNOMI-806
URL: https://issues.apache.org/jira/browse/UNOMI-806
Project: Apache Unomi
Issue Type: Task
Reporter: Francois Gerthoffert
Fix For: unomi-2.5.0
@NotEmpty is deprecated as per
[https://docs.jboss.org/hibernate/validator/6.0/api/index.html?org/hibernate/validator/constraints/NotEmpty.html]
It is currently being used here:
[https://github.com/apache/unomi/blob/98e4d87c827b05e817e0538793a8a34e5434a00a/api/src/main/java/org/apache/unomi/api/EventsCollectorRequest.java#L31C9-L31C9]
The goal of this ticket is to see if this can be replaced by javax NotEmpty as
per deprecation instructions
--
This message was sent by Atlassian Jira
(v8.20.10#820010)