Repository: falcon Updated Branches: refs/heads/master c4df0a5e9 -> 13bc6b6a3
FALCON-1132 Falcon trunk is broken due to failure in IT test. Contributed by Ajay Yadava Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/13bc6b6a Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/13bc6b6a Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/13bc6b6a Branch: refs/heads/master Commit: 13bc6b6a346b632e4f5be5d130c76f95dc970338 Parents: c4df0a5 Author: Suhas Vasu <[email protected]> Authored: Wed Apr 1 18:47:43 2015 +0530 Committer: Suhas Vasu <[email protected]> Committed: Wed Apr 1 18:47:43 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 4 +++- .../main/java/org/apache/falcon/resource/FeedLookupResult.java | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/13bc6b6a/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 163b04a..5c52cc3 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,7 +13,6 @@ Trunk (Unreleased) FALCON-822 Add reverse look up API (Ajay Yadava via Suhas Vasu) IMPROVEMENTS - FALCON-1128 Adding getter methods to FeedLookupResult(KArishma G via Samarth) @@ -130,6 +129,9 @@ Trunk (Unreleased) (Suhas vasu) BUG FIXES + FALCON-1132 Falcon trunk is broken due to failure in IT test + (Ajay Yadava via Suhas Vasu) + FALCON-1097 UT failure for ExpressionHelperTest (Ajay Yadava via Shaik Idris) http://git-wip-us.apache.org/repos/asf/falcon/blob/13bc6b6a/client/src/main/java/org/apache/falcon/resource/FeedLookupResult.java ---------------------------------------------------------------------- diff --git a/client/src/main/java/org/apache/falcon/resource/FeedLookupResult.java b/client/src/main/java/org/apache/falcon/resource/FeedLookupResult.java index 9115abb..bc08f00 100644 --- a/client/src/main/java/org/apache/falcon/resource/FeedLookupResult.java +++ b/client/src/main/java/org/apache/falcon/resource/FeedLookupResult.java @@ -88,6 +88,7 @@ public class FeedLookupResult extends APIResult { * A single instance in the result. */ @XmlRootElement(name = "feed") + @XmlAccessorType(XmlAccessType.FIELD) public static class FeedProperties { @XmlElement private String feedName;
