1. f425563 Demote constants to help implementations that use `ParserMinimalBase` by Tatu Saloranta · 7 years ago
  2. 50d62c2 change visibility of some constants to give access to sub-classes by Tatu Saloranta · 7 years ago
  3. f36a0bc Add constant `NR_FLOAT` for sub-classes to use by Tatu Saloranta · 7 years ago
  4. d53df4b Fix javadocs for getValueAsLong/Double by Osvaldo Pinali Doederlein · 7 years ago
  5. 43ab901 Merge branch '2.8' by Tatu Saloranta · 7 years ago
  6. 2da8d72 Fix #362 by Tatu Saloranta · 7 years ago
  7. f008130 Fix #306 by Tatu Saloranta · 7 years ago
  8. 7e57c55 One minor fix for `isNaN()` impl, must consider infinites too by Tatu Saloranta · 7 years ago
  9. ab9b00a Fix #314 by Tatu Saloranta · 7 years ago
  10. ecc374d Backport fix for #359 in 2.8 by Tatu Saloranta · 7 years ago
  11. 825ec45 #359 override writeStartObject(Object forValue) by Arnaud Roger · 7 years ago
  12. ddec51c ... by Tatu Saloranta · 7 years ago
  13. d3918a2 Minor fix to prevent adding "new" property for `JsonLocation` by Tatu Saloranta · 7 years ago
  14. ce193ae Fix #356 by Tatu Saloranta · 7 years ago
  15. 21a7542 Minor fix wrt #17: should not add `abstract` methods without default impl, causes unnecessary compatibility issues by Tatu Saloranta · 7 years ago
  16. 933f33c Minor changes wrt #17 to use recyclable buffers by Tatu Saloranta · 7 years ago
  17. 0711081 Merge pull request #353 from uhhhh2/master by Tatu Saloranta · 7 years ago
  18. 50a1450 Merge branch '2.8' by Tatu Saloranta · 7 years ago
  19. 67add8c Improvement for #349 by Tatu Saloranta · 7 years ago
  20. 9ad8103 Merge branch '2.8' by Tatu Saloranta · 7 years ago
  21. d3d830f Fixed #351 (improve error messaging wrt 2 gig limit for byte arrays) by Tatu Saloranta · 7 years ago
  22. 8cfd5a8 Merge branch '2.8' by Tatu Saloranta · 7 years ago
  23. 18e2b15 Merge branch '2.7' into 2.8 by Tatu Saloranta · 7 years ago
  24. e90e474 Fixed #354 by Tatu Saloranta · 7 years ago
  25. 4ba30eb Created a default writeString(reader, int) implementation that reports unsupported so that the new method doesn't have to be implemented in all formats right away. by Logan Widick · 7 years ago
  26. 78885dd Added error checking for null reader, and for not enough input from reader. Changed the name of a test case file. Added failure test cases for reading from null reader, and for reading too little. by Logan Widick · 7 years ago
  27. f975512 Added first draft of unit tests (copied from pre-existing string generation ones and adapted to use Writers instead of Strings). by Logan Widick · 7 years ago
  28. 5497073 Added proposed fix for Issue #17 by Logan Widick · 7 years ago
  29. 2e1f193 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  30. 4616602 Merge pull request #322 from asoldano/max-error-message-size by Tatu Saloranta · 8 years ago
  31. 0c14032 Issue #340 WriterBasedJsonGenerator - added final to protected methods by Rafal Foltynski · 8 years ago
  32. 335ec25 Fixes #340 by Rafal Foltynski · 8 years ago
  33. 1656a11 Merge branch 'master' of github.com:FasterXML/jackson-core by Tatu Saloranta · 8 years ago
  34. 1fa0a70 ... by Tatu Saloranta · 8 years ago
  35. eb41b10 Update Javadoc to reflect that USE_THREAD_LOCAL_FOR_BUFFER_RECYCLING is enabled by default by David Andrews · 8 years ago
  36. aba2ad6 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  37. 7c3e56b Fixed #335 by Tatu Saloranta · 8 years ago
  38. 489becb add tests for #330 by Tatu Saloranta · 8 years ago
  39. 5370412 Moar test coverage, now 74%/66%, similar to jackson-databind's by Tatu Saloranta · 8 years ago
  40. db156a9 more testing of UTF8Writer by Tatu Saloranta · 8 years ago
  41. 42e0aff fix a minor regression wrt DataInput-backed parser, eof detection by Tatu Saloranta · 8 years ago
  42. 56c2ad0 Fix #325 by Tatu Saloranta · 8 years ago
  43. b6846ee Update release notes by Tatu Saloranta · 8 years ago
  44. 766089d bit of refactoring by Tatu Saloranta · 8 years ago
  45. a778f95 Boost up test coverage a bit by Tatu Saloranta · 8 years ago
  46. 3170a46 Merge branch 'master' of github.com:FasterXML/jackson-core by Tatu Saloranta · 8 years ago
  47. 1ac5725 Merge branch '2.8' by Tatu Saloranta · 8 years ago
  48. f98ea1b Merge pull request #312 from AlexYursha/master by Tatu Saloranta · 8 years ago
  49. d7a6f6c Add JsonParser feature to ignore a trailing comma (fixes #118, #323) by Bradley Hess · 8 years ago
  50. 933a46b prepare for 2.8.4 by Tatu Saloranta · 8 years ago
  51. 7d9be7d Fixing ReaderBasedJsonParser too and adding testcase by Alessio Soldano · 8 years ago
  52. d4d596e Trim tokens in error messages to 256 byte to prevent attacks by Alessio Soldano · 8 years ago
  53. 11151c5 fix fat-fingered char by Tatu Saloranta · 8 years ago
  54. 06f401c add a note on when SEPARATOR was added in JsonPointer by Tatu Saloranta · 8 years ago
  55. f35f7d7 Migrate away from a magic slash to a constant. by Dave Jarvis · 8 years ago
  56. fa64390 Fix #318 by Tatu Saloranta · 8 years ago
  57. bee7c26 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  58. 345cad5 Fix #317 by Tatu Saloranta · 8 years ago
  59. a619494 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  60. 9664297 Fix #315 by Tatu Saloranta · 8 years ago
  61. 612f2f7 ... by Tatu Saloranta · 8 years ago
  62. 71d2a01 Add possibility to clear location information from parser error messages for security-sensitive applications by Alex Yursha · 8 years ago
  63. 5c48d5f Merge branch '2.7' by Tatu Saloranta · 8 years ago
  64. 956e0ce Fix a small regression with earlier fix, wrt `writeRaw()` by Tatu Saloranta · 8 years ago
  65. 9501961 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  66. 554f8db Fix #307 by Tatu Saloranta · 8 years ago
  67. c98ffa4 minor renaming by Tatu Saloranta · 8 years ago
  68. 12cea03 minor streamlining for error reporting for "can't write value except name" case by Tatu Saloranta · 8 years ago
  69. ca82e12 Fix incorrect type referenced in javadoc of JsonParser by Fabian Lange · 8 years ago
  70. 54406c6 clean up by Tatu Saloranta · 8 years ago
  71. bca72a5 more test improvements for coverage, number output by Tatu Saloranta · 8 years ago
  72. e43ecc2 minor int/long write perf improvement by Tatu Saloranta · 8 years ago
  73. 5b50cd5 minor number output refactoring by Tatu Saloranta · 8 years ago
  74. 9943779 minor cleanup by Tatu Saloranta · 8 years ago
  75. 9dcd38b Minor performance improvent for `int`/`long` encoding in `NumberOutput` by Tatu Saloranta · 8 years ago
  76. 833de41 JsonFactory optimization by happyelf · 8 years ago
  77. cd5b6ff a small set of other FindBugs warnings cleanup; no actual issues found, 97 false warnings remain by Tatu Saloranta · 8 years ago
  78. d0172cd Merge branch '2.7' by Tatu Saloranta · 8 years ago
  79. e962fb9 Cleaning up a few FindBugs reported minor issues. by Tatu Saloranta · 8 years ago
  80. 0d8b14d Rewrite of #296: require setting during construction to enable "check for existing current token" by Tatu Saloranta · 8 years ago
  81. e052c31 Fix #296 by Tatu Saloranta · 8 years ago
  82. 4601785 ... and add the `writeFieldId()` method actually by Tatu Saloranta · 8 years ago
  83. 92245d9 ... by Tatu Saloranta · 8 years ago
  84. 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
  85. 0ed7e34 ... by Tatu Saloranta · 8 years ago
  86. fd5ca3b Add part of #136 by Tatu Saloranta · 8 years ago
  87. 63fd0ab Minor refactoring: make quote character configurable at generator level; not exposed via API yet by Tatu Saloranta · 8 years ago
  88. 98f8444 Fix #281 by Tatu Saloranta · 8 years ago
  89. d980ba3 Merge branch 'master' of github.com:FasterXML/jackson-core by Tatu Saloranta · 8 years ago
  90. e5ded10 Fix #290: Add `JsonGenerator.canWriteFormattedNumbers()` for introspection by Tatu Saloranta · 8 years ago
  91. cfb0866 add notes wrt deferred impl of writing type ids by Tatu Saloranta · 8 years ago
  92. 5f17592 Implement last part of #277 for JSON backend (still need to add to smile/cbor/protobuf) by Tatu Saloranta · 8 years ago
  93. 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
  94. b13bde6 minor reworking of #285, add release notes by Tatu Saloranta · 8 years ago
  95. ca17d2f issue #15 - readtext in jsonparser by LokeshN · 8 years ago
  96. 83ea1d5 Further fixes based on more tests for DataInput source by Tatu Saloranta · 8 years ago
  97. 20fa9e7 fixes to DataInput, number parsing by Tatu Saloranta · 8 years ago
  98. 69b6879 Yet more testing (comments, non-standard features) for DataInput, minor parsing fixes for the same by Tatu Saloranta · 8 years ago
  99. ce450f2 further testing improvements, fixes, for DataInput source by Tatu Saloranta · 8 years ago
  100. 0609bab fixes to comment handling of DataInput source by Tatu Saloranta · 8 years ago