Skip to content

Commit

Permalink
added change notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudenw committed Apr 28, 2024
1 parent 003104d commit 3c02a34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ 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-368" type="update" dev="claudenw">
Removed ReportFailedRuntimeException, ReportTransformer, RatReportAnalysisResultException, MimeTyper, ToNameTransformer,
UnsuitableDocumentException, ReportTransformerTest, and ToNameTransformerTest as they are no longer used in the codebase.
Note: FullTextMatchingeLicense and SimplePatternBasedLicense will be removed in 0.18.0
</action>
<action issue="RAT-354" type="fix" dev="pottlinger" due-to="Guillaume Nodet">
Fix integration test failure with Maven4 by adding a version property in integration test's pom.xml. Versions above Maven4-alpha13 require Java17 and cannot be used with RAT, as it relies on Java8.
</action>
Expand Down

0 comments on commit 3c02a34

Please sign in to comment.