- 3f5dd6e Merge pull request #1249 from LokeshN/jsonanysetter-map by Tatu Saloranta · 8 years ago
- d6230fd Minor improvement to `handleUnknownTypeId()`, pass TypeIdResolver by Tatu Saloranta · 8 years ago
- 35d12ab Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 8 years ago
- dcc7087 Further cleanup for #1253 wrt 2.8 by Tatu Saloranta · 8 years ago
- e98a273 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- 8daddc0 Fix #1253 by Tatu Saloranta · 8 years ago
- 4b95df1 ... by Tatu Saloranta · 8 years ago
- 1188426 ... by Tatu Saloranta · 8 years ago
- d0b8bd8 Merge pull request #1252 from mohitchugh/mohitchugh-writeContext-unittest by Tatu Saloranta · 8 years ago
- 010633a Added a unit test to illustrate the issue with the JsonWriteContext incorrectly by Mohit Chugh · 8 years ago
- 3c63730 Fix #1243 by Tatu Saloranta · 8 years ago
- 71f3907 @JsonAnySetter on field annotation for Map by LokeshN · 8 years ago
- b089856 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- 2f80ebd Fix #1250 by Tatu Saloranta · 8 years ago
- 811ec17 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- cc53828 Fixed #1098 by Tatu Saloranta · 8 years ago
- 1068506 Add a failing test for #1098 by Tatu Saloranta · 8 years ago
- c270be0 ... by Tatu Saloranta · 8 years ago
- a1e0c9e Merge branch '2.7' by Tatu Saloranta · 8 years ago
- fe32b96 Fix #1223 by Tatu Saloranta · 8 years ago
- 1c68f96 Add test for #1223 by Tatu Saloranta · 8 years ago
- ae22865 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- 1e5d349 Further tweak for #1248 by Tatu Saloranta · 8 years ago
- 0e934f1 Change long[], double[] serializer to use new efficient `writeArray()` methods in `JsonGenerator` by Tatu Saloranta · 8 years ago
- dd997ed more minor tweaks to exception routing by Tatu Saloranta · 8 years ago
- acc533a yet more exception throwing improvements by Tatu Saloranta · 8 years ago
- 7997e80 Some more exception-dispatching clean up by Tatu Saloranta · 8 years ago
- e874835 Add new method in `ValueInstantiator` to access expected type to create by Tatu Saloranta · 8 years ago
- e750176 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- 67813ca Fixed #1248 by Tatu Saloranta · 8 years ago
- 159850f ... by Tatu Saloranta · 8 years ago
- 127e053 add a test for weirdToken handler by Tatu Saloranta · 8 years ago
- 851092c More for #1207: now add `DeserializationContext.handleUnexpectedToken()` (and handler method in `DeserializationProblemHandler`), for the common failure mode of getting JSON token of unexpected type by Tatu Saloranta · 8 years ago
- 6824544 Yet more work for #1207; added `DeserializationProblemHandler.handleMissingInstantiator()` (and supporting functionality), to replace `instantiationException(Class, String)` by Tatu Saloranta · 8 years ago
- 1d1d603 Improve Exception/StackTraceElement handling to remove failure if 7 unit tests on Java 9 (2 still failing, unrelated) by Tatu Saloranta · 8 years ago
- 14b49cb upgrade powermock to latest by Tatu Saloranta · 8 years ago
- c809c0c Fix #1028 by Tatu Saloranta · 8 years ago
- 073fc19 Fixed #1184 by Tatu Saloranta · 8 years ago
- 8166ed2 Merge pull request #1240 from benson-basis/paths-fix by Tatu Saloranta · 8 years ago
- 6e57ea1 javadoc improvements for #1222 by Tatu Saloranta · 8 years ago
- 3266d8d Improve javadocs wrt #1214 by Tatu Saloranta · 8 years ago
- eae91d9 Allow Paths with no :. by Benson Margulies · 8 years ago
- f8ed660 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- ebadfd2 Fix #1231 by Tatu Saloranta · 8 years ago
- f77b53c Merge branch '2.7' by Tatu Saloranta · 8 years ago
- 9d3de8c Add failing test for #1231 by Tatu Saloranta · 8 years ago
- d01e3ab Minor cleanup for #1235, added checks for error handlers to catch type coercion issues by Tatu Saloranta · 8 years ago
- 68d1c17 Merge pull request #1237 from bimargulies/java-nio-path by Tatu Saloranta · 8 years ago
- b1041d0 Fix #1233 by Tatu Saloranta · 8 years ago
- de160fd Issue #1235; rework to complete the implementation for Path. by Benson Margulies · 8 years ago
- 609a0f8 further work on #1207, now first of 2 instantion problem handlers by Tatu Saloranta · 8 years ago
- e75731b Fix #1232 by Tatu Saloranta · 8 years ago
- 98dd091 minor refactoring related to exception handling by Tatu Saloranta · 8 years ago
- 0b6cb9b Add `DeserializationProblemHandler.handleWeirdStringValue(...)` to allow recovering from JSON String value problems by Tatu Saloranta · 8 years ago
- 888c6b9 More work with DeserializationProblemHandler; now allow handling of "weird number value" by Tatu Saloranta · 8 years ago
- e8ae156 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- 2cf2870 Merge branch '2.6' into 2.7 by Tatu Saloranta · 8 years ago
- 27d83ee Update release notes by Tatu Saloranta · 8 years ago
- 848f61a Merge pull request #1229 from ejsolberg/anySetterNullValue by Tatu Saloranta · 8 years ago
- 89db305 Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 8 years ago
- f09ccac Change int[] serializer to use the new JsonParser.writeArray() call by Tatu Saloranta · 8 years ago
- 3ca6ee9 Update SettableAnyProperty to use ValueDeserializer's NullValue by ESolberg · 8 years ago
- 67d74f0 Merge pull request #1227 from SolaKun/master by Tatu Saloranta · 8 years ago
- 8be34a4 correct misleading comment in tutorial by Sola · 8 years ago
- 1ecc6b5 Fix #1017 (add InvalidTypeIdException) by Tatu Saloranta · 8 years ago
- 2d318f6 Try to straight out eof handling; for now there's no way to really catch that at databind by Tatu Saloranta · 8 years ago
- dbd854d Test improvements; remove unused class (ObjectIdMap) by Tatu Saloranta · 8 years ago
- f47b4fd Merge branch '2.7' by Tatu Saloranta · 8 years ago
- b65b3cb Fix #1225 by Tatu Saloranta · 8 years ago
- f645a74 Add a test to verify weird-key handler also works by Tatu Saloranta · 8 years ago
- f2c40cb Add a test for handling of "unknown type id" by Tatu Saloranta · 8 years ago
- 33ba4ad Added DeserializationContext.handleUnknownTypeId() by Tatu Saloranta · 8 years ago
- bd3c312 Convert last remaining DeserializationContext.mappingException() usage to .reportMappingException() by Tatu Saloranta · 8 years ago
- 1e5fd12 Start work on #1207, add `handleWeirdKey()` in both `DeserializationContext` and `DeserializationProblemHandler` by Tatu Saloranta · 9 years ago
- 48437a7 More rerouting of exceptions through DeserializationContext.reportXxx() instead of direct throws by Tatu Saloranta · 9 years ago
- 4b9bfd0 Working on standardizing parsing error handling by Tatu Saloranta · 9 years ago
- 88941d2 recover test, for now (need to decide if there's a bug to fix or not) by Tatu Saloranta · 9 years ago
- 59868ea Merge branch '2.7' by Tatu Saloranta · 9 years ago
- cf551ed remove 1214 test from 2.7 by Tatu Saloranta · 9 years ago
- c96e3a9 Merge branch '2.7' by Tatu Saloranta · 9 years ago
- 4c59723 Add failing test for #1214 by Tatu Saloranta · 9 years ago
- 058bbdf remove obsolete author tags by Tatu Saloranta · 9 years ago
- fad7638 Fix #1206 by Tatu Saloranta · 9 years ago
- 47791cc Remove deprecated internal method by Tatu Saloranta · 9 years ago
- 34eaa4f yet more error reporting changes by Tatu Saloranta · 9 years ago
- 7a4193f further exception handling by Tatu Saloranta · 9 years ago
- 62f8d91 ... by Tatu Saloranta · 9 years ago
- 93c9932 further error reporting indirection by Tatu Saloranta · 9 years ago
- 2ffca93 Change deser error reporting to make it easier/possible to start deferring throwing of exceptions by Tatu Saloranta · 9 years ago
- 77b11b1 Fix #960 by Tatu Saloranta · 9 years ago
- 374c42a test refactoring by Tatu Saloranta · 9 years ago
- 7a4b7af Add failing test for #960 by Tatu Saloranta · 9 years ago
- d2c4061 Add a failing test for #962 by Tatu Saloranta · 9 years ago
- e20b3fa ... by Tatu Saloranta · 9 years ago
- 3063e5c Fix #1204 by Tatu Saloranta · 9 years ago
- 6ed7caa Fix #903; add `JsonGenerator` ref to `SerializerProvider` and change `JsonMappingException` construction to use it by Tatu Saloranta · 9 years ago
- 02faabc Start streamlining of exception generation from serialization side by Tatu Saloranta · 9 years ago
- 9b7ffec bit more testing improvements by Tatu Saloranta · 9 years ago
- 7a69571 Add unit test for #877; can not replicate the issue by Tatu Saloranta · 9 years ago
- 3cabf85 ... by Tatu Saloranta · 9 years ago