Skip to content

Commit

Permalink
HHH-12501 Fallback implementation for BytecodeProvider should match t…
Browse files Browse the repository at this point in the history
…he default
  • Loading branch information
Sanne committed Apr 18, 2018
1 parent d321858 commit 1f74571
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -350,6 +350,6 @@ private static BytecodeProvider buildBytecodeProvider(String providerName) {
// currently we assume it is only ever the Strings "javassist" or "bytebuddy"...

LOG.unknownBytecodeProvider( providerName, BYTECODE_PROVIDER_NAME_DEFAULT );
return new org.hibernate.bytecode.internal.javassist.BytecodeProviderImpl();
return new org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl();
}
}

0 comments on commit 1f74571

Please sign in to comment.