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 <[email protected]> Authored: Fri Dec 22 10:51:53 2017 +0100 Committer: Niels Basjes <[email protected]> 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>
