You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ni...@apache.org on 2017/12/22 22:27:18 UTC

[1/2] avro git commit: AVRO-2119: Run Apache Rat check on every java build

Repository: avro
Updated Branches:
  refs/heads/branch-1.8 bb2c80407 -> d35724e7f


AVRO-2119: Run Apache Rat check on every java build


Project: http://git-wip-us.apache.org/repos/asf/avro/repo
Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/a8a4ed23
Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/a8a4ed23
Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/a8a4ed23

Branch: refs/heads/branch-1.8
Commit: a8a4ed23e4237247d6fcf06175bd722740d86245
Parents: bb2c804
Author: Niels Basjes <nb...@bol.com>
Authored: Fri Dec 22 10:51:53 2017 +0100
Committer: Niels Basjes <nb...@bol.com>
Committed: Fri Dec 22 23:18:37 2017 +0100

----------------------------------------------------------------------
 CHANGES.txt | 2 ++
 pom.xml     | 3 +++
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/avro/blob/a8a4ed23/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 27721b6..d542d30 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,6 +19,8 @@ Trunk (not yet released)
     AVRO-2114: Make missing value exceptions in nested structures easier to read.
     (Niels Basjes)
 
+    AVRO-2119: Run Apache Rat check on every java build (Niels Basjes)
+
   BUG FIXES
 
     AVRO-1401: @Nullable does not work with byte[] (Nandor Kollar via gabor)

http://git-wip-us.apache.org/repos/asf/avro/blob/a8a4ed23/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8303252..4f64d9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,6 +203,9 @@
     </profile>
     <profile>
       <id>rat</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
       <build>
         <plugins>
           <plugin>


[2/2] avro git commit: AVRO-2119: Update Apache Rat. Fix build problem

Posted by ni...@apache.org.
AVRO-2119: Update Apache Rat. Fix build problem


Project: http://git-wip-us.apache.org/repos/asf/avro/repo
Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/d35724e7
Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/d35724e7
Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/d35724e7

Branch: refs/heads/branch-1.8
Commit: d35724e7f4299499702abc7a1404c6120389b9c7
Parents: a8a4ed2
Author: Niels Basjes <nb...@bol.com>
Authored: Fri Dec 22 12:04:36 2017 +0100
Committer: Niels Basjes <nb...@bol.com>
Committed: Fri Dec 22 23:20:34 2017 +0100

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/avro/blob/d35724e7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4f64d9b..73eed2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
     <!-- plugin versions -->
     <antrun-plugin.version>1.7</antrun-plugin.version>
     <enforcer-plugin.version>1.3.1</enforcer-plugin.version>
-    <rat.version>0.9</rat.version>
+    <rat.version>0.12</rat.version>
   </properties>
 
   <modules>
@@ -212,6 +212,7 @@
             <groupId>org.apache.rat</groupId>
             <artifactId>apache-rat-plugin</artifactId>
             <version>${rat.version}</version>
+            <inherited>false</inherited>
             <executions>
               <execution>
                 <phase>test</phase>