File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/test/java/com/fasterxml/jackson/dataformat/xml/failing Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- package com .fasterxml .jackson .dataformat .xml .lists ;
1
+ package com .fasterxml .jackson .dataformat .xml .failing ;
2
2
3
3
import java .util .ArrayList ;
4
4
import java .util .LinkedList ;
13
13
import com .fasterxml .jackson .dataformat .xml .annotation .JacksonXmlElementWrapper ;
14
14
import com .fasterxml .jackson .dataformat .xml .annotation .JacksonXmlProperty ;
15
15
16
- // Test originally from [dataformat-xml#76]
16
+ // Test originally from [dataformat-xml#76].
17
+ //
18
+ // Under "failing/" for Jackson 2.14 since it fails on JDK 17+
17
19
@ SuppressWarnings ("serial" )
18
- public class ListAsObjectTest extends XmlTestBase
20
+ public class ListAsObject76Test extends XmlTestBase
19
21
{
20
22
static final class Value {
21
23
@ XmlElement (name = "v" )
You can’t perform that action at this time.
0 commit comments