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 d244e735 RAT-349: Fallback to default stylesheet if none was set to
avoid NPE
d244e735 is described below
commit d244e735b13b28b809cfe3177c8b5aa679089dd0
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jan 14 00:26:08 2024 +0100
RAT-349: Fallback to default stylesheet if none was set to avoid NPE
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4c2ab805..094ebe3a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -84,6 +84,9 @@
https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd
<action issue="RAT-348" type="add" dev="pottlinger" due-to="Niels
Basjes">
Update gitignore-reader library to 1.3.0 to get latest changes in
gitignore parsing.
</action>
+ <action issue="RAT-349" type="fix" dev="pottlinger" due-to="Niels
Basjes">
+ Fix NPE by falling back to default stylesheet if none was configured
before.
+ </action>
<action issue="RAT-339" type="update" dev="pottlinger"
due-to="dependabot">
TODO: collect all dependabot updates for release 0.16.1
</action>