USEPA / emf

Emissions Modeling Framework (EMF)
6 stars 3 forks source link

suppress duplicate Hibernate warnings in log file #129

Open cseppan opened 1 year ago

cseppan commented 1 year ago

The following warning shows up many times in the Tomcat catalina.out file:

WARN [http-nio-8080-exec-1] org.hibernate.internal.SessionImpl.createCriteria HHH90000022: Hibernate's legacy org.hibernate.Criteria API is deprecated; use the JPA javax.persistence.criteria.CriteriaQuery instead

We'll need to look at replacing the deprecated API at some point, but in the meantime check if there's a way to suppress the warning message.