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.
2 parents 778d1bb + 7837805 commit 99bc5c1Copy full SHA for 99bc5c1
src/test/java/tools/jackson/databind/deser/creators/TestCreators.java
@@ -408,9 +408,6 @@ public void testStringFactoryAlt() throws Exception
408
assertEquals(str, bean.value);
409
}
410
411
- // 18-May-2024, tatu: Need to disable for now wrt [databind#4515]:
412
- // handling seems inconsistent wrt Constructor/Factory precedence,
413
- // will tackle at a later point -- this is the last JDK8 fail
414
@Test
415
public void testConstructorAndFactoryCreator() throws Exception
416
{
0 commit comments