This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new 03f10972 RAT-371: Migrate to URI instead URL when parsing lists or 
resource locations
03f10972 is described below

commit 03f10972134788fc6fb054708817f80375f30a3c
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jul 7 20:33:08 2024 +0200

    RAT-371: Migrate to URI instead URL when parsing lists or resource locations
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a112915f..c8ebf0e7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,9 @@ 
https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd
     </release>
     -->
     <release version="0.17-SNAPSHOT" date="xxxx-yy-zz" description="Current 
SNAPSHOT - release to be done">
+      <action issue="RAT-371" type="fix" dev="claudenw">
+        Do not use URL internally to load multiple files anymore and migrate 
to URI in order to avoid URL's equals/hashCode blocking method calls.
+      </action>
       <action issue="RAT-323" type="add" dev="claudenw">
         As part of the harmonization efforts CLI options are centralized into 
one class, which is used to generate specific classes for Ant and Maven runs of 
RAT.
       </action>

Reply via email to