Hello Team My project depends on a company provided dependency jar which uses an old version of hibernate (Hibernate 4). I am upgrading my project to use Hibernate 5. The jar has org.hibernate.integrator.spi.integrator service file where it references to a custom implementation for Hibernate Envers. My project has no such need for using it. How can i ask Hibernate, not to scan that file because it is throwing an error at application startup due to classes used in Hibernate 4 in the envers module. |