yozaner1324 commented on a change in pull request #7348:
URL: https://github.com/apache/geode/pull/7348#discussion_r813221560
##########
File path:
geode-management/src/main/resources/org/apache/geode/management/internal/sanctioned-geode-management-serializables.txt
##########
@@ -6,7 +6,7 @@
org/apache/geode/management/api/RealizationResult,false,memberName:java/lang/Str
org/apache/geode/management/configuration/AbstractConfiguration,true,-6612840641128145954
org/apache/geode/management/configuration/AutoSerializer,true,1,patterns:java/util/List,portable:java/lang/Boolean
org/apache/geode/management/configuration/ClassName,true,1,className:java/lang/String,initProperties:java/util/Properties
-org/apache/geode/management/configuration/Deployment,true,6992732279452865384,deployedBy:java/lang/String,deployedTime:java/lang/String,jarFileName:java/lang/String
+org/apache/geode/management/configuration/Deployment,true,6992732279452865384,dependencies:java/util/List,deployedBy:java/lang/String,deployedTime:java/lang/String,jarFileName:java/lang/String
Review comment:
We should update the serialVersionUID, but with that, it should be able
to deserialize old versions of Deployment; dependencies will just be null.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]