Skip to content

Commit 5b9ec7c

Browse files
committed
Javadoc
cglib is unmaintained and does not work well (or possibly at all?) in newer JDKs, particularly JDK17+; see https://github.com/cglib/cglib
1 parent 82a7cfa commit 5b9ec7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/apache/commons/pool2/proxy/package-info.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
* <code>net.sf.cglib.proxy</code> based proxies. The latter, requires the
2929
* additional of the optional Code Generation Library (GCLib).
3030
* </p>
31+
* <p>
32+
* cglib is unmaintained and does not work well (or possibly at all?) in newer JDKs, particularly JDK17+; see https://github.com/cglib/cglib
33+
* </p>
3134
*/
3235
package org.apache.commons.pool2.proxy;

0 commit comments

Comments
 (0)