1. 2c2aa92 prepare for 2.9.3 by Tatu Saloranta · 7 years ago
  2. a530a0a remove one `final` from `BufferRecycler` that should have been removed earlier by Tatu Saloranta · 7 years ago
  3. c4e9622 Merge branch '2.8' into 2.9 by Tatu Saloranta · 7 years ago
  4. 144ba1f Backport #418 fix to 2.8 by Tatu Saloranta · 7 years ago
  5. 638f63c [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 7 years ago
  6. 97c1ebe [maven-release-plugin] prepare release jackson-core-2.9.2 by Tatu Saloranta · 7 years ago
  7. 98c2972 Prepare for 2.9.2 by Tatu Saloranta · 7 years ago
  8. e0780ca Minor refactoring wrt #400 to make it easier to override behavior by Tatu Saloranta · 7 years ago
  9. 3756448 Update pom to use new parent, try to streamline handling by Tatu Saloranta · 7 years ago
  10. 43a6ad7 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 7 years ago
  11. 9c68e98 [maven-release-plugin] prepare release jackson-core-2.9.1 by Tatu Saloranta · 7 years ago
  12. afbbc81 prepare for 2.9.1 by Tatu Saloranta · 7 years ago
  13. 8b6579f Fix #391 by Tatu Saloranta · 7 years ago
  14. 02a4a4c Fix #397 by Tatu Saloranta · 7 years ago
  15. 90b3d7e Add JDK9 `Automic-Module-Name` metadata in jar by Tatu Saloranta · 7 years ago
  16. 7a5f167 try to make jdk6 work on travis by Tatu Saloranta · 7 years ago
  17. c60d0b0 fix travis settings to use openjdk all the way by Tatu Saloranta · 7 years ago
  18. 444efa0 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 7 years ago
  19. 6ceac4a [maven-release-plugin] prepare release jackson-core-2.8.10 by Tatu Saloranta · 7 years ago
  20. 20daa08 ... by Tatu Saloranta · 7 years ago
  21. 666faa8 minor fix to parent pom to make project compile on java 9 (enforcer plugin failed) by Tatu Saloranta · 7 years ago
  22. 21c0282 Merge pull request #392 from TheRealHaui/add-tests by Tatu Saloranta · 7 years ago
  23. a2b0242 add-tests Added tests that cover previously uncovered logic. by Michael Hausegger · 7 years ago
  24. 99ebb63 add-tests Added tests that cover previously uncovered logic. by Michael Hausegger · 7 years ago
  25. dae22fb Merge pull request #390 from TheRealHaui/add-tests by Tatu Saloranta · 7 years ago
  26. ac4e14e add-tests Added tests that cover previously uncovered logic. by Michael Hausegger · 7 years ago
  27. 7d73a05 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 7 years ago
  28. 2a1a075 [maven-release-plugin] prepare release jackson-core-2.9.0 by Tatu Saloranta · 7 years ago
  29. e197d5e prepare for 2.9.0 by Tatu Saloranta · 7 years ago
  30. 7c548b9 Merge pull request #388 from TheRealHaui/test-previously-untested-logic by Tatu Saloranta · 7 years ago
  31. 70c58f0 update parent pom ref by Tatu Saloranta · 7 years ago
  32. ce227f0 test-previously-uncovered-logic Added new Unit Tests. by Michael Hausegger · 7 years ago
  33. 4715403 javadoc fix by Tatu Saloranta · 7 years ago
  34. a040334 tiny add: pass current value on relevant START_OBJECT writes by Tatu Saloranta · 7 years ago
  35. 0ce6480 Fix #242 by Tatu Saloranta · 7 years ago
  36. 102a23e minor javadoc fix for java8 validator by Tatu Saloranta · 7 years ago
  37. db953d4 more work on #242 by Tatu Saloranta · 7 years ago
  38. dee5344 one more prop for WritableTypeId by Tatu Saloranta · 7 years ago
  39. 973fc9e Start work on #242: add `WritableTypeId` by Tatu Saloranta · 7 years ago
  40. b747752 Merge pull request #385 from rfoltyns/fix/filtering_parser_end_marker_handling by Tatu Saloranta · 7 years ago
  41. 7db467d FilterParserDelegate - closing object token handling improved by Rafal Foltynski · 7 years ago
  42. 836024f [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 7 years ago
  43. ec87602 [maven-release-plugin] prepare release jackson-core-2.9.0.pr4 by Tatu Saloranta · 7 years ago
  44. e797e02 fix a minor problem with async, "yaml comments" by Tatu Saloranta · 7 years ago
  45. b310840 Merge branch '2.8' by Tatu Saloranta · 7 years ago
  46. 5bf9013 [maven-release-plugin] prepare for next development iteration by Tatu Saloranta · 7 years ago
  47. 4d1c109 [maven-release-plugin] prepare release jackson-core-2.8.9 by Tatu Saloranta · 7 years ago
  48. e5a1908 prepare for 2.8.9 by Tatu Saloranta · 7 years ago
  49. 98f3fe6 Fixed minor issues with comment decoding with async parser by Tatu Saloranta · 7 years ago
  50. 2310454 Start adding support for async decoding of comments by Tatu Saloranta · 7 years ago
  51. 77b54af add UTF-8 bom handling for async/non-blocking by Tatu Saloranta · 7 years ago
  52. 7715768 prepare for 2.9.0.pr4 by Tatu Saloranta · 7 years ago
  53. 88757c9 ... by Tatu Saloranta · 7 years ago
  54. 59a27bf Fix handling of not-a-numbers for non-blocking parser by Tatu Saloranta · 7 years ago
  55. 2148628 Fixed non-blocking handling of missing-value/trailing-comma to work same as blocking by Tatu Saloranta · 7 years ago
  56. 199cc5f Update release notes wrt 208 by Tatu Saloranta · 7 years ago
  57. f4548a5 Merge pull request #380 from rfoltyns/feature/filtering_parser_match_count by Tatu Saloranta · 7 years ago
  58. 2bd3882 Yet more testing, minor fixes by Tatu Saloranta · 7 years ago
  59. 2842a45 further parsing fixes for async, scientific-notation doubles by Tatu Saloranta · 7 years ago
  60. 73a8042 More async testing, for non-std "json" features by Tatu Saloranta · 7 years ago
  61. 84518fc Fix one remaining prob with leading-zero handling; now passes. by Tatu Saloranta · 7 years ago
  62. 90415e7 Trying to fix number decoding by Tatu Saloranta · 7 years ago
  63. 03e53a6 further fixes for async: now apos-quoted names/values, unquoted names work by Tatu Saloranta · 7 years ago
  64. 6feec20 Fix #208: FilteringParserDelegate match count support by Rafal Foltynski · 7 years ago
  65. 74564bf Fix issues with optional leading-zeroes handling for non-blocking by Tatu Saloranta · 7 years ago
  66. 42e0d25 Update release notes wrt #330 by Tatu Saloranta · 7 years ago
  67. b9c26cc Merge pull request #381 from rfoltyns/fix/filtering_parser_end_marker_missing by Tatu Saloranta · 7 years ago
  68. ceaa754 First working implentation of non-blocking/async parsing, #57 -- not complete wrt non-standard features, but functional by Tatu Saloranta · 7 years ago
  69. 1415e9d #330 FilteringParserDelegate - missing end marker handling fixed by Rafal Foltynski · 7 years ago
  70. 806fb2d bit of test refactoring by Tatu Saloranta · 7 years ago
  71. 5024910 Fix issues in utf-8 decoding as per tests by Tatu Saloranta · 7 years ago
  72. 968fd4d Fix base64/binary access by Tatu Saloranta · 7 years ago
  73. 39ceace Merge branch '2.8' by Tatu Saloranta · 7 years ago
  74. cc1a84a Fix #382 as per Wil's suggestion, tests by Tatu Saloranta · 7 years ago
  75. d2659dc More work on async parsing: now handles String values with escapes, utf-8 split codepoints. by Tatu Saloranta · 7 years ago
  76. 89986a8 More testing for non-blocking parser by Tatu Saloranta · 7 years ago
  77. 5a6c8a5 Fix name escape handling, test. Should now work completely. Next: string values. by Tatu Saloranta · 7 years ago
  78. 6f2d1ff improve handling of `failing` tests (was not allowing sub-packages) by Tatu Saloranta · 7 years ago
  79. 1b17534 complete async floating-point number parsing by Tatu Saloranta · 7 years ago
  80. b5697d5 bit more testing by Tatu Saloranta · 7 years ago
  81. e9a53da ... by Tatu Saloranta · 7 years ago
  82. e206085 yet more work on non-blocking parser by Tatu Saloranta · 7 years ago
  83. aa804c3 more work on async field name decoding by Tatu Saloranta · 7 years ago
  84. 8be9b70 bit more work on async/non-blocking parsing, prevent test failures on master by Tatu Saloranta · 7 years ago
  85. 09298ed add failing (for now) async tests by Tatu Saloranta · 7 years ago
  86. 8dd48a6 yet more incremental work on non-blocking parser by Tatu Saloranta · 7 years ago
  87. 0f927ed ... by Tatu Saloranta · 7 years ago
  88. 4ed6f92 Undo fix for #330 due to regression in other areas (need more tests) by Tatu Saloranta · 7 years ago
  89. d91d14d int/long decoding now works by Tatu Saloranta · 7 years ago
  90. 892e6ee work on int decoding for async parser by Tatu Saloranta · 7 years ago
  91. c66d62b ... by Tatu Saloranta · 7 years ago
  92. d821ef7 Fixes to async parsing of simple tokens (handling of end-of-input) by Tatu Saloranta · 7 years ago
  93. 6f00af8 more twiddling with number decoding by Tatu Saloranta · 7 years ago
  94. f843bf2 Minor tweaking of number parsing by Tatu Saloranta · 7 years ago
  95. 9bf559d ... by Tatu Saloranta · 7 years ago
  96. ca4578f ... by Tatu Saloranta · 7 years ago
  97. 0728d42 more work for non-blocking by Tatu Saloranta · 7 years ago
  98. ac05283 Merge branch 'master' of github.com:FasterXML/jackson-core by Tatu Saloranta · 7 years ago
  99. 955e5c2 More work on async parsing by Tatu Saloranta · 7 years ago
  100. 96faf2e Fix #330 by Tatu Saloranta · 7 years ago