diff --git a/CHANGES.txt b/CHANGES.txt index a26a9eb049..915ac40efd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -27,6 +27,9 @@ Trunk (unreleased changes) HADOOP-6312. Remove unnecessary debug logging in Configuration constructor. (Aaron Kimball via cdouglas) + HADOOP-6326. Hundson runs should check for AspectJ warnings and report + failure if any is present (cos) + OPTIMIZATIONS BUG FIXES diff --git a/src/test/aop/build/aop.xml b/src/test/aop/build/aop.xml index ba452f8ce9..8391bf0fee 100644 --- a/src/test/aop/build/aop.xml +++ b/src/test/aop/build/aop.xml @@ -17,6 +17,7 @@ + @@ -53,12 +54,26 @@ deprecation="${javac.deprecation}"> + + + + + + + + + Broken binding of advises: ${line.separator}${injection.failure} + - + + + +