1. 4601785 ... and add the `writeFieldId()` method actually by Tatu Saloranta · 8 years ago
  2. 92245d9 ... by Tatu Saloranta · 8 years ago
  3. 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
  4. 0ed7e34 ... by Tatu Saloranta · 8 years ago
  5. fd5ca3b Add part of #136 by Tatu Saloranta · 8 years ago
  6. 63fd0ab Minor refactoring: make quote character configurable at generator level; not exposed via API yet by Tatu Saloranta · 8 years ago
  7. 98f8444 Fix #281 by Tatu Saloranta · 8 years ago
  8. d980ba3 Merge branch 'master' of github.com:FasterXML/jackson-core by Tatu Saloranta · 8 years ago
  9. e5ded10 Fix #290: Add `JsonGenerator.canWriteFormattedNumbers()` for introspection by Tatu Saloranta · 8 years ago
  10. cfb0866 add notes wrt deferred impl of writing type ids by Tatu Saloranta · 8 years ago
  11. 5f17592 Implement last part of #277 for JSON backend (still need to add to smile/cbor/protobuf) by Tatu Saloranta · 8 years ago
  12. 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
  13. b13bde6 minor reworking of #285, add release notes by Tatu Saloranta · 8 years ago
  14. ca17d2f issue #15 - readtext in jsonparser by LokeshN · 8 years ago
  15. 780394c yet more testing by Tatu Saloranta · 8 years ago
  16. 83ea1d5 Further fixes based on more tests for DataInput source by Tatu Saloranta · 8 years ago
  17. 20fa9e7 fixes to DataInput, number parsing by Tatu Saloranta · 8 years ago
  18. 69b6879 Yet more testing (comments, non-standard features) for DataInput, minor parsing fixes for the same by Tatu Saloranta · 8 years ago
  19. ce450f2 further testing improvements, fixes, for DataInput source by Tatu Saloranta · 8 years ago
  20. 0609bab fixes to comment handling of DataInput source by Tatu Saloranta · 8 years ago
  21. 32b8402 more testing improvements by Tatu Saloranta · 8 years ago
  22. 155babc add utf-8 bom handling for DataInput parser by Tatu Saloranta · 8 years ago
  23. 5383db6 a fix to DataInput-backed parser by Tatu Saloranta · 8 years ago
  24. e872229 Test improvements by Tatu Saloranta · 8 years ago
  25. 93994e3 Add `JsonP by Tatu Saloranta · 8 years ago
  26. 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
  27. 193cef8 More testing for InputData-backed parser, getting better by Tatu Saloranta · 8 years ago
  28. 4ed519f improvements to DataInput handling by Tatu Saloranta · 8 years ago
  29. c1ea241 minor refactoring by Tatu Saloranta · 8 years ago
  30. d7cbb64 Bit more work on DataInput source, test refactoring by Tatu Saloranta · 8 years ago
  31. feee764 test refactoring by Tatu Saloranta · 8 years ago
  32. e0b105f Fix #282 by Tatu Saloranta · 8 years ago
  33. 5691a37 Add failing test for #282 by Tatu Saloranta · 8 years ago
  34. d1328b4 ... by Tatu Saloranta · 8 years ago
  35. bdc5c4e add skeletal `writeArray(int[])` method for 2.8 by Tatu Saloranta · 8 years ago
  36. 4e3ba47 Add work-in-progress parser version for reading from DataInput (not yet working) by Tatu Saloranta · 8 years ago
  37. 51e1f98 javadoc addition by Tatu Saloranta · 8 years ago
  38. 00a29c8 Backport #280 fix by Tatu Saloranta · 8 years ago
  39. 27aa8b8 FilteringGeneratorDelegate.writeUTF8String() should use delegate.writeUTF8String() by Tanguy Leroux · 8 years ago
  40. 38b3ef1 Fix #276 by Tatu Saloranta · 8 years ago
  41. 0472cd8 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  42. e3292f5 Add more testing for JDK serializability of exceptions by Tatu Saloranta · 8 years ago
  43. 80e8376 ... by Tatu Saloranta · 8 years ago
  44. 46fbbd3 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  45. d652a84 minor change: make JsonParseException serializable again by Tatu Saloranta · 8 years ago
  46. 6e3999e Additional streamlining for #86; need to ensure exception remains serializable by Tatu Saloranta · 8 years ago
  47. 2c33498 Merge pull request #259 from LokeshN/Issue86-branch1 by Tatu Saloranta · 8 years ago
  48. 13fc4c8 Issue 86 - Adding request payload to the JsonParseException by LokeshN · 8 years ago
  49. 0a5291f Issue 86 - Adding request payload to the JsonParseException by LokeshN · 8 years ago
  50. dd77594 Rename method to reflect that it is a variant of quoteAsString by Mikael Ståldal · 8 years ago
  51. b55cfc2 Merge branch 'master' into JsonStringEncoder-AllocationFree by Mikael Ståldal · 8 years ago
  52. a3f5f23 Fix Javadoc by Mikael Ståldal · 8 years ago
  53. 4f71679 Append result to supplied StringBuilder instead of returning it. by Mikael Ståldal · 8 years ago
  54. e9098c9 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  55. 1e262f6 remove finality of `getOutputContext()` by Tatu Saloranta · 8 years ago
  56. c53f316 Update release notes wrt #265 by Tatu Saloranta · 8 years ago
  57. a1a0282 Merge pull request #266 from mikaelstaldal/JsonStringEncoder-CharSequence by Tatu Saloranta · 8 years ago
  58. 56be180 minor test improvement by Tatu Saloranta · 8 years ago
  59. ca842af ... by Tatu Saloranta · 8 years ago
  60. 8a009d1 Merge pull request #267 from LokeshN/Issue117-branch by Tatu Saloranta · 8 years ago
  61. 27acdc6 Remove wrong comment by Mikael Ståldal · 8 years ago
  62. 531b450 Fix for issue 117 - Supports the missing values in an array by LokeshN · 8 years ago
  63. 3a04197 Rename CharSequence variant of JsonStringEncoder.quoteAsString by Mikael Ståldal · 8 years ago
  64. 3c6dcd6 CharSequence variant of JsonStringEncoder.quoteAsString by Mikael Ståldal · 8 years ago
  65. 27ad738 Issue 86 - Adding request payload to the JsonParseException by LokeshN · 8 years ago
  66. a4666af Issue 86 - Adding request payload to the JsonParseException by LokeshN · 8 years ago
  67. 42aeabf Issue 86 - Adding request payload to the JsonParseException by Lokesh N · 8 years ago
  68. 4709c6a minor cleanup related to `JsonParser.finishToken()` (add no-op default impl) by Tatu Saloranta · 8 years ago
  69. bf9a490 Fix #254: Add `JsonParser.finishToken()` to force full, non-lazy reading of current token by Tatu Saloranta · 8 years ago
  70. 4bace84 Fix botched merge by Tatu Saloranta · 8 years ago
  71. ecf088c Fix #209 by Tatu Saloranta · 8 years ago
  72. 21ee449 Merge branch 'branch-issue209' of https://github.com/LokeshN/jackson-core into LokeshN-branch-issue209 by Tatu Saloranta · 8 years ago
  73. 38e03e6 Fix #257 by Tatu Saloranta · 8 years ago
  74. fd32772 Fix for issue 209 - make use of _allowMultipleMatches FilterParsingDelegate by LokeshN · 8 years ago
  75. 27001ed Issue86 - Adding request body to the JsonParseException by LokeshN · 8 years ago
  76. 8244a56 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  77. c326379 Minor fix to potential loss of current value object during parsing by Tatu Saloranta · 8 years ago
  78. f55df17 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  79. 0524e89 Merge branch '2.6' into 2.7 by Tatu Saloranta · 8 years ago
  80. 110c1a1 Merge branch '2.5' into 2.6 by Tatu Saloranta · 8 years ago
  81. 25e7dd0 Add `Version.isUnknownVersion()` by Tatu Saloranta · 8 years ago
  82. 3c2c961 Fix #255 by Tatu Saloranta · 8 years ago
  83. 383f632 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  84. 526b46d ... by Tatu Saloranta · 8 years ago
  85. e50aaad Merge pull request #253 from gcxRun/EmbeddedObject#243 by Tatu Saloranta · 8 years ago
  86. c33fcb8 Merge branch '2.7' by Tatu Saloranta · 8 years ago
  87. d58d420 Fix #246 by Tatu Saloranta · 8 years ago
  88. 858568c JsonGenerator - support passing opaque datatypes Fixes #243 by greg · 8 years ago
  89. b82ae56 Minor cleanup for `ObjectCodec` by Tatu Saloranta · 8 years ago
  90. 58088f4 prepare for 2.7.1 by Tatu Saloranta · 8 years ago
  91. b9a86aa minor cleanup by Tatu Saloranta · 9 years ago
  92. b52647c ... by Tatu Saloranta · 9 years ago
  93. 4b32979 Merge pull request #249 from sammyhk/master by Tatu Saloranta · 9 years ago
  94. ba50df6 Merge branch '2.6' by Tatu Saloranta · 9 years ago
  95. 1fb1e27 Fixed #248 by Tatu Saloranta · 9 years ago
  96. 18ad3bc #248 - fix VerisonUti.versionFor() unintended to return null instead of Version.unknownVersion() after commit 88c296c67391f6dea4c1581caa82d801c5d94535 by Sammy Chu · 9 years ago
  97. a981a11 Add base impl of getBinaryValue(Base64Variant) by Tatu Saloranta · 9 years ago
  98. a7168c6 minor javadoc fix by Tatu Saloranta · 9 years ago
  99. 17498b8 Merge branch '2.6' by Tatu Saloranta · 9 years ago
  100. d302ae0 Add deprecation markers for parse, generation exception constructors obsoleted in 2.6 by Tatu Saloranta · 9 years ago