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 aafba87 commit 7837805Copy full SHA for 7837805
1 file changed
src/test/java/com/fasterxml/jackson/databind/deser/creators/TestCreators.java
@@ -4,7 +4,6 @@
4
import java.math.BigInteger;
5
import java.util.*;
6
7
-import org.junit.jupiter.api.Disabled;
8
import org.junit.jupiter.api.Test;
9
10
import com.fasterxml.jackson.annotation.*;
@@ -420,11 +419,7 @@ public void testStringFactoryAlt() throws Exception
420
419
assertEquals(str, bean.value);
421
}
422
423
- // 18-May-2024, tatu: Need to disable for now wrt [databind#4515]:
424
- // handling seems inconsistent wrt Constructor/Factory precedence,
425
- // will tackle at a later point -- this is the last JDK8 fail
426
@Test
427
- @Disabled
428
public void testConstructorAndFactoryCreator() throws Exception
429
{
430
CreatorBeanWithBoth bean = MAPPER.readValue
0 commit comments