This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push:
new 66148e2 Use a weak reference for the cached class loader #71.
66148e2 is described below
commit 66148e28e7f8ec2734c83cbd15089dcbab5cdc40
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 5 09:36:54 2022 -0500
Use a weak reference for the cached class loader #71.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d562d87..898a3cf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,9 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LOGGING-177" dev="ggregory" type="fix" due-to="Arturo
Bernal">
Remove redundant initializer #46
</action>
+ <action dev="ggregory" type="fix" due-to="Jakob van Kruijssen, Bruno P.
Kinoshita, Gary Gregory">
+ Use a weak reference for the cached class loader #71.
+ </action>
<!-- UPDATES -->
<action dev="ggregory" type="update" due-to="Dependabot">
Bump actions/checkout from v2.3.1 to v2.4.0, #24, #63.