We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ab0b3 commit 20c6de2Copy full SHA for 20c6de2
src/test/java/tools/jackson/databind/deser/JsonIgnoreProperties2803Test.java
@@ -10,7 +10,10 @@
10
11
import static org.junit.jupiter.api.Assertions.assertNotNull;
12
13
-// 04-Sep-2024, tatu: Passes on 3.0 but fails on 2.18+
+// 04-Sep-2024, tatu: Passes on 3.0 but fails on 2.18+ (due to some
14
+// ordering difference)
15
+// Not "properly" fixed, but there's [databind#1622] at least with
16
+// failing reproduction even for 3.0
17
class JsonIgnoreProperties2803Test extends DatabindTestUtil
18
{
19
// [databind#2803]
0 commit comments