Skip to content

Commit

Permalink
Fix #2670
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 28, 2020
1 parent 666753b commit e2ba12d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Expand Up @@ -26,6 +26,8 @@ Project: jackson-databind
(reported by Srikanth Ramu)
#2666: Block one more gadget type (apache/commons-proxy)
(reported by Yiting Fan)
#2670: Block one more gadget type (openjpa)
(reported by XuYuanzhen)

2.9.10.3 (23-Feb-2020)

Expand Down
Expand Up @@ -74,10 +74,11 @@ public class SubTypeValidator
s.add("com.sun.deploy.security.ruleset.DRSHelper");
s.add("org.apache.axis2.jaxws.spi.handler.HandlerResolverImpl");

// [databind#2186]: yet more 3rd party gadgets
// [databind#2186], [databind#2670]: yet more 3rd party gadgets
s.add("org.jboss.util.propertyeditor.DocumentEditor");
s.add("org.apache.openjpa.ee.RegistryManagedRuntime");
s.add("org.apache.openjpa.ee.JNDIManagedRuntime");
s.add("org.apache.openjpa.ee.WASRegistryManagedRuntime"); // [#2670] addition
s.add("org.apache.axis2.transport.jms.JMSOutTransportInfo");

// [databind#2326] (2.9.9)
Expand Down

0 comments on commit e2ba12d

Please sign in to comment.