Skip to content

Commit

Permalink
Pull request #727: Adding immutable guava collections.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
narupley authored and Peter Ladesma committed Oct 6, 2023
2 parents 6ab92a9 + 63139fe commit cf08dfb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ protected MapperWrapper wrapMapper(MapperWrapper next) {
"com.mirth.connect.plugins.**", "com.mirth.connect.util.**",
"com.mirth.connect.userutil.**", "com.mirth.connect.donkey.model.**",
"com.mirth.connect.donkey.util.**", "com.mirth.connect.jsonbuilder.**",
"com.mirth.generator.model.**", "java.security.**" });
"com.mirth.generator.model.**", "java.security.**",
"com.google.common.collect.Immutable**" });

if (classLoader != null) {
xstream.setClassLoader(classLoader);
Expand Down

0 comments on commit cf08dfb

Please sign in to comment.