This is an automated email from the ASF dual-hosted git repository.
tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
The following commit(s) were added to refs/heads/master by this push:
new 7a02f5db Document changes
7a02f5db is described below
commit 7a02f5db5149926d8a6186c87f9e88a1665b5975
Author: Thomas Vandahl <[email protected]>
AuthorDate: Fri Mar 21 16:06:49 2025 +0100
Document changes
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ff118ad3..618f92fb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -41,6 +41,9 @@
<action dev="tv" type="update" issue="JCS-241">
Use System.Logger from Java9, remove own logging abstraction,
remove dependency on log4j2
</action>
+ <action dev="tv" type="update" due-to="Gary Gregory,
strangelookingnerd">
+ Migrate tests to JUnit5 #309
+ </action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">
Bump org.apache.commons:commons-parent from 59 to 81 #222,
#258, #277, #280, #286, #292, #296, #302.
</action>