HHH-4494 : cglib log warning says BytecodeProvider impl is considered deprecated
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17750 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
b5325a5752
commit
b810e64514
|
@ -46,10 +46,6 @@ public class BytecodeProviderImpl implements BytecodeProvider {
|
|||
|
||||
private static final Logger log = LoggerFactory.getLogger( BytecodeProviderImpl.class );
|
||||
|
||||
public BytecodeProviderImpl() {
|
||||
log.warn( "The CGLIB BytecodeProvider impl is considered deprecated and not recommended for use" );
|
||||
}
|
||||
|
||||
public ProxyFactoryFactory getProxyFactoryFactory() {
|
||||
return new ProxyFactoryFactoryImpl();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue