File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/test/java/com/fasterxml/jackson/databind/deser/creators Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 4
4
import java .math .BigInteger ;
5
5
import java .util .*;
6
6
7
- import org .junit .jupiter .api .Disabled ;
8
7
import org .junit .jupiter .api .Test ;
9
8
10
9
import com .fasterxml .jackson .annotation .*;
@@ -420,11 +419,7 @@ public void testStringFactoryAlt() throws Exception
420
419
assertEquals (str , bean .value );
421
420
}
422
421
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
422
@ Test
427
- @ Disabled
428
423
public void testConstructorAndFactoryCreator () throws Exception
429
424
{
430
425
CreatorBeanWithBoth bean = MAPPER .readValue
You can’t perform that action at this time.
0 commit comments