Skip to content

Commit cf08dfb

Browse files
narupleyPeter Ladesma
authored andcommitted
Pull request #727: Adding immutable guava collections.
Merge in MC/connect from bugfix/ROCKSOLID-11324-switch-xstream-to-use-allowlist-instead-of-denylist to 4.4.x * commit '63139fe9ecb39a3a15bf4f366164d25a0323dc5f': Adding immutable guava collections.
2 parents 6ab92a9 + 63139fe commit cf08dfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

donkey/src/main/java/com/mirth/connect/donkey/util/xstream/XStreamSerializer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ protected MapperWrapper wrapMapper(MapperWrapper next) {
7171
"com.mirth.connect.plugins.**", "com.mirth.connect.util.**",
7272
"com.mirth.connect.userutil.**", "com.mirth.connect.donkey.model.**",
7373
"com.mirth.connect.donkey.util.**", "com.mirth.connect.jsonbuilder.**",
74-
"com.mirth.generator.model.**", "java.security.**" });
74+
"com.mirth.generator.model.**", "java.security.**",
75+
"com.google.common.collect.Immutable**" });
7576

7677
if (classLoader != null) {
7778
xstream.setClassLoader(classLoader);

0 commit comments

Comments
 (0)