From 3c02a34bf4430a10846749cd72cea0c2b7c633a8 Mon Sep 17 00:00:00 2001 From: Claude Warren Date: Sun, 28 Apr 2024 12:01:09 +0200 Subject: [PATCH] added change notification --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 71ae294a2..e0b77107d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,6 +72,11 @@ https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd --> + + 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 + 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.