Skip to content

Commit ed70776

Browse files
committed
Merge branch '3.0' into 3.x
2 parents ae34f0d + 037966f commit ed70776

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

src/main/java/tools/jackson/databind/deser/ValueInstantiator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import java.math.BigInteger;
55

66
import tools.jackson.core.JacksonException;
7+
78
import tools.jackson.databind.*;
89
import tools.jackson.databind.deser.bean.PropertyValueBuffer;
910
import tools.jackson.databind.introspect.AnnotatedWithParams;

src/main/java/tools/jackson/databind/deser/bean/PropertyBasedCreator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import tools.jackson.core.JacksonException;
66
import tools.jackson.core.JsonParser;
7+
78
import tools.jackson.databind.*;
89
import tools.jackson.databind.deser.SettableAnyProperty;
910
import tools.jackson.databind.deser.SettableBeanProperty;

src/main/java/tools/jackson/databind/deser/bean/PropertyValueBuffer.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ public class PropertyValueBuffer
100100
/**********************************************************************
101101
*/
102102

103-
/**
104-
* @since 2.18
105-
*/
106103
public PropertyValueBuffer(JsonParser p, DeserializationContext ctxt, int paramCount,
107104
ObjectIdReader oir, SettableAnyProperty anyParamSetter)
108105
{
@@ -124,13 +121,6 @@ public PropertyValueBuffer(JsonParser p, DeserializationContext ctxt, int paramC
124121
}
125122
}
126123

127-
@Deprecated // since 2.18
128-
public PropertyValueBuffer(JsonParser p, DeserializationContext ctxt, int paramCount,
129-
ObjectIdReader oir)
130-
{
131-
this(p, ctxt, paramCount, oir, null);
132-
}
133-
134124
/**
135125
* Returns {@code true} if the given property was seen in the JSON source by
136126
* this buffer.

0 commit comments

Comments
 (0)