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-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e744dd5 [CODEC-324] Use Resource.class to load resources, rather than 
its class loader #353
8e744dd5 is described below

commit 8e744dd504fe7ba36c336def2161642d097c433c
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Fri Dec 27 21:11:13 2024 -0500

    [CODEC-324] Use Resource.class to load resources, rather than its class 
loader #353
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a0a33481..bc098fe7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
     <release version="1.17.2" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Rewrite 
DaitchMokotoffSoundex.soundex(String) using String.join().</action>
+      <action type="fix" issue="CODEC-324" dev="ggregory" due-to="Michael 
Froh">Use Resource.class to load resources, rather than its class loader 
#353.</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 #296, #305, 
#313.</action>

Reply via email to