This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push: new 5b9ec7cc Javadoc 5b9ec7cc is described below commit 5b9ec7ccc3410ff16907cb2a71d70c5767f1f93f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 18 22:24:05 2024 -0400 Javadoc cglib is unmaintained and does not work well (or possibly at all?) in newer JDKs, particularly JDK17+; see https://github.com/cglib/cglib --- src/main/java/org/apache/commons/pool2/proxy/package-info.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/org/apache/commons/pool2/proxy/package-info.java b/src/main/java/org/apache/commons/pool2/proxy/package-info.java index 75cfdc1b..60c988a4 100644 --- a/src/main/java/org/apache/commons/pool2/proxy/package-info.java +++ b/src/main/java/org/apache/commons/pool2/proxy/package-info.java @@ -28,5 +28,8 @@ * <code>net.sf.cglib.proxy</code> based proxies. The latter, requires the * additional of the optional Code Generation Library (GCLib). * </p> + * <p> + * cglib is unmaintained and does not work well (or possibly at all?) in newer JDKs, particularly JDK17+; see https://github.com/cglib/cglib + * </p> */ package org.apache.commons.pool2.proxy;