Commit c2a5028
committed
Add javax.xml.namespace.QName to trusted classes in Jackson serializer
This class is safe to deserialize according to Jackson:
https://github.com/FasterXML/jackson-databind/blob/master/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/SubTypeValidator.java
This also has been checked against Jackson 2.11 to confirm
the backport of this enhancement to 4.3.x.
Resolves #40441 parent 1199740 commit c2a5028
File tree
1 file changed
+1
-0
lines changed- spring-batch-core/src/main/java/org/springframework/batch/core/repository/dao
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
257 | 258 | | |
258 | 259 | | |
259 | 260 | | |
| |||
0 commit comments