You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/06/21 19:53:15 UTC

[creadur-rat] branch update-doxia-tools updated (3a1b3ba -> 1c8eb85)

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

pottlinger pushed a change to branch update-doxia-tools
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git.


    from 3a1b3ba  RAT-275: Further updates
     new 12aebc6  INFRA-20948: Enable windows builds to try to get more info for infra
     new b9ce6ac  RAT-277: Update junit to fix CVE-2020-15250
     new 22dd5d6  RAT-277: Add changelog
     new ebd137d  Adapt to new Maven name in Jenkins
     new 3f49ce6  Adapt to new JDK name in Jenkins
     new b7728a2  RAT-279: Change badge to Travis CI.com
     new d17d142  RAT-279: Add changelog for Travis migration
     new e69145e  Add gitignore that are added recursively if imported into Eclipse
     new 2257167  RAT-274: Update to latest Ant 1.10.10
     new acebaaa  RAT-207: Properly report thread safety to Maven
     new 7b62a63  RAT-207: Add changelog entry
     new 06182a8  RAT-281: Update commons-io
     new 1c8eb85  RAT-281: Add changelog entry for Commons IO update

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                                |  1 +
 Jenkinsfile                                               |  7 ++++---
 README.md                                                 |  2 +-
 .../src/main/java/org/apache/rat/mp/RatCheckMojo.java     |  2 +-
 .../src/main/java/org/apache/rat/mp/RatReportMojo.java    |  2 +-
 pom.xml                                                   |  6 +++---
 src/changes/changes.xml                                   | 15 +++++++++++++++
 7 files changed, 26 insertions(+), 9 deletions(-)

