- 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
- 8ed7127 Mark #931 as added (was actually done for 2.7) by Tatu Saloranta · 9 years ago
- e1b2626 Fix #1221 by Tatu Saloranta · 9 years ago
- 504464d Start working on #1221 by Tatu Saloranta · 9 years ago
- 12e884a Add tests to ensure config overrides work for `@JsonPropertyOrder` by Tatu Saloranta · 9 years ago
- c9021f7 Fix #1217 by Tatu Saloranta · 9 years ago
- 6fbef0f Merge branch '2.7' by Tatu Saloranta · 9 years ago
- 9cf3e43 test refactoring by Tatu Saloranta · 9 years ago
- 42cdeb1 Add failing test for #1217 (from patch #1219) by Tatu Saloranta · 9 years ago
- 082cc7d more work to allow config overrides for `@JsonIgnoreProperties` by Tatu Saloranta · 9 years ago
- e3baeed Refactoring by Tatu Saloranta · 9 years ago
- 24407a4 Refactorings to use JsonIgnoreProperties.Value to allow config overrides by Tatu Saloranta · 9 years ago
- 8edbf27 Merge branch '2.7' by Tatu Saloranta · 9 years ago
- fb96109 trying to streamline new test by Tatu Saloranta · 9 years ago
- 0ed838c fix new test; can not figure out type params for static methods by Tatu Saloranta · 9 years ago
- dae5440 Add failing test for #1215 by Tatu Saloranta · 9 years ago
- c351aed Merge branch '2.7' by Tatu Saloranta · 9 years ago
- 69095e5 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
- ed6c426 [maven-release-plugin] prepare release jackson-databind-2.7.4 by Tatu Saloranta · 9 years ago
- 6e50c7b prepare for 2.7.4 by Tatu Saloranta · 9 years ago
- 7ef86f8 Start working on upgrading handling of JsonIgnoreProperties, related by Tatu Saloranta · 9 years ago
- d47221b Renaming "property config override" as "type config override" as configuration is associated with type (of a property or value), not property. In future we may want to have actual property config overrides as well. by Tatu Saloranta · 9 years ago
- 8e8d2e5 Fix #621 by Tatu Saloranta · 9 years ago
- 6519db3 simplify type handling for virtual members by Tatu Saloranta · 9 years ago