Repository: geode Updated Branches: refs/heads/develop e9b4250fe -> a9029b0c1
Adding GIITestHook to excludedClasses.txt We don't need to worry about this class for backwards compatibility. It was causing the AnalyzeSerializablesJUnitTest to fail. Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a9029b0c Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/a9029b0c Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/a9029b0c Branch: refs/heads/develop Commit: a9029b0c1c39396d4f2e810fe834fc97341ad4b6 Parents: e9b4250 Author: Dan Smith <[email protected]> Authored: Fri Feb 17 09:20:32 2017 -0800 Committer: Dan Smith <[email protected]> Committed: Fri Feb 17 09:20:32 2017 -0800 ---------------------------------------------------------------------- .../resources/org/apache/geode/codeAnalysis/excludedClasses.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/a9029b0c/geode-core/src/test/resources/org/apache/geode/codeAnalysis/excludedClasses.txt ---------------------------------------------------------------------- diff --git a/geode-core/src/test/resources/org/apache/geode/codeAnalysis/excludedClasses.txt b/geode-core/src/test/resources/org/apache/geode/codeAnalysis/excludedClasses.txt index 830930b..bb298bf 100644 --- a/geode-core/src/test/resources/org/apache/geode/codeAnalysis/excludedClasses.txt +++ b/geode-core/src/test/resources/org/apache/geode/codeAnalysis/excludedClasses.txt @@ -153,3 +153,4 @@ org/apache/geode/security/ResourcePermission$Resource org/apache/geode/distributed/internal/tcpserver/LocatorCancelException org.apache.geode.internal.security.SecurableCommunicationChannel org/apache/geode/internal/security/shiro/GeodeAuthenticationToken +org/apache/geode/internal/cache/InitialImageOperation$GIITestHook
