Skip to content

Commit

Permalink
HHH-13395 - Update Envers to use new Integrator method signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed May 8, 2019
1 parent b3e1d61 commit 7c01e68
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -7,6 +7,7 @@
package org.hibernate.envers.boot.internal;

import org.hibernate.boot.Metadata;
import org.hibernate.boot.spi.BootstrapContext;
import org.hibernate.boot.spi.MetadataImplementor;
import org.hibernate.engine.config.spi.ConfigurationService;
import org.hibernate.engine.config.spi.StandardConverters;
Expand Down Expand Up @@ -41,8 +42,10 @@ public class EnversIntegrator implements Integrator {
private AuditService auditService;
private EnversService enversService;

@Override
public void integrate(
Metadata metadata,
BootstrapContext bootstrapContext,
SessionFactoryImplementor sessionFactory,
SessionFactoryServiceRegistry serviceRegistry) {

Expand Down

0 comments on commit 7c01e68

Please sign in to comment.