Skip to content

Commit 3e01b98

Browse files
committed
Since test for #517 / #673 (wrt regular POJO type) fails on 3.0, moving under failing
1 parent 729cadc commit 3e01b98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/java/tools/jackson/dataformat/xml/deser/XmlWrapperClass517Test.java renamed to src/test/java/tools/jackson/dataformat/xml/failing/XmlWrapperClass517Test.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package tools.jackson.dataformat.xml.deser;
1+
package tools.jackson.dataformat.xml.failing;
22

33
import java.util.ArrayList;
44
import java.util.List;
@@ -13,6 +13,8 @@
1313

1414
// [databind#517] XML wrapper doesn't work with java records
1515
// Equivalent to on in jdk17/.../records/XmlWrapperRecord517Test.java
16+
//
17+
// NOTE: works on 2.x (2.18 and above); fails on 3.0 for some reason
1618
public class XmlWrapperClass517Test
1719
extends XmlTestBase
1820
{

0 commit comments

Comments
 (0)