| When using the Hibernate 5.4 featurepack in Wildfly 17.0.1, the jipijapa version for JPA 2.1 is used instead of JPA 2.2. Because of https://issues.jboss.org/browse/WFLY-12348, Microprofile Metrics are broken when using Hibernate 5.4 and Wildfly 17.0.1. Since the hibernate-orm-module targets Wildfly 14 and up (and thus supports JPA 2.2) it could just use org.hibernate.orm.jipijapa-hibernate5-3 instead of org.hibernate.orm.jipijapa-hibernate5. |