From eab493f4822bd2cdb1e55b12d559ac2f48f2c764 Mon Sep 17 00:00:00 2001 From: Jinwoo Hwang Date: Tue, 26 Aug 2025 08:04:27 -0400 Subject: [PATCH 1/2] AbstractJSONFormatter --- .../org/apache/geode/codeAnalysis/excludedClasses.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 835662d7a827..36f17704b1da 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 @@ -67,8 +67,8 @@ org/apache/geode/management/api/ClusterManagementException 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/QueryResultFormatter$TypeSerializationEnforcerModule +org/apache/geode/management/internal/json/AbstractJSONFormatter$PreventReserializationModule$1 +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 From 2cdb3c2afa6a63314d81af028bf43bca4deb2869 Mon Sep 17 00:00:00 2001 From: Jinwoo Hwang Date: Tue, 26 Aug 2025 11:42:43 -0400 Subject: [PATCH 2/2] 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 36f17704b1da..68ee6fc4c675 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 @@ -67,7 +67,9 @@ org/apache/geode/management/api/ClusterManagementException 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