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

cdutz pushed a commit to branch feature/new-ui-tool
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 9b4f01b307a431b1f4d2189b085f28e45f885a86
Author: Christofer Dutz <cd...@apache.org>
AuthorDate: Sat Jan 20 11:40:14 2024 +0100

    fix: Downgraded the rat plugin as version 0.16 introduced a significant 
performance degradation which is currently being discussed)
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a3dff35dca..0fc8a0d633 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1052,7 +1052,8 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.16</version>
+          <!-- TODO: There currently is a significant performance degradation 
when using version 0.16 -->
+          <version>0.15</version>
           <configuration>
             <!--
                 Make rat output the files with missing licensed directly into 
the

Reply via email to