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 8453b03 commit 5405401Copy full SHA for 5405401
src/test/java/com/fasterxml/jackson/databind/objectid/TestObjectIdWithInjectables538.java renamed to src/test/java/com/fasterxml/jackson/failing/TestObjectIdWithInjectables538.java
@@ -1,4 +1,4 @@
1
-package com.fasterxml.jackson.databind.objectid;
+package com.fasterxml.jackson.failing;
2
3
import com.fasterxml.jackson.annotation.*;
4
@@ -31,6 +31,9 @@ public B(@JacksonInject("i2") String injected) {
31
32
private final ObjectMapper MAPPER = new ObjectMapper();
33
34
+ // 26-Sep-2017, tatu: With Jackson 3.x and inclusion of parameter-names for creators
35
+ // we face a new failure since explicit name of injectables is sort of ignored.
36
+ // Needs to be fixed as part of rewrite of the whole property introspection.
37
public void testWithInjectables538() throws Exception
38
{
39
A a = new A("a");
0 commit comments