Skip to content

Commit 99bc5c1

Browse files
committed
Merge branch '2.18'
2 parents 778d1bb + 7837805 commit 99bc5c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/java/tools/jackson/databind/deser/creators/TestCreators.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,6 @@ public void testStringFactoryAlt() throws Exception
408408
assertEquals(str, bean.value);
409409
}
410410

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
414411
@Test
415412
public void testConstructorAndFactoryCreator() throws Exception
416413
{

0 commit comments

Comments
 (0)