Skip to content

Commit a2f3801

Browse files
committed
Mark #2465 as fixed in 3.0.0
1 parent f258201 commit a2f3801

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

release-notes/VERSION

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/test/java/tools/jackson/databind/tofix/JacksonInject2465Test.java renamed to src/test/java/tools/jackson/databind/deser/inject/JacksonInject2465Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package tools.jackson.databind.tofix;
1+
package tools.jackson.databind.deser.inject;
22

33
import org.junit.jupiter.api.Test;
44

0 commit comments

Comments
 (0)