File tree 2 files changed +4
-1
lines changed
src/main/java/com/fasterxml/jackson/databind/jsontype/impl
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,8 @@ Project: jackson-databind
256
256
(reported by Srikanth Ramu)
257
257
#2666 : Block one more gadget type (apache/commons-proxy)
258
258
(reported by Yiting Fan)
259
+ #2670 : Block one more gadget type (openjpa)
260
+ (reported by XuYuanzhen)
259
261
260
262
2.9.10.3 (23 -Feb-2020 )
261
263
Original file line number Diff line number Diff line change @@ -74,10 +74,11 @@ public class SubTypeValidator
74
74
s .add ("com.sun.deploy.security.ruleset.DRSHelper" );
75
75
s .add ("org.apache.axis2.jaxws.spi.handler.HandlerResolverImpl" );
76
76
77
- // [databind#2186]: yet more 3rd party gadgets
77
+ // [databind#2186], [databind#2670] : yet more 3rd party gadgets
78
78
s .add ("org.jboss.util.propertyeditor.DocumentEditor" );
79
79
s .add ("org.apache.openjpa.ee.RegistryManagedRuntime" );
80
80
s .add ("org.apache.openjpa.ee.JNDIManagedRuntime" );
81
+ s .add ("org.apache.openjpa.ee.WASRegistryManagedRuntime" ); // [#2670] addition
81
82
s .add ("org.apache.axis2.transport.jms.JMSOutTransportInfo" );
82
83
83
84
// [databind#2326] (2.9.9)
You can’t perform that action at this time.
0 commit comments