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 b157bce9 RAT-325: Add missing changelog about SPDX optimization
b157bce9 is described below
commit b157bce9e4408483b7233eaa356f6f1d1840c09d
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Jan 16 21:56:37 2024 +0100
RAT-325: Add missing changelog about SPDX optimization
---
src/changes/changes.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 051b9176..df8cf596 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -96,6 +96,12 @@
https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd
<action issue="RAT-346" type="remove" dev="pottlinger" due-to="Claude
Warren">
Remove apache-rat-api module that contains misleading license-related
classes.
</action>
+ <action issue="RAT-325" type="fix" dev="pottlinger" due-to="Claude
Warren">
+ To improve the performance during SPDX processing a check to skip
expensive regex operations was added.
+ </action>
+ <action issue="RAT-325" type="fix" dev="pottlinger" due-to="Claude
Warren">
+ Internal logging feature enabled for license matching tests to avoid
random test failures when manipulating System.out in test runs.
+ </action>
<action issue="RAT-339" type="update" dev="pottlinger"
due-to="dependabot">
TODO: collect all dependabot updates for release 0.16.1
</action>