Please don't open JIRA issues for support as you should use the forums for this. By default, you can specify the hibernate.integration.envers.enabled configuration property as false and that will automatically disable Envers from the bootstrap process, even if the Envers artifact exists on the classpath. You can find these configuration properties here. But if your implementation is entirely custom, you'll need to either make code changes to support usage of the default configuration property specified or manually modify the service loader file so that your application doesn't try to start a missing class. |