Repository: avro Updated Branches: refs/heads/master 673261c86 -> 37bd84dc6
AVRO-2133: Log rat failures This closes #280 Signed-off-by: Nandor Kollar <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/avro/repo Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/37bd84dc Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/37bd84dc Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/37bd84dc Branch: refs/heads/master Commit: 37bd84dc608c39f611c19557d4b2d1052d08db32 Parents: 673261c Author: Gabor Szadovszky <[email protected]> Authored: Thu Jan 18 10:10:10 2018 +0100 Committer: Gabor Szadovszky <[email protected]> Committed: Thu Jan 18 11:13:00 2018 +0100 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ pom.xml | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/avro/blob/37bd84dc/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index eb582cd..3761144 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -109,6 +109,8 @@ Trunk (not yet released) AVRO-2109: Reset buffers in case of IOException (gabor) + AVRO-2133: Log rat failures (gabor) + BUG FIXES AVRO-1741: Python3: Fix error when codec is not in the header. http://git-wip-us.apache.org/repos/asf/avro/blob/37bd84dc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1efc3a0..f497ba4 100644 --- a/pom.xml +++ b/pom.xml @@ -224,6 +224,7 @@ </execution> </executions> <configuration> + <consoleOutput>true</consoleOutput> <excludeSubProjects>false</excludeSubProjects> <excludes> <!-- version control files -->
