1. 9664297 Fix #315 by Tatu Saloranta · 8 years ago
  2. 612f2f7 ... by Tatu Saloranta · 8 years ago
  3. 71d2a01 Add possibility to clear location information from parser error messages for security-sensitive applications by Alex Yursha · 8 years ago
  4. 5c48d5f Merge branch '2.7' by Tatu Saloranta · 8 years ago
  5. 956e0ce Fix a small regression with earlier fix, wrt `writeRaw()` by Tatu Saloranta · 8 years ago
  6. 9501961 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  7. 554f8db Fix #307 by Tatu Saloranta · 8 years ago
  8. c98ffa4 minor renaming by Tatu Saloranta · 8 years ago
  9. 12cea03 minor streamlining for error reporting for "can't write value except name" case by Tatu Saloranta · 8 years ago
  10. 748c756 Merge pull request #305 from CodingFabian/fix-javadoc-typo by Tatu Saloranta · 8 years ago
  11. ca82e12 Fix incorrect type referenced in javadoc of JsonParser by Fabian Lange · 8 years ago
  12. 54406c6 clean up by Tatu Saloranta · 8 years ago
  13. bca72a5 more test improvements for coverage, number output by Tatu Saloranta · 8 years ago
  14. e43ecc2 minor int/long write perf improvement by Tatu Saloranta · 8 years ago
  15. 5b50cd5 minor number output refactoring by Tatu Saloranta · 8 years ago
  16. 9943779 minor cleanup by Tatu Saloranta · 8 years ago
  17. 9dcd38b Minor performance improvent for `int`/`long` encoding in `NumberOutput` by Tatu Saloranta · 8 years ago
  18. 14206ed minor test improvements by Tatu Saloranta · 8 years ago
  19. 1dbf123 Merge pull request #301 from kaixin166/master by Tatu Saloranta · 8 years ago
  20. 833de41 JsonFactory optimization by happyelf · 8 years ago
  21. d32c85f [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  22. 6d1caf2 [maven-release-plugin] prepare release jackson-core-2.7.6 by Tatu Saloranta · 8 years ago
  23. 5f1f295 prepare for 2.7.6 by Tatu Saloranta · 8 years ago
  24. cd5b6ff a small set of other FindBugs warnings cleanup; no actual issues found, 97 false warnings remain by Tatu Saloranta · 8 years ago
  25. d0172cd Merge branch '2.7' by Tatu Saloranta · 8 years ago
  26. e962fb9 Cleaning up a few FindBugs reported minor issues. by Tatu Saloranta · 8 years ago
  27. 2268c74 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  28. 1e0968f [maven-release-plugin] prepare release jackson-core-2.8.1 by Tatu Saloranta · 8 years ago
  29. 630997d prepare for 2.8.0 by Tatu Saloranta · 8 years ago
  30. 0e2dbc8 ... by Tatu Saloranta · 8 years ago
  31. f688d46 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  32. 9a463a5 [maven-release-plugin] prepare release jackson-core-2.8.0 by Tatu Saloranta · 8 years ago
  33. b4e1211 ... by Tatu Saloranta · 8 years ago
  34. 397fc05 Prepare for 2.8.0 by Tatu Saloranta · 8 years ago
  35. 0d8b14d Rewrite of #296: require setting during construction to enable "check for existing current token" by Tatu Saloranta · 8 years ago
  36. 456ff3c update release notes by Tatu Saloranta · 8 years ago
  37. e052c31 Fix #296 by Tatu Saloranta · 8 years ago
  38. 4601785 ... and add the `writeFieldId()` method actually by Tatu Saloranta · 8 years ago
  39. 792de08 Fix #294 by Tatu Saloranta · 8 years ago
  40. 5fddcff [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  41. 56cd592 [maven-release-plugin] prepare release jackson-core-2.8.0.rc2 by Tatu Saloranta · 8 years ago
  42. 57b6e91 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  43. b3d893e [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  44. 85666a7 [maven-release-plugin] prepare release jackson-core-2.7.5 by Tatu Saloranta · 8 years ago
  45. 0ea06aa prepare for 2.7.5 by Tatu Saloranta · 8 years ago
  46. 92245d9 ... by Tatu Saloranta · 8 years ago
  47. ae695c3 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  48. 6232bfc [maven-release-plugin] prepare release jackson-core-2.8.0.rc1 by Tatu Saloranta · 8 years ago
  49. 8aea827 prepare for 2.8.0.rc1 by Tatu Saloranta · 8 years ago
  50. d9d6f1a ... by Tatu Saloranta · 8 years ago
  51. 2cf1932 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  52. e9fcbc9 Minor forwards-compatibility additions to allow some level of compatibility between 2.7 and 2.8 core impl by Tatu Saloranta · 8 years ago
  53. 0ed7e34 ... by Tatu Saloranta · 8 years ago
  54. fd5ca3b Add part of #136 by Tatu Saloranta · 8 years ago
  55. 63fd0ab Minor refactoring: make quote character configurable at generator level; not exposed via API yet by Tatu Saloranta · 8 years ago
  56. 98f8444 Fix #281 by Tatu Saloranta · 8 years ago
  57. d980ba3 Merge branch 'master' of github.com:FasterXML/jackson-core by Tatu Saloranta · 8 years ago
  58. e5ded10 Fix #290: Add `JsonGenerator.canWriteFormattedNumbers()` for introspection by Tatu Saloranta · 8 years ago
  59. cfb0866 add notes wrt deferred impl of writing type ids by Tatu Saloranta · 8 years ago
  60. 5f17592 Implement last part of #277 for JSON backend (still need to add to smile/cbor/protobuf) by Tatu Saloranta · 8 years ago
  61. 2bc82d9 Add base `JsonParser.getText(Writer)` impl, to avoid breaking change for non-updated backends; remove co-variant return type for `GeneratorBase.getOutputContext()` by Tatu Saloranta · 8 years ago
  62. b13bde6 minor reworking of #285, add release notes by Tatu Saloranta · 8 years ago
  63. 7a0991a Merge pull request #285 from LokeshN/readtext-jsonparser1 by Tatu Saloranta · 8 years ago
  64. ca17d2f issue #15 - readtext in jsonparser by LokeshN · 8 years ago
  65. 780394c yet more testing by Tatu Saloranta · 8 years ago
  66. 83ea1d5 Further fixes based on more tests for DataInput source by Tatu Saloranta · 8 years ago
  67. 20fa9e7 fixes to DataInput, number parsing by Tatu Saloranta · 8 years ago
  68. 69b6879 Yet more testing (comments, non-standard features) for DataInput, minor parsing fixes for the same by Tatu Saloranta · 8 years ago
  69. ce450f2 further testing improvements, fixes, for DataInput source by Tatu Saloranta · 8 years ago
  70. 0609bab fixes to comment handling of DataInput source by Tatu Saloranta · 8 years ago
  71. 32b8402 more testing improvements by Tatu Saloranta · 8 years ago
  72. 155babc add utf-8 bom handling for DataInput parser by Tatu Saloranta · 8 years ago
  73. 5383db6 a fix to DataInput-backed parser by Tatu Saloranta · 8 years ago
  74. e872229 Test improvements by Tatu Saloranta · 8 years ago
  75. 93994e3 Add `JsonP by Tatu Saloranta · 8 years ago
  76. 244ddd1 Refactoring, trying to figure out how to get rid of mandatory `loadMore[Guaranteed]` methods without big backwards compat pains by Tatu Saloranta · 8 years ago
  77. 193cef8 More testing for InputData-backed parser, getting better by Tatu Saloranta · 8 years ago
  78. 4ed519f improvements to DataInput handling by Tatu Saloranta · 8 years ago
  79. c1ea241 minor refactoring by Tatu Saloranta · 8 years ago
  80. d7cbb64 Bit more work on DataInput source, test refactoring by Tatu Saloranta · 8 years ago
  81. feee764 test refactoring by Tatu Saloranta · 8 years ago
  82. e0b105f Fix #282 by Tatu Saloranta · 8 years ago
  83. 5691a37 Add failing test for #282 by Tatu Saloranta · 8 years ago
  84. d1328b4 ... by Tatu Saloranta · 8 years ago
  85. bdc5c4e add skeletal `writeArray(int[])` method for 2.8 by Tatu Saloranta · 8 years ago
  86. 4e3ba47 Add work-in-progress parser version for reading from DataInput (not yet working) by Tatu Saloranta · 8 years ago
  87. 51e1f98 javadoc addition by Tatu Saloranta · 8 years ago
  88. 473b1d2 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  89. 88db6b7 Merge branch '2.6' into 2.7 by Tatu Saloranta · 8 years ago
  90. 0f43226 ... by Tatu Saloranta · 8 years ago
  91. 34b6199 backport #280 in 2.6 branch, just in case we ever want to do micro-patch by Tatu Saloranta · 8 years ago
  92. 00a29c8 Backport #280 fix by Tatu Saloranta · 8 years ago
  93. a8a9beb Merge pull request #280 from tlrx/writeutf8string by Tatu Saloranta · 8 years ago
  94. 27aa8b8 FilteringGeneratorDelegate.writeUTF8String() should use delegate.writeUTF8String() by Tanguy Leroux · 8 years ago
  95. 931e0e6 try to resolve travis/java6 build issue; seems to stem from Felix/bundle plugin requiring Java 7 or later by Tatu Saloranta · 8 years ago
  96. 38b3ef1 Fix #276 by Tatu Saloranta · 8 years ago
  97. de8f7a0 upgrade to newer jackson-parent by Tatu Saloranta · 8 years ago
  98. 054909d Merge branch '2.7' by Tatu Saloranta · 8 years ago
  99. 38b3f0b [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 8 years ago
  100. a7d6a88 [maven-release-plugin] prepare release jackson-core-2.7.4 by Tatu Saloranta · 8 years ago