Class CglibProxySource<T>

java.lang.Object
org.apache.commons.pool2.proxy.CglibProxySource<T>
Type Parameters:
T - type of the pooled object to be proxied

public class CglibProxySource<T> extends Object
cglib is unmaintained and does not work well (or possibly at all?) in newer JDKs, particularly JDK17+; see https://github.com/cglib/cglib

Provides proxy objects using CGLib.

Since:
2.0