File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/test/java/tools/jackson/databind/deser/inject Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,10 @@ No changes since 3.0.0-rc7
181181 (requested by @Logic-32)
182182#2405: Make `java.sql.Date` serializer default to same output as `java.util.Date`
183183#2411: Allow `valueToTree()` via `SerializationContext`, add to `ObjectWriter`
184- (requested by XakepSDK@github)
184+ (requested by @XakepSDK)
185+ #2465: `@JacksonInject` will try to fetch deserializer for injected creator property
186+ if there is visible field
187+ (reported by @XakepSDK)
185188#2539: Add `Deserializers.hasDeserializerFor()` (and something for `DeserializerFactory`)
186189 to allow detection of explicitly supported types
187190#2593: StackTraceElement w/ >= Java 9 doesn't deserialize properly
Original file line number Diff line number Diff line change 1- package tools .jackson .databind .tofix ;
1+ package tools .jackson .databind .deser . inject ;
22
33import org .junit .jupiter .api .Test ;
44
You can’t perform that action at this time.
0 commit comments