jchen21 commented on a change in pull request #7480:
URL: https://github.com/apache/geode/pull/7480#discussion_r834578617
##########
File path:
geode-serialization/src/main/java/org/apache/geode/internal/serialization/filter/SanctionedSerializablesFilterPattern.java
##########
@@ -98,6 +98,7 @@ private static StringJoiner dependenciesPattern() {
// jar deployment
.add("com.sun.proxy.$Proxy*")
+ .add("jdk.proxy*")
Review comment:
Yeah. Seems like the number in the class name could be up to
`jdk.proxy6`. Adding `jdk.proxy*` is good.
--
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]