[creadur-rat] 06/13: RAT-279: Change badge to Travis CI.com

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch update-doxia-tools
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit b7728a225965ed1a16623e7c2b498e318164fd5d
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Thu Nov 12 14:54:39 2020 +0100

    RAT-279: Change badge to Travis CI.com
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8be7787..aa91e9e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ASF Jenkins: [![ASF Jenkins Build Status](https://ci-builds.apache.org/buildStatus/icon?job=Creadur%2FCreadur-Rat)](https://ci-builds.apache.org/job/Creadur/job/Creadur-Rat/)
 
-Travis: [![Build Status](https://travis-ci.org/apache/creadur-rat.svg?branch=master)](https://travis-ci.org/apache/creadur-rat)
+Travis: [![Build Status](https://travis-ci.com/apache/creadur-rat.svg?branch=master)](https://travis-ci.com/apache/creadur-rat)
 
 Due to a bug in the Travis build infrastructure the builds fail regularly because Travis selects a JDK that fails animal-sniffer-plugin runs as it is not the one specified in the build.
 

[creadur-rat] 05/13: Adapt to new JDK name in Jenkins

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch update-doxia-tools
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 3f49ce6b29ab75f2dd96b381714482317b1ccd9f
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Sun Oct 18 21:38:47 2020 +0200

    Adapt to new JDK name in Jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3db8962..6839e75 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,7 +41,7 @@ pipeline {
 
     tools {
         maven 'maven_3_latest'
-        jdk 'JDK 14 (latest)'
+        jdk 'jdk_14_latest'
     }
 
     options {

[creadur-rat] 13/13: RAT-281: Add changelog entry for Commons IO update

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch update-doxia-tools
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 1c8eb85117f700db378b3a7f60fa0c8f8618df06
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Mon Jun 21 21:53:01 2021 +0200

    RAT-281: Add changelog entry for Commons IO update
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8938981..fbf71c6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,6 +58,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="RAT-207" type="fix" due-to="Xavier Dury" dev="pottlinger">
         Properly report thread-safeness to Maven.
       </action>
+      <action issue="RAT-281" type="fix" dev="pottlinger">
+        Update to latest Commons IO to fix CVE-2021-29425 (Moderate severity).
+      </action>
       <action issue="RAT-274" type="fix" dev="pottlinger">
         Update to latest Apache Ant 1.10.10.
       </action>

[creadur-rat] 11/13: RAT-207: Add changelog entry

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch update-doxia-tools
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 7b62a63cc9ae581d68963bbb80b400bd620c14ae
Author: P. Ottlinger <ot...@users.noreply.github.com>
AuthorDate: Thu Apr 22 12:41:04 2021 +0200

    RAT-207: Add changelog entry
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f1dc710..8938981 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@ The <action> type attribute can be add,update,fix,remove.
 
   <body>
     <release version="0.14-SNAPSHOT" date="2020-xx-xx" description="Current SNAPSHOT - to be done">
+      <action issue="RAT-207" type="fix" due-to="Xavier Dury" dev="pottlinger">
+        Properly report thread-safeness to Maven.
+      </action>
       <action issue="RAT-274" type="fix" dev="pottlinger">
         Update to latest Apache Ant 1.10.10.
       </action>

[creadur-rat] 10/13: RAT-207: Properly report thread safety to Maven

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch update-doxia-tools
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit acebaaadc6b2b6f8349abc7447787d242da44ae6
Author: Xavier Dury <ka...@hotmail.com>
AuthorDate: Thu Apr 22 10:11:41 2021 +0200

    RAT-207: Properly report thread safety to Maven
---
 apache-rat-plugin/src/main/java/org/apache/rat/mp/RatCheckMojo.java  | 2 +-
 apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatCheckMojo.java b/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatCheckMojo.java
index 2898b1a..3fa3f4e 100644
--- a/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatCheckMojo.java
+++ b/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatCheckMojo.java
@@ -45,7 +45,7 @@ import java.nio.charset.StandardCharsets;
 /**
  * Run Rat to perform a violation check.
  */
-@Mojo(name = "check", defaultPhase = LifecyclePhase.VALIDATE)
+@Mojo(name = "check", defaultPhase = LifecyclePhase.VALIDATE, threadSafe = true)
 public class RatCheckMojo extends AbstractRatMojo {
     /**
      * Where to store the report.
diff --git a/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java b/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java
index b3b129a..04da245 100644
--- a/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java
+++ b/apache-rat-plugin/src/main/java/org/apache/rat/mp/RatReportMojo.java
@@ -60,7 +60,7 @@ import java.util.ResourceBundle;
  * Generates a report with Rat's output.
  */
 @SuppressWarnings("deprecation") // MavenReport invokes the deprecated Sink implementation
-@Mojo(name = "rat", requiresDependencyResolution = ResolutionScope.TEST)
+@Mojo(name = "rat", requiresDependencyResolution = ResolutionScope.TEST, threadSafe = true)
 public class RatReportMojo extends AbstractRatMojo implements MavenReport {
     public static final String DOT_HTML = ".html";
     @Component

[creadur-rat] 01/13: INFRA-20948: Enable windows builds to try to get more info for infra

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch update-doxia-tools
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 12aebc650ee72f75330b75e36b82c0fa51678166
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Sun Oct 11 15:46:55 2020 +0200

    INFRA-20948: Enable windows builds to try to get more info for infra
---
 Jenkinsfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e4c3ecc..40e1814 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,8 @@
  */
 pipeline {
 
-    agent { label 'ubuntu' } 
+//    agent { label 'ubuntu' } 
+    agent any
 
     environment {
         // It seems the login the jenkins slave uses, doesn't pick up the environment changes,

[creadur-rat] 07/13: RAT-279: Add changelog for Travis migration

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch update-doxia-tools
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit d17d1425604007ba96c712351fb3328cd74b2d6f
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Thu Nov 12 14:55:37 2020 +0100

    RAT-279: Add changelog for Travis migration
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3d5f97e..741fc04 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@ The <action> type attribute can be add,update,fix,remove.
 
   <body>
     <release version="0.14-SNAPSHOT" date="2020-xx-xx" description="Current SNAPSHOT - to be done">
+      <action issue="RAT-279" type="add" dev="pottlinger">
+        Migrate vom Travis CI.org to Travis-ci.com.
+      </action>
       <action issue="RAT-277" type="fix" dev="pottlinger">
         Update to junit 4.13.1 to fix CVE-2020-15250.
       </action>

[creadur-rat] 04/13: Adapt to new Maven name in Jenkins

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch update-doxia-tools
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit ebd137d164ce91fd860ced14cd4d1ebe0324b73c
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Sun Oct 18 21:38:17 2020 +0200

    Adapt to new Maven name in Jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 40e1814..3db8962 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -40,7 +40,7 @@ pipeline {
     }
 
     tools {
-        maven 'Maven 3 (latest)'
+        maven 'maven_3_latest'
         jdk 'JDK 14 (latest)'
     }
 

[creadur-rat] 03/13: RAT-277: Add changelog

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch update-doxia-tools
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 22dd5d62d441a845424186a4cf7e721eb2b1798e
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Wed Oct 14 11:51:00 2020 +0200

    RAT-277: Add changelog
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 300cb94..3d5f97e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@ The <action> type attribute can be add,update,fix,remove.
 
   <body>
     <release version="0.14-SNAPSHOT" date="2020-xx-xx" description="Current SNAPSHOT - to be done">
+      <action issue="RAT-277" type="fix" dev="pottlinger">
+        Update to junit 4.13.1 to fix CVE-2020-15250.
+      </action>
       <action issue="RAT-158" type="fix" dev="pottlinger">
         Update to new ASF parent 23 in order to get rid of doxia version management that generated warnings.
       </action>

[creadur-rat] 09/13: RAT-274: Update to latest Ant 1.10.10

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch update-doxia-tools
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 2257167b49bb116f215c33722024b5237c3ac05b
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Mon Apr 19 17:23:22 2021 +0200

    RAT-274: Update to latest Ant 1.10.10
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d67797e..94a166e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@ agnostic home for software distribution comprehension and audit tools.
   </description>
   <inceptionYear>2006</inceptionYear>
   <properties>
-    <ant.version>1.10.9</ant.version>
+    <ant.version>1.10.10</ant.version>
     <javaVersion>1.8</javaVersion>
     <maven.compiler.source>${javaVersion}</maven.compiler.source>
     <maven.compiler.target>${javaVersion}</maven.compiler.target>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 741fc04..f1dc710 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,9 @@ The <action> type attribute can be add,update,fix,remove.
 
   <body>
     <release version="0.14-SNAPSHOT" date="2020-xx-xx" description="Current SNAPSHOT - to be done">
+      <action issue="RAT-274" type="fix" dev="pottlinger">
+        Update to latest Apache Ant 1.10.10.
+      </action>
       <action issue="RAT-279" type="add" dev="pottlinger">
         Migrate vom Travis CI.org to Travis-ci.com.
       </action>

[creadur-rat] 08/13: Add gitignore that are added recursively if imported into Eclipse

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch update-doxia-tools
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit e69145e8f4f8282127eefc6a2dbe9d56af3c50e8
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Fri Mar 26 11:26:54 2021 +0100

    Add gitignore that are added recursively if imported into Eclipse
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 22e1131..25e619a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 .idea/*
 */.idea
 /target/
+**/.gitignore

[creadur-rat] 02/13: RAT-277: Update junit to fix CVE-2020-15250

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch update-doxia-tools
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit b9ce6ac21fead55699def77ee4553a9d3a0d0b8d
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Wed Oct 14 11:49:58 2020 +0200

    RAT-277: Update junit to fix CVE-2020-15250
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 92f480b..d67797e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@ agnostic home for software distribution comprehension and audit tools.
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.12</version>
+        <version>4.13.1</version>
         <scope>test</scope>
       </dependency>
       <dependency>

[creadur-rat] 12/13: RAT-281: Update commons-io

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch update-doxia-tools
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 06182a81e64962e450971f6f36ee7aa5bfbc65a7
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Tue Apr 27 10:03:49 2021 +0200

    RAT-281: Update commons-io
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 94a166e..0503e22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@ agnostic home for software distribution comprehension and audit tools.
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.5</version>
+        <version>2.8.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>