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

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


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

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

    Update Code Analysis with Jackson modules (#7915)
    
    * AbstractJSONFormatter
    
    (cherry picked from commit 9d736a960ef03168a61b5a9d8aaa22c6e5c27daf)
---
 .../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 3939917e49..66bb2f13ce 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