1. 49a44c9 ugrade to 1.3.1 and update changelog by Steve Hu · 5 months ago upstream/1.3.1
  2. 9c95c06 Add annotation support refactor keywords to use annotations implement output formats (#942) by Justin Tay · 5 months ago
  3. e95642c upgrade to 1.3.0 and update changelog by Steve Hu · 5 months ago upstream/1.3.0
  4. b76c9f4 fixes #933 update javadoc and a test case (#934) by Steve Hu · 5 months ago
  5. 7f1ec11 Support Draft 2020-12 and refactor schema retrieval (#931) by Justin Tay · 5 months ago
  6. f3825f3 Fix getSchema() anchor fragment lookup. (#930) by Crutcher Dunnavant · 5 months ago
  7. 44b1ec5 Upgrade ITU library to version 1.8 (#929) by Morten Haraldsen · 5 months ago
  8. 747b47f update changelog for a typo by Steve Hu · 5 months ago
  9. 85f112a upgrade to 1.2.0 and update changelog by Steve Hu · 5 months ago upstream/1.2.0
  10. 9b73d10 Support schema resource (#922) by Justin Tay · 5 months ago
  11. 5a94df7 Refactor of paths (#915) by Justin Tay · 5 months ago
  12. 5dd0be3 Basic test on URI create to improve coverage (#923) by pradoshtnair · 5 months ago
  13. 48ca8c3 Refactor validation message generation (#910) by Justin Tay · 5 months ago
  14. 0aaa967 Update docs on CollectorContext (#913) by Justin Tay · 6 months ago
  15. 0c14a7a upgrade to 1.1.0 and update changelog by Steve Hu · 6 months ago upstream/1.1.0
  16. 5535107 downgrade logback to 1.3.14 for JDK 8 compatibility (#912) by Justin Tay · 6 months ago
  17. b818d54 upgrade to 1.0.88 and update changelog by Steve Hu · 6 months ago
  18. b138dc6 665: Can't load JSON schemas with URN value in id field (#906) by Martin Sladecek · 6 months ago upstream/1.0.88
  19. 97b4cba upgrade logback to 1.4.14 by Steve Hu · 6 months ago
  20. b33561f Refactor to remove ThreadLocal usage (#896) by Justin Tay · 6 months ago
  21. 2971b79 upgrade slf4j to 2.0.9 by Steve Hu · 7 months ago
  22. 2f611ed compile configuration is depricated (#900) by Saurav Kumar · 7 months ago
  23. 84f613e Escape single quotes in validation messages (#898) (#899) by Steven Dürrenmatt · 7 months ago
  24. 0924dfe Fix JDK regex support (#888) by Stephan Schroevers · 7 months ago
  25. 9ed6dc2 fix: make JsonSchemaFactory more thread-safe #891 (#892) by Marie Payne · 7 months ago
  26. 92141e3 Adapt collector context documentation (#876) by Holger Partsch · 7 months ago
  27. 20a179f Added test cases for not allowed validator, Handled invalid keyword test case for recurisve reference and empty array case for prefixItems validator (#890) by Ketul Patel · 7 months ago
  28. e86c817 Fix pl_PL message translations (#887) by Bartosz Rempuszewski · 8 months ago
  29. 181f88a Fix invalid class passed to getLogger (#886) by Bartosz Rempuszewski · 8 months ago
  30. 9ece704 upgrade jackson to 2.15.3 by Steve Hu · 8 months ago
  31. f03a306 docs: clarify commons-lang3 exclusion only required for 1.0.81 and older (#883) by Jonas Gröger · 8 months ago
  32. b041fcc Fix identation in example in walkers.md (#866) by Bertrand Paquet · 9 months ago
  33. b8a008e Revert "Bump io.undertow:undertow-core from 2.2.25.Final to 2.3.5.Final (#858)" (#863) by Florent Biville · 9 months ago
  34. 01a7da2 Bump io.undertow:undertow-core from 2.2.25.Final to 2.3.5.Final (#858) by dependabot[bot] · 9 months ago
  35. b634de7 upgrade to 1.0.87 and update changelog by Steve Hu · 9 months ago upstream/1.0.87
  36. 185b456 java doc update by Steve Hu · 9 months ago
  37. 21a6143 New resource bundle languages added for issue #844 (#852) by channaveer1 · 10 months ago
  38. 3ff32ee Use correct namespace URI to pass XML validation (#837) by jbliznak · 11 months ago
  39. 520d997 upgrade to 1.0.86 and update changelog by Steve Hu · 12 months ago upstream/1.0.86
  40. 5703036 Adds support for $recursiveAnchor and $recursiveRef (#835) by fdutton · 12 months ago
  41. 4d51a58 Stops unevaluatedProperties and unevaluatedItems being applied recursively (#827) by aznan2 · 12 months ago
  42. b1572db Always normalize uri keys of JsonSchemaFactory.jsonMetaSchemas on both read and write. (#834) by Stacy W. Smith · 12 months ago
  43. 84a7137 fixes the version for 1.0.85 by Steve Hu · 12 months ago upstream/1.0.85
  44. a4c5135 upgrade 1.0.85 and update changelog by Steve Hu · 12 months ago
  45. d353623 Adds support for writeOnly (#823) by fdutton · 1 year ago
  46. 200d9e9 Reverts Undertow version to 2.2.25.Final (#819) by fdutton · 1 year ago
  47. 20ec058 upgrade to 1.0.84 and update changelog by Steve Hu · 1 year ago upstream/1.0.84
  48. c5d21a4 Ignores fail-fast when evaluating a member of an applicator (see https://json-schema.org/draft/2020-12/json-schema-core.html#name-applicators). (#816) by fdutton · 1 year ago
  49. ad3ff30 Corrects Java's failure to match an end anchor when immediately preceded by a quantifier. (#815) by fdutton · 1 year ago
  50. ac6ecd0 Adds support for walking if-then-else (#813) by fdutton · 1 year ago
  51. 9d78bf3 Ensures context is reset after validating regardless of which method is used by the client. (#812) by fdutton · 1 year ago
  52. efbb37e Adds support for walking dependentSchemas (#811) by fdutton · 1 year ago
  53. ad3fa5c Ignores siblings of $ref when dialect is Draft 4, 6 or 7 (#809) by fdutton · 1 year ago
  54. b88ccc7 Updates Jacoco configuration to ignore the embedded Apache code (#807) by fdutton · 1 year ago
  55. b2d6135 Simplifies how evaluated properties and array items are tracked (#790) by fdutton · 1 year ago
  56. 3c9d1d4 Enables unit-tests for refRemote validation (#806) by fdutton · 1 year ago
  57. 1f9e591 Corrects issue with deserializing JSON Schema Test Suite tests. (#805) by fdutton · 1 year ago
  58. ad795de Support config param to disable custom messages from schema (#801) by Rajat Anjne · 1 year ago
  59. bf1bf01 fixes #793 Updating jackson version to 2.15.2 (#796) by Steve Hu · 1 year, 1 month ago
  60. 4fcfc6a Supports fail-fast when a pattern does not match. (#795) by fdutton · 1 year, 1 month ago
  61. a4ce435 upgrade jackson to 2.15.1 by Steve Hu · 1 year, 1 month ago
  62. e9dea3b upgrade to 1.0.83 and update changelog by Steve Hu · 1 year, 1 month ago upstream/1.0.83
  63. 3810f30 fixes #788 update JsonSchema to fix the javadoc issues (#789) by Steve Hu · 1 year, 1 month ago
  64. aa9f164 Allows to override date-time and duration validators (#787) by Josejulio Martínez · 1 year, 1 month ago
  65. de1cb89 Allow walking of schema for items keyword when non-array node is provided (#786) by Rajat Anjne · 1 year, 1 month ago
  66. f09740a Resolves improper anchoring of patternProperties (#783) by fdutton · 1 year, 1 month ago
  67. 77cd232 Makes JsonSchemaFactory solely responsible for creating JsonSchema instances. (#781) by fdutton · 1 year, 1 month ago
  68. 3cf9bb6 Adds support for cross-draft validation (#779) by fdutton · 1 year, 1 month ago
  69. 1834353 Adds support for handling integer overflow (#777) by fdutton · 1 year, 1 month ago
  70. ba4b910 upgrade to 1.0.82 and update changelog by Steve Hu · 1 year, 1 month ago upstream/1.0.82
  71. 48a509b Adds support for validating idn-hostname and idn-email (#775) by fdutton · 1 year, 1 month ago
  72. 84d8546 Fix issue #769 - Add minContains / maxContains correct keywords (#773) by Valentin W · 1 year, 1 month ago
  73. 19011c3 Adds support for validating an IRI (#768) by fdutton · 1 year, 1 month ago
  74. cb7c53b Update README.md by Steve Hu · 1 year, 1 month ago
  75. d21140a Supports iri-reference format validation. (#766) by fdutton · 1 year, 1 month ago
  76. 1e81668 Supports uri-reference format. (#764) by fdutton · 1 year, 1 month ago
  77. d87c019 Supports relative-json-pointer validation. (#762) by fdutton · 1 year, 1 month ago
  78. e73d129 Enables validation of json-pointer formats (#760) by fdutton · 1 year, 1 month ago
  79. 69555e6 Adds support for validating uri-template formats (#758) by fdutton · 1 year, 1 month ago
  80. aaddd0d Bug fix for handling of common special characters when building paths (#750) (#757) by Costas Simatos · 1 year, 1 month ago
  81. 5b5a192 Bug fix for JSON Pointer parsing (#752) (#755) by Costas Simatos · 1 year, 1 month ago
  82. 2143b54 Resolves incomplete validation of unevaluatedProperties. (#754) by fdutton · 1 year, 1 month ago
  83. 8a4cffa #750 Escape double-quote in produced JSON Path expressions (#751) by Costas Simatos · 1 year, 1 month ago
  84. 98d540c Enables unit-tests for the unevaluatedItems keyword. (#749) by fdutton · 1 year, 1 month ago
  85. 1d674ad #686 Better localisation support (#743) by Costas Simatos · 1 year, 1 month ago
  86. 6382ac6 Updates LICENSE and NOTICE to comply with section 4d of the Apache License Version 2.0 (#741) by fdutton · 1 year, 2 months ago
  87. d8c1310 Enables unit-tests for ECMA 262 regular expressions. (#738) by fdutton · 1 year, 2 months ago
  88. 6a73316 Enables unit-tests for 'not' keyword (#735) by fdutton · 1 year, 2 months ago
  89. ec8b6e1 Updates tests from JSON Schema Test Suite (#733) by fdutton · 1 year, 2 months ago
  90. 0188052 upgrade to 1.0.81 and update changelog by Steve Hu · 1 year, 2 months ago upstream/1.0.81
  91. 262d3ee Improves performance (#731) by fdutton · 1 year, 2 months ago
  92. 86c6ac6 Removes need for network access when executing unit-tests (#730) by fdutton · 1 year, 2 months ago
  93. cff8961 Adds explicit Java module descriptor (#728) by Andres Almiray · 1 year, 2 months ago
  94. a3eccdf custom uri fetcher doc (#725) by michapojo · 1 year, 2 months ago
  95. 594479b update the contributors and sponsors by Steve Hu · 1 year, 2 months ago
  96. 284e952 Produces validation messages when oneOf has no valid schemas. (#720) by fdutton · 1 year, 2 months ago
  97. 6cea2ca upgrade to 1.0.80 and update changelog by Steve Hu · 1 year, 2 months ago upstream/1.0.80
  98. 7afdd3b fixes #709 throw the exception as it is (#717) by Steve Hu · 1 year, 2 months ago
  99. 3c93e45 update the comments only by Steve Hu · 1 year, 2 months ago
  100. 8107dfe Adds support for unevaluatedProperties that uses a non-boolean schema. (#716) by fdutton · 1 year, 2 months ago