1. 0c407f6 Some more fixes to move to jakarta namespace by Jean-Louis Monteiro · 1 year, 4 months ago
  2. 61467e8 import ordering issue after javax to jakarta switch by Jean-Louis Monteiro · 1 year, 4 months ago
  3. b1e4731 Some small other transitions to jakarta namespace by Jean-Louis Monteiro · 1 year, 4 months ago
  4. ff608b4 We don't need java 8 anymore by Jean-Louis Monteiro · 1 year, 4 months ago
  5. 7338430 First javax to jakarta migration in code and dependencies by Jean-Louis Monteiro · 1 year, 4 months ago
  6. b25243b [JOHNZON-390] ensure jsonb creator/constructor parameters respect naming strategy by Romain Manni-Bucau · 1 year, 5 months ago
  7. 039fe14 update maven plugins (#96) by Samael · 1 year, 6 months ago
  8. e741815 fixes for Javadoc errors and some warnings (#95) by Samael · 1 year, 6 months ago
  9. 514250a make build reproducible (#93) by Hervé Boutemy · 1 year, 6 months ago
  10. e8c504f Merge pull request #94 from SingingBush/github_actions by Romain Manni-Bucau · 1 year, 7 months ago
  11. b707cff changes as per PR comments by singingbush · 1 year, 7 months ago
  12. 0c123b0 changes as per PR comments by singingbush · 1 year, 7 months ago
  13. 017dae0 adopt version for JDK 1.8 should be '8' by singingbush · 1 year, 7 months ago
  14. a25349d add github action by Samael · 1 year, 7 months ago
  15. b550cb2 [maven-release-plugin] prepare for next development iteration by Romain Manni-Bucau · 1 year, 9 months ago
  16. a438327 [maven-release-plugin] prepare release v1.2.19 by Romain Manni-Bucau · 1 year, 9 months ago v1.2.19
  17. 10444f1 [JOHNZON-387] basic support of enums in PojoGenerator by Romain Manni-Bucau · 1 year, 9 months ago
  18. 5f3aa3f reverting version after rolling back the release by Romain Manni-Bucau · 1 year, 9 months ago
  19. 645fa23 fixing all args constructor, fluent setter indentation+returned type for pojo generator by Romain Manni-Bucau · 1 year, 9 months ago
  20. c8a5830 [maven-release-plugin] prepare for next development iteration by Romain Manni-Bucau · 1 year, 9 months ago
  21. 542f249 [maven-release-plugin] prepare release v1.2.19 by Romain Manni-Bucau · 1 year, 9 months ago
  22. 4a5fdee adding JSON-Schema to onEnum callback by Romain Manni-Bucau · 1 year, 9 months ago
  23. 9c9814d ensure JsonbProperty is imported when enums use it by Romain Manni-Bucau · 1 year, 9 months ago
  24. 60ba23c PojoGenerator extension point before declaration by Romain Manni-Bucau · 1 year, 9 months ago
  25. f4d074b [JOHNZON-387] inject more data in afterEnumName to avoid subclasses to recompute it by Romain Manni-Bucau · 1 year, 9 months ago
  26. c985588 [JOHNZON-387] expose toJavaName to subclasses in PojoGenerator by Romain Manni-Bucau · 1 year, 9 months ago
  27. ca39ffc [JOHNZON-387] enum extension points in PojoGenerator by Romain Manni-Bucau · 1 year, 9 months ago
  28. 1976453 ensure sub pojogenerators can have the schema they relate to by Romain Manni-Bucau · 1 year, 9 months ago
  29. cfdf37a Expose PojoGenerator#Attribute attributesfields to subclasses by Romain Manni-Bucau · 1 year, 9 months ago
  30. dde6cd7 fixing field name in PojoGenerator (starting uppercase) by Romain Manni-Bucau · 1 year, 9 months ago
  31. 62dbff7 try to have more java friendly names in PojoGenerator - bad completion by Romain Manni-Bucau · 1 year, 9 months ago
  32. 544311a try to have more java friendly names in PojoGenerator by Romain Manni-Bucau · 1 year, 9 months ago
  33. af7a399 adding enum to reserved words for pojo generator and being stricter on forbidden starting chars for fields by Romain Manni-Bucau · 1 year, 9 months ago
  34. f908ae5 [JOHNZON-387] ensure ref has enclosing name - wrong param order by Romain Manni-Bucau · 1 year, 9 months ago
  35. e70c27e [JOHNZON-387] ensure ref has enclosing name by Romain Manni-Bucau · 1 year, 9 months ago
  36. 2dfde39 adding int64 and int32 format support by Romain Manni-Bucau · 1 year, 9 months ago
  37. e6316ce [JOHNZON-387] better modelisation of ref in pojo generator by Romain Manni-Bucau · 1 year, 9 months ago
  38. 58fd208 [JOHNZON-387] fixing ref name in jsonschema by Romain Manni-Bucau · 1 year, 9 months ago
  39. 7295128 adding default to reserved keywords by Romain Manni-Bucau · 1 year, 9 months ago
  40. 5ca42f7 [JOHNZON-387] basic jsonschema to pojo generation logic by Romain Manni-Bucau · 1 year, 9 months ago
  41. 87fd97f fixing too much exception wrapping test and impl by Romain Manni-Bucau · 1 year, 9 months ago
  42. f655ae3 checkstyle fix by Romain Manni-Bucau · 1 year, 10 months ago
  43. a6ae280 Merge pull request #92 from bmarwell/JOHNZON-386_inherited_jsonbadapter by Romain Manni-Bucau · 1 year, 10 months ago
  44. 6b10628 [JOHNZON-386] Make JsonbAdapter inheritable by Benjamin Marwell · 1 year, 10 months ago
  45. c2bf694 adding a test showing the PR review comment and why current exception handling is not yet release ready by Romain Manni-Bucau · 2 years ago
  46. 877fe13 Merge pull request #91 from dblevins/exception-message-improvements by Romain Manni-Bucau · 2 years ago
  47. f6e918a Prevent recursive wrapping by David Blevins · 2 years ago
  48. befd7f5 Add Wildcard and GenericArray handling to ExceptionMessages.simpleName by David Blevins · 2 years ago
  49. 62fc234 support jakarta classifier for jsonlogic module by Romain Manni-Bucau · 2 years ago
  50. 3621f9b JOHNZON-370 Deserialization Exception message tests for Mapper API by David Blevins · 2 years ago
  51. 5e38eda Use ExceptionAsserts by David Blevins · 2 years ago
  52. 95e8b23 JOHNZON-378 JsonbCreator constructor and factory method exceptions tests by David Blevins · 2 years ago
  53. 014889d JOHNZON-379 & JOHNZON-380 Jsonb{De}Serializer methods and constructor by David Blevins · 2 years ago
  54. b0b10cb JOHNZON-377 Jsonb bean getter and constructor exception tests by David Blevins · 2 years ago
  55. d8bb51e JOHNZON-377 Jsonb bean setter user exceptions test by David Blevins · 2 years ago
  56. 550bbb1 JOHNZON-381 JsonbAdapter methods and constructor exceptions tests by David Blevins · 2 years ago
  57. 19fa465 JOHNZON-375 Mapper API Converter methods and constructor exceptions tests by David Blevins · 2 years ago
  58. e49def4 JOHNZON-374 Mapper API Adapter method exception tests by David Blevins · 2 years ago
  59. 9a0f70a JOHNZON-382 Diagnose and guide users on invalid bean constructors by David Blevins · 2 years ago
  60. 21fd9dd JOHNZON-376 Mapper API Bean getter user exceptions tests by David Blevins · 2 years ago
  61. c797e13 JOHNZON-376 Mapper API Bean setter user exceptions tests by David Blevins · 2 years ago
  62. 0f6c80e Add final to static-utility class by David Blevins · 2 years ago
  63. e743eed JOHNZON-371 NullPointerException thrown when null value present in primitive arrays by David Blevins · 2 years ago
  64. 1160388 Test cases for all primitive arrays show handling as-is by David Blevins · 2 years ago
  65. 2312ec8 Align wording in "Can't map JSON Object" exception with other exceptions by David Blevins · 2 years ago
  66. c7b6ce5 JOHNZON-372 Entire json value serialized in exception by David Blevins · 2 years ago
  67. 7044197 JOHNZON-372 Entire json value serialized in exception by David Blevins · 2 years ago
  68. 7d43052 JOHNZON-372 Entire json value serialized in exception by David Blevins · 2 years ago
  69. fd91756 JOHNZON-370 Include class, property, type and json value in mapping exceptions by David Blevins · 2 years ago
  70. ee3fc2f Merge branch 'master' of github.com:apache/johnzon into exception-messages by David Blevins · 2 years ago
  71. 3250243 Catalog of deserialization error messages as they are now by David Blevins · 2 years ago
  72. 125b005 [maven-release-plugin] prepare for next development iteration by Mark Struberg · 2 years ago
  73. 01919f9 [maven-release-plugin] prepare release v1.2.18 by Mark Struberg · 2 years ago v1.2.18
  74. cc3a511 ensure johnzon-core is not used in mapper/jsonb + minor fixed on Snippet buffering by Romain Manni-Bucau · 2 years ago
  75. 133273d Merge pull request #84 from dblevins/improved-exception-message by Romain Manni-Bucau · 2 years ago
  76. ab20eea fix the johnzon-core dependency in mapper/jsonb module + use BoundedOutputStreamWriter in Snippet by Romain Manni-Bucau · 2 years ago
  77. d5d0fc7 JOHNZON-367 Incorporate PR feedback by David Blevins · 2 years ago
  78. 076c610 Merge branch 'master' of github.com:apache/johnzon into improved-exception-message by David Blevins · 2 years ago
  79. dbe6a0d rename Buffered to IODescriptor by Romain Manni-Bucau · 2 years ago
  80. 2ab67a9 rebase by Romain Manni-Bucau · 2 years ago
  81. 4dd7763 JOHNZON-367 Reduce calls to flush() to the bare minimum by David Blevins · 2 years ago
  82. 4f24814 JOHNZON-367 Allow true, false and null json constants to be trimmed by David Blevins · 2 years ago
  83. 391025c JOHNZON-367 Fix Snippet buffering issues and expand tests by David Blevins · 2 years ago
  84. 9051921 JOHNZON-367 Tests that johnzon.snippetMaxLength works as expected by David Blevins · 2 years ago
  85. 6589e67 JOHNZON-367 Allow Snippet size to be configurable (via @rmannibucau) by David Blevins · 2 years ago
  86. 2a8d3f2 JOHNZON-367 Snippet accepts a JsonGeneratorFactory and is reusable by David Blevins · 2 years ago
  87. 01c1eeb JOHNZON-367 Show a chunk of json when mapping the object fails by David Blevins · 2 years ago
  88. 6571c77 [JOHNZON-369] adding org.apache.johnzon.boundedoutputstreamwriter support by Romain Manni-Bucau · 2 years ago
  89. a20a8e5 [JOHNZON-368] ensure JsonGeneratorFactory respects the configured encoding by Romain Manni-Bucau · 2 years ago
  90. bc8b05e JOHNZON-367 Optimize buffering when new Buffered interface is supported by David Blevins · 2 years ago
  91. ddd0f24 JOHNZON-367 Reduce calls to flush() to the bare minimum by David Blevins · 2 years ago
  92. fb227bd JOHNZON-367 Allow true, false and null json constants to be trimmed by David Blevins · 2 years ago
  93. b008806 upgrading to junit 4.13.1 by Romain Manni-Bucau · 2 years ago
  94. 8cb5377 simplifying some mappe dependencies, no main code change by Romain Manni-Bucau · 2 years ago
  95. 77936bb JOHNZON-367 Fix Snippet buffering issues and expand tests by David Blevins · 2 years ago
  96. 0419691 JOHNZON-367 Tests that johnzon.snippetMaxLength works as expected by David Blevins · 2 years ago
  97. 2ac98b7 JOHNZON-367 Allow Snippet size to be configurable (via @rmannibucau) by David Blevins · 2 years ago
  98. 3924932 JOHNZON-367 Snippet accepts a JsonGeneratorFactory and is reusable by David Blevins · 2 years ago
  99. 18d94b8 JOHNZON-367 Show a chunk of json when mapping the object fails by David Blevins · 2 years ago
  100. b8fc163 [maven-release-plugin] prepare for next development iteration by Mark Struberg · 2 years, 1 month ago