- 75098b7 Fix #1351 by Tatu Saloranta · 8 years ago
- b72b56c Further work on deferring forcing of access (to reduce likelihood of unnecessary calls), this time for serialization side by Tatu Saloranta · 8 years ago
- 8dbf55f Cleaning up #877 fix for 2.8.3, by deferring access-forcing at a later point by Tatu Saloranta · 8 years ago
- e9ade49 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- e4b261e ... by Tatu Saloranta · 8 years ago
- b2ccdee Fix #877 by Tatu Saloranta · 8 years ago
- d71de54 minor comments cleanup by Tatu Saloranta · 8 years ago
- eb5007b minor test cleanup by Tatu Saloranta · 8 years ago
- facb2c0 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- 627a74f indentation cleanup by Tatu Saloranta · 8 years ago
- 041e57f Merge branch '2.7' by Tatu Saloranta · 8 years ago
- bbd8190 Fix #1362 by Tatu Saloranta · 8 years ago
- 8fa9cb7 Fix #1361 by Tatu Saloranta · 8 years ago
- ee10eec Merge branch '2.7' by Tatu Saloranta · 8 years ago
- 1d930db Fix #1359 by Tatu Saloranta · 8 years ago
- 1ca7576 Fixed #1353 by Tatu Saloranta · 8 years ago
- f08748f Trying to reproduce #1353, not succeeding by Tatu Saloranta · 8 years ago
- d00e63c Test refactoring/reorg to group related JDK type deser tests together more closely by Tatu Saloranta · 8 years ago
- c22d5c5 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
- 761d563 [maven-release-plugin] prepare release jackson-databind-2.8.2 by Tatu Saloranta · 8 years ago
- 650a3ca prepare for 2.8.2 by Tatu Saloranta · 8 years ago
- c49891b [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
- 9fc0276 [maven-release-plugin] prepare release jackson-databind-2.7.7 by Tatu Saloranta · 8 years ago
- 507ed93 prepare for 2.7.7 by Tatu Saloranta · 8 years ago
- 9598db5 ... by Tatu Saloranta · 8 years ago
- cc40586 minor refactoring, rename new feature as `FAIL_ON_MISSING_EXTERNAL_TYPE_ID_PROPERTY` by Tatu Saloranta · 8 years ago
- 3636e8b Merge branch '2.7' by Tatu Saloranta · 8 years ago
- 07b6d66 Fix #1344 by Tatu Saloranta · 8 years ago
- 351b754 Change default setting wrt #1341 for 2.8.x (to enabled); may change once we switch master to be 2.9.0-SNAPSHOT by Tatu Saloranta · 8 years ago
- 44bc080 Merge pull request #1341 from ckuhn/master by Tatu Saloranta · 8 years ago
- d4a2092 Fix #1315 by Tatu Saloranta · 8 years ago
- 61a829a Fix #1327 by Tatu Saloranta · 8 years ago
- 84d6872 minor improvements to (still failing) test by Tatu Saloranta · 8 years ago
- 747f000 improve #1327 test by Tatu Saloranta · 8 years ago
- dd55294 minor test change by Tatu Saloranta · 8 years ago
- 815b7a8 Added FAIL_ON_EXTERNAL_TYPE_ID_MISSING_PROPERTY deser property by Connor Kuhn · 8 years ago
- 30b3edc Merge pull request #1340 from stephlag/patch-1 by Tatu Saloranta · 8 years ago
- 4883d16 Fix misleading javadoc for PascalCaseStrategy by Stephan L · 8 years ago
- 74260b5 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- e979bc5 Add first test for #1327; passes with 2.7 by Tatu Saloranta · 8 years ago
- 2d80120 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- 0aa6486 Update release notes for #1332, backport in 2.7.7 by Tatu Saloranta · 8 years ago
- 02a803a Merge pull request #1332 from fizmax/index-out-of-bound-enum-index-deser by Tatu Saloranta · 8 years ago
- 6adce38 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- 2936ba5 Fix #1322 by Tatu Saloranta · 8 years ago
- 20a1b7c update release notes by Tatu Saloranta · 8 years ago
- 8602a5b Merge pull request #1335 from cky/always-call-getdescforknowntypeids by Tatu Saloranta · 8 years ago
- 841d7ca Unconditionally call TypeIdResolver.getDescForKnownTypeIds by Chris Jester-Young · 8 years ago
- 7f6dcbc Fixed ArrayIndexOutOfBoundException when deserializing enum by index same as enum number of values by Max Drobotov · 8 years ago
- af91d91 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- 958c824 Add failing test case for #1322 by Tatu Saloranta · 8 years ago
- e4dd521 move #1311 under failing; not sure if it's valid, but shouldn't block build by Tatu Saloranta · 8 years ago
- e5792f6 more minor unit test changes by Tatu Saloranta · 8 years ago
- 668b3be minor simplifications for #1298 test by Tatu Saloranta · 8 years ago
- 24cdbde Merge pull request #1310 from JeffQuandt/master by Tatu Saloranta · 8 years ago
- 5b5c3c3 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
- cca37af [maven-release-plugin] prepare release jackson-databind-2.7.6 by Tatu Saloranta · 8 years ago
- 174c78f prepare for 2.7.6 by Tatu Saloranta · 8 years ago
- bc80f8e Merge branch 'master' of github.com:FasterXML/jackson-databind by Tatu Saloranta · 8 years ago
- 00f5131 Adding reproduction test case for https://github.com/FasterXML/jackson-databind/issues/1298 by JeffQuandt · 8 years ago
- 06c513f Merge pull request #1299 from liyuj/master by Tatu Saloranta · 8 years ago
- 4996562 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- a73a89c Fix problem reported in #1299 for 2.7 by Tatu Saloranta · 8 years ago
- fd893c2 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- 24166ac Fix #1307 by Tatu Saloranta · 8 years ago
- be64ad5 ... by Tatu Saloranta · 8 years ago
- 30ef982 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
- 111e86d [maven-release-plugin] prepare release jackson-databind-2.8.1 by Tatu Saloranta · 8 years ago
- 68e8afd ... that is, prepare for _2.8.1_ by Tatu Saloranta · 8 years ago
- 45565cd prepare for 2.8.0 by Tatu Saloranta · 8 years ago
- 1fb9804 ... and remove the test, turns out its usage, not bug by Tatu Saloranta · 8 years ago
- 20748cc Add a failing test for #1300 by Tatu Saloranta · 8 years ago
- 7ad860a add failing test for #639 by Tatu Saloranta · 8 years ago
- 2adc987 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- 099f36a minor test refactorings for type-related tests by Tatu Saloranta · 8 years ago
- 3befdf9 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- c62d8c7 Fix #1301 by Tatu Saloranta · 8 years ago
- 11b1323 Fixed #1302 by Tatu Saloranta · 8 years ago
- 48a71ab Update DateDeserializers.java by liyuj · 8 years ago
- f84f461 Update DateDeserializers.java by liyuj · 8 years ago
- 2d2f0c7 minor changes to try to ensure cobertura tests pass (mysterious problem with DocumentBuilderFactory) by Tatu Saloranta · 8 years ago
- db0eadb Fixed #1297 by Tatu Saloranta · 8 years ago
- 26f2669 test refactoring by Tatu Saloranta · 8 years ago
- 83d7139 Actual #1291 fix (previous commit was for tests) by Tatu Saloranta · 8 years ago
- b3f623f Fix #1291 by Tatu Saloranta · 8 years ago
- f7e476e Fix #1256 by Tatu Saloranta · 8 years ago
- 9c2e89b Add failing test for #1291 by Tatu Saloranta · 8 years ago
- 07569c7 Merge branch '2.7' by Tatu Saloranta · 8 years ago
- f6fbed5 Backport #1288 fix by Tatu Saloranta · 8 years ago
- c4ecc55 Update release notes wrt #1288 by Tatu Saloranta · 8 years ago
- 6a7931c Minor fix to non-working earlier optimization for creating ArrayList/HashMap by Tatu Saloranta · 8 years ago
- c9909b2 Merge pull request #1295 from libetl/bugfix/externalTypeId1288 by Tatu Saloranta · 8 years ago
- 9f5cfb9 #1288 applying JACKSON-831 on the BuilderBasedDeserializer by libetl · 8 years ago
- db776be ... by Tatu Saloranta · 8 years ago
- a0714d7 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
- 81929fa [maven-release-plugin] prepare release jackson-databind-2.8.0 by Tatu Saloranta · 8 years ago
- 0d12389 prepare for 2.8.0 by Tatu Saloranta · 8 years ago
- dad2e3e Fixing build failures due to changes (which may be reverted) to JsonParserSequence by Tatu Saloranta · 8 years ago
- 07cc3c6 remove accidentally added system.err calls by Tatu Saloranta · 8 years ago
- 6fa940a One last thing for #1277, add `TypeFactory.withCache(...)` method. by Tatu Saloranta · 8 years ago