Repository: commons-pool
Updated Branches:
  refs/heads/master 23ab04d38 -> 3e0131292


Describe Clirr warning.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/3e013129
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/3e013129
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/3e013129

Branch: refs/heads/master
Commit: 3e01312929c4554998326c9b7e77456505c1aca9
Parents: 23ab04d
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Wed Jun 20 16:36:45 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Wed Jun 20 16:36:45 2018 -0600

----------------------------------------------------------------------
 RELEASE-NOTES.txt | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/3e013129/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 9bd52fe..ad22ec2 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -34,6 +34,10 @@ o POOL-339:  Update optional library cglib from 3.2.5 to 
3.2.6.
 o POOL-341:  Update optional library asm-util from 6.0 to 6.1.1.
 o POOL-342:  Update optional library asm-util from 6.1.1 to 6.2.
 
+Note that Clirr reports one warning:
+"Value of field DEFAULT_EVICTION_POLICY_CLASS_NAME is no longer a compile-time 
constant."
+The value is initialized as "public static final String 
DEFAULT_EVICTION_POLICY_CLASS_NAME = DefaultEvictionPolicy.class.getName();"
+The value should not change from one run to the next.
 
 For complete information on Apache Commons Pool, including instructions on how 
to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Commons Pool 
website:

Reply via email to