This is an automated email from the ASF dual-hosted git repository.

jinwoo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9d736a960e Update Code Analysis with Jackson modules (#7915)
9d736a960e is described below

commit 9d736a960ef03168a61b5a9d8aaa22c6e5c27daf
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Tue Aug 26 14:07:59 2025 -0400

    Update Code Analysis with Jackson modules (#7915)
    
    * AbstractJSONFormatter
---
 .../resources/org/apache/geode/codeAnalysis/excludedClasses.txt         | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/geode-core/src/integrationTest/resources/org/apache/geode/codeAnalysis/excludedClasses.txt
 
b/geode-core/src/integrationTest/resources/org/apache/geode/codeAnalysis/excludedClasses.txt
index 835662d7a8..68ee6fc4c6 100644
--- 
a/geode-core/src/integrationTest/resources/org/apache/geode/codeAnalysis/excludedClasses.txt
+++ 
b/geode-core/src/integrationTest/resources/org/apache/geode/codeAnalysis/excludedClasses.txt
@@ -68,7 +68,9 @@ 
org/apache/geode/management/api/ClusterManagementRealizationException
 org/apache/geode/management/internal/cli/commands/ShowMetricsCommand$Category
 org/apache/geode/management/internal/exceptions/UserErrorException
 
org/apache/geode/management/internal/json/AbstractJSONFormatter$PreventReserializationModule
+org/apache/geode/management/internal/json/AbstractJSONFormatter$PreventReserializationModule$1
 
org/apache/geode/management/internal/json/QueryResultFormatter$TypeSerializationEnforcerModule
+org/apache/geode/management/internal/json/QueryResultFormatter$TypeSerializationEnforcerModule$1
 org/apache/geode/security/ResourcePermission
 org/apache/geode/security/ResourcePermission$Operation
 org/apache/geode/security/ResourcePermission$Resource

Reply via email to