File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,10 @@ Jeff Schnitzer (stickfigure@github)
287
287
* Suggested #504: Add `DeserializationFeature.USE_LONG_FOR_INTS`
288
288
(2.6.0)
289
289
290
+ Jerry Yang (islanderman@github)
291
+ * Contributed #820: Add new method for `ObjectReader`, to bind from JSON Pointer position
292
+ (2.6.0)
293
+
290
294
Lars Pfannenschmidt (larsp@github)
291
295
* Contributed #826: Replaced synchronized HashMap with ConcurrentHashMap in
292
296
TypeDeserializerBase._findDeserializer
@@ -295,3 +299,4 @@ Lars Pfannenschmidt (larsp@github)
295
299
Stephen A. Goss (thezerobit@github)
296
300
* Contributed #828: Respect DeserializationFeatures.WRAP_EXCEPTIONS in CollectionDeserializer
297
301
(2.6.0)
302
+
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ Project: jackson-databind
68
68
#812: Java 8 breaks Class-value annotation properties, wrt generics: need to work around
69
69
#813: Add support for new property of `@JsonProperty.access` to support
70
70
read-only/write-only use cases
71
+ #820: Add new method for `ObjectReader`, to bind from JSON Pointer position
72
+ (contributed by Jerry Y, islanderman@github)
71
73
#824: Contextual `TimeZone` changes don't take effect wrt `java.util.Date`,
72
74
`java.util.Calendar` serialization
73
75
#826: Replaced synchronized HashMap with ConcurrentHashMap in TypeDeserializerBase._findDeserializer
You can’t perform that action at this time.
0 commit comments