WebLogic 12c (12.2.1.4) with Hibernate 5.4
问题 I have an application deployed on WebLogic 12c (12.2.1.4) using Hibernate 5.2.18. Weblogic 12c doc references JPA 2.1 compatibility and Hibernate 5.3+ requires JPA 2.2. Can I prepend the JPA 2.2 API to my startup classpath and use Hibernate 5.3+ or should I stick with Hibernate 5.2 for the time being? 回答1: Yes, this configuration is possible. To avoid conflicts with WebLogic built-in JPA capabilities you should do the following: According to this In a full Java EE environment, consider