1. 110c1a1 Merge branch '2.5' into 2.6 by Tatu Saloranta · 8 years ago
  2. 25e7dd0 Add `Version.isUnknownVersion()` by Tatu Saloranta · 8 years ago
  3. 1fb1e27 Fixed #248 by Tatu Saloranta · 9 years ago
  4. 5577599 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  5. 1f0c541 [maven-release-plugin] prepare release jackson-core-2.6.5 by Tatu Saloranta · 9 years ago
  6. 539ea8b prepare for 2.6.5 by Tatu Saloranta · 9 years ago
  7. 59a5631 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  8. a8b08bf [maven-release-plugin] prepare release jackson-core-2.5.5 by Tatu Saloranta · 9 years ago
  9. 29c9807 ... by Tatu Saloranta · 9 years ago
  10. b338237 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  11. c52609a [maven-release-plugin] prepare release jackson-core-2.6.4 by Tatu Saloranta · 9 years ago
  12. af5f146 Prepare for 2.6.4 by Tatu Saloranta · 9 years ago
  13. 9cf0d49 add a unit test for root-level value testing by Tatu Saloranta · 9 years ago
  14. 2cd126e [maven-release-plugin] prepare for next development iteration by Cowtowncoder · 9 years ago
  15. 66f44d8 [maven-release-plugin] prepare release jackson-core-2.6.3 by Cowtowncoder · 9 years ago
  16. 273ef30 prepare for 2.6.3 release by Cowtowncoder · 9 years ago
  17. 75de237 add inception year in pom by Cowtowncoder · 9 years ago
  18. f554808 Merge branch '2.5' into 2.6 by Cowtowncoder · 9 years ago
  19. 5f04c20 Fix #221 (for 2.5) by Cowtowncoder · 9 years ago
  20. 98df182 Backport #220 fix for 2.5(.5) by Tatu Saloranta · 9 years ago
  21. 186a639 Fix #220 by Cowtowncoder · 9 years ago
  22. 603179e [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  23. 8e2acd6 [maven-release-plugin] prepare release jackson-core-2.6.2 by Tatu Saloranta · 9 years ago
  24. 9d0f0aa Prepare for 2.6.2 release by Tatu Saloranta · 9 years ago
  25. 44dc429 merge older 2.3.x release notes by Cowtowncoder · 9 years ago
  26. be43867 Fix #216: need to retain or recalculate need for rehashing (chose to recalc when unsharing) by Cowtowncoder · 9 years ago
  27. 7ca3d1c Add a failing test for #216 (and #207) by Cowtowncoder · 9 years ago
  28. cfeaed0 Fix #213 (name collision for long names, 12+ characters) by Cowtowncoder · 9 years ago
  29. 6f496e7 Add test for #213 by Cowtowncoder · 9 years ago
  30. 1649b25 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  31. c7143b8 [maven-release-plugin] prepare release jackson-core-2.6.1 by Tatu Saloranta · 9 years ago
  32. 7fd2916 Prepare for 2.6.1 by Tatu Saloranta · 9 years ago
  33. 5f4b48c Javadoc improvement to try to indicate that "getCurrentValue()" is not usable when using pure Streaming API by Cowtowncoder · 9 years ago
  34. c2823b4 Fix #207 by Cowtowncoder · 9 years ago
  35. a71a00e Add the failing test for #207 by Cowtowncoder · 9 years ago
  36. bcbc3df Merge pull request #206 from 0xced/patch-1 by Tatu Saloranta · 9 years ago
  37. 0e13648 Replace the Travis png badge with svg by Cédric Luthi · 9 years ago
  38. b098058 Merge pull request #205 from christophercurrie/win-pretty-print-test by Tatu Saloranta · 9 years ago
  39. 72ce3a4 Force Unix LF for indent test by Christopher Currie · 9 years ago
  40. 9e0d872 [maven-release-plugin] prepare for next development iteration by Cowtowncoder · 9 years ago
  41. 09681ac [maven-release-plugin] prepare release jackson-core-2.6.0 by Cowtowncoder · 9 years ago
  42. 80b8319 Prepare for 2.6.0 release (core parts only, until weekend) by Cowtowncoder · 9 years ago
  43. e426b6f [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  44. d6cfc28 [maven-release-plugin] prepare release jackson-core-2.6.0-rc4 by Tatu Saloranta · 9 years ago
  45. 6f41628 Prepare for 2.6.0-rc4 by Tatu Saloranta · 9 years ago
  46. 97b69b9 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  47. f825083 [maven-release-plugin] prepare release jackson-core-2.6.0-rc3 by Tatu Saloranta · 9 years ago
  48. bdc1833 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  49. 9d35d69 [maven-release-plugin] prepare release jackson-core-2.5.4 by Tatu Saloranta · 9 years ago
  50. 7cac58b prepare for 2.5.4 by Tatu Saloranta · 9 years ago
  51. 97345f7 Update release notes wrt #196 by Cowtowncoder · 9 years ago
  52. c4695c2 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  53. 194a3b9 [maven-release-plugin] prepare release jackson-core-2.6.0-rc2 by Tatu Saloranta · 9 years ago
  54. e8b3b8b minor clean up by Tatu Saloranta · 9 years ago
  55. 76b4c59 Improve reader-based impl JsonParser.nextFieldName() implementation by Tatu Saloranta · 9 years ago
  56. 000e59c Improved test coverage for JsonParser.nextXxx() methods; a related fix to UTF8StreamJsonParser.nextBooleanValue() by Tatu Saloranta · 9 years ago
  57. 35f740f Make JsonGenerator.getOutputBuffered() non-abstract (was accidentally left as abstract after testing) by Tatu Saloranta · 9 years ago
  58. 2e262b9 Baseline work for #196, generic support for format-specific features by Cowtowncoder · 9 years ago
  59. 88c296c Unit test coverage improvements, to get to 70%/60% level (line/branch) for 2.6 by Cowtowncoder · 9 years ago
  60. ff2a73a Update release notes wrt #195 by Cowtowncoder · 9 years ago
  61. a84b41c minor test coverage improvement by Cowtowncoder · 9 years ago
  62. 46b4f02 Implement #195: Add `JsonGenerator.getOuputBuffered()` by Cowtowncoder · 9 years ago
  63. cb93db3 Improve unit test coverage by Cowtowncoder · 9 years ago
  64. 66e604f Add release notes wrt #137 by Tatu Saloranta · 9 years ago
  65. f93c9c8 Fix #194 by Tatu Saloranta · 9 years ago
  66. 1218c85 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 9 years ago
  67. 8cc3b66 [maven-release-plugin] prepare release jackson-core-2.6.0-rc1 by Tatu Saloranta · 9 years ago
  68. e763023 Prepare for 2.6.0-rc1 by Tatu Saloranta · 9 years ago
  69. 4931687 Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 9 years ago
  70. cbdf650 remove `final` from `ParserMinimalBase` implementations by Tatu Saloranta · 9 years ago
  71. 7f7d10a Fix a newly found issue with parser filtering by Cowtowncoder · 9 years ago
  72. e183d16 More testing for parser/filter comb by Cowtowncoder · 9 years ago
  73. 0aa9cae ... by Tatu Saloranta · 9 years ago
  74. 3d0b3a9 Add ResolvedType.getReferencedType() by Tatu Saloranta · 9 years ago
  75. ca3efaa Merge branch '2.5' by Cowtowncoder · 9 years ago
  76. 37fc371 [maven-release-plugin] prepare for next development iteration by Cowtowncoder · 9 years ago
  77. 0bd8d9a [maven-release-plugin] prepare release jackson-core-2.5.3 by Cowtowncoder · 9 years ago
  78. cec0479 Prepare for 2.5.3 by Cowtowncoder · 9 years ago
  79. 25aebcc Merge branch 'master' of github.com:FasterXML/jackson-core by Cowtowncoder · 9 years ago
  80. 8891c0c Fix #189: add `JsonFactory.Feature.USE_THREAD_LOCAL_FOR_BUFFER_RECYCLING` (default: enabled) by Tatu Saloranta · 9 years ago
  81. b895aaf Add releates notes wrt #185 by Tatu Saloranta · 9 years ago
  82. b808f26 more fixes to parser filtering by Cowtowncoder · 9 years ago
  83. ac4b449 fix to parser filtering, arrays by Cowtowncoder · 9 years ago
  84. 5e3d980 Merge branch '2.5' by Tatu Saloranta · 9 years ago
  85. 6a63752 Fixed #191 by Tatu Saloranta · 9 years ago
  86. 8394dbc Add bit more symbols testing by Cowtowncoder · 9 years ago
  87. e50e46b Merge branch '2.5' by Cowtowncoder · 9 years ago
  88. 8fbde68 Add tests to try to reproduce #191 (no luck yet) by Cowtowncoder · 9 years ago
  89. cfe32d0 Cleaning up filtering, to disable use of "include immediate parent" for properties; not useful, complicates things. by Tatu Saloranta · 9 years ago
  90. 60f0b50 more unit tests for parser/filtering by Tatu Saloranta · 9 years ago
  91. 81ca3ce Remove accidentally expanded static imports by Cowtowncoder · 9 years ago
  92. 3222428 Further fixes to parser filtering by Cowtowncoder · 9 years ago
  93. df52157 More fixing, testing, for parser-filtering by Cowtowncoder · 9 years ago
  94. c17c356 and another fix to make second test pass as well by Cowtowncoder · 9 years ago
  95. 654acf0 Fixes to parser-filtering, first test now passes by Cowtowncoder · 9 years ago
  96. f6d583d Bit more work on filtering parser, getting close to working for the simplest use case by Tatu Saloranta · 9 years ago
  97. b1ac057 Incremental work for parser-filtering by Tatu Saloranta · 9 years ago
  98. 404aebc more work on parsing-filter side; not complete. by Tatu Saloranta · 9 years ago
  99. b46e037 another small fix to generator-side filteirng by Tatu Saloranta · 9 years ago
  100. c9a3e86 minor fix to generator-side filtering by Tatu Saloranta · 9 years ago