1. df257a7 Merge pull request #254 from apache/dependabot/maven/org.junit.jupiter-junit-jupiter-6.1.3 by Thomas Andraschko · 4 days ago master
  2. c3f10b9 Bump org.junit.jupiter:junit-jupiter from 6.1.2 to 6.1.3 by dependabot[bot] · 11 days ago
  3. 83c972d Bump org.apache.felix:maven-bundle-plugin from 6.0.2 to 6.1.0 (#252) by dependabot[bot] · 12 days ago
  4. 2250755 Bump version.owb from 4.0.3 to 4.1.1 (#253) by dependabot[bot] · 12 days ago
  5. 29b7fb4 Update README by Markus Jung · 2 weeks ago
  6. 969d986 Update README by Markus Jung · 2 weeks ago
  7. d708c4c Merge branch 'bval-4.x' by Markus Jung · 2 weeks ago
  8. 3f24d4a Java 25 for CI and run it on bval-* branches by Markus Jung · 2 weeks ago bval-4.x
  9. 95f4178 Java 25 for CI and run it on bval-* branches by Markus Jung · 2 weeks ago bval-3.1.x
  10. ab4c8ec BVAL-230 - catch NumberFormatException in DecimalMin/DecimalMax validators by Markus Jung · 2 weeks ago
  11. 5467154 BVAL-230 - catch NumberFormatException in DecimalMin/DecimalMax validators by Markus Jung · 2 weeks ago
  12. 44b2fa4 BVAL-229 - implement new path methods from validation 4.0 api by Markus Jung · 2 weeks ago
  13. 141924e BVAL-228 - Support discovering ConstraintValidator via service loading by Markus Jung · 2 weeks ago
  14. db6b11f surpress warnings from inherited deprecations of API by Markus Jung · 2 weeks ago
  15. df5c248 remove mention of SecurityManager by Markus Jung · 2 weeks ago
  16. 0ff2287 BVAL-227 - builtin min/max validators validate for CharSequence by Markus Jung · 2 weeks ago
  17. aab57ff BVAL-227 - builtin min/max validators validate for CharSequence by Markus Jung · 2 weeks ago
  18. 3af404c validation 4.0 XSDs by Markus Jung · 2 weeks ago
  19. c8849b1 Merge remote-tracking branch 'origin/bval-3.1.0-rc1' by Markus Jung · 2 weeks ago
  20. 60ff68b Merge branch 'master' into bval-4.x by Markus Jung · 2 weeks ago
  21. 99b0f41 bump to 4.0.0-SNAPSHOT by Markus Jung · 2 weeks ago
  22. 2a14ac2 bump TCK/API to 4.0.0-SNAPSHOT by Markus Jung · 2 weeks ago
  23. fcb8666 Merge pull request #251 from apache/dependabot/maven/org.hibernate.validator-hibernate-validator-9.1.3.Final by Thomas Andraschko · 4 weeks ago
  24. 009450d Bump org.hibernate.validator:hibernate-validator by dependabot[bot] · 4 weeks ago
  25. fae5b42 [maven-release-plugin] prepare for next development iteration by Markus Jung · 4 weeks ago
  26. 94c002b [maven-release-plugin] prepare release 3.1.0 by Markus Jung · 4 weeks ago 3.1.0
  27. 8ccb75a Restrict trigger push branch for GitHub Workflow by Aurélien Pupier · 7 weeks ago
  28. 3961665 Bump org.codehaus.mojo:jaxb2-maven-plugin from 3.2.0 to 4.1.0 by dependabot[bot] · 4 months ago
  29. 0d83a1b BVAL-226 Add regression tests for path sharing and de-dup removal by tandraschko · 4 weeks ago
  30. 34e8155 BAVL-223 - rely on CDI AnnotatedTypes where possible instead of pure java reflection by Markus Jung · 1 year, 3 months ago
  31. 7f4f2c9 BVAL-226 Materialize graph-context paths lazily by tandraschko · 4 weeks ago
  32. 67367b2 BVAL-226 Share path nodes on copy, copy-on-write the leaf by tandraschko · 4 weeks ago
  33. 58f9e06 BVAL-226 Add bootstrap benchmarks (buildFactory, bootstrapAndValidate) by tandraschko · 4 weeks ago
  34. ff13fec BVAL-226 getConstraintValidator checks the validator cache directly first — avoids building the (capturing) supplier lambda on the common cache-hit path by tandraschko · 4 weeks ago
  35. 33c61c9 BVAL-226 Node copy constructors use direct instanceof instead of optional(...).ifPresent(...) — removes an Optional + lambda allocation per node copied (every path copy copies every node) by tandraschko · 4 weeks ago
  36. d99606b BVAL-226 Remove redundant per-constraint validation de-duplication by tandraschko · 4 weeks ago
  37. 7917434 Visit unwrapped frames via a consumer instead of a Stream per constraint (avoids Stream.of(this) on the common no-unwrapping path) by tandraschko · 4 weeks ago
  38. d182f8f Cascade beans via child(PathImpl::addBean, ...) (one copy) and key the constraint-dedup map on pathReference() (no copy) by tandraschko · 4 weeks ago
  39. 0be5faa Build the property child via child(p -> p.addProperty(...)) to copy the path once instead of twice by tandraschko · 4 weeks ago
  40. b39a149 Add container-element children via the single-copy child(NodeImpl, value) overload instead of getPath() + child(path) by tandraschko · 4 weeks ago
  41. 559981a Add single-copy child(Consumer<PathImpl>, value), add no-copy pathReference() for read-only callers, and compare the shared path directly in equals() by tandraschko · 4 weeks ago
  42. ec65309 reduce allocations by tandraschko · 4 weeks ago
  43. e6b3a06 Cache extractor lookups; ~39% faster container validation, −38% allocations by tandraschko · 4 weeks ago
  44. a19c9bb Cache CDI availability; no repeated NoClassDefFoundError in SE by tandraschko · 4 weeks ago
  45. 5493f86 Defer ExpressionFactory.newInstance(); −25 classes at bootstrap, EL init avoided unless ${} used by tandraschko · 4 weeks ago
  46. 05ef736 Merge pull request #249 from apache/dependabot/maven/version.tomcat-11.0.24 by Thomas Andraschko · 4 weeks ago
  47. d5d6874 Merge pull request #250 from apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.10.3.0 by Thomas Andraschko · 4 weeks ago
  48. 9de810e Bump com.github.spotbugs:spotbugs-maven-plugin from 4.10.2.0 to 4.10.3.0 by dependabot[bot] · 6 weeks ago
  49. 765522b Bump version.tomcat from 11.0.23 to 11.0.24 by dependabot[bot] · 6 weeks ago
  50. fcfe45f Merge pull request #247 from apache/dependabot/maven/org.hibernate.validator-hibernate-validator-9.1.2.Final by Thomas Andraschko · 6 weeks ago
  51. 1ed3d32 Bump org.hibernate.validator:hibernate-validator by dependabot[bot] · 7 weeks ago
  52. ed4495b Merge pull request #245 from apache/dependabot/maven/org.apache-apache-39 by Thomas Andraschko · 8 weeks ago
  53. 247cfd6 Bump org.apache:apache from 38 to 39 by dependabot[bot] · 8 weeks ago
  54. 3787954 Merge pull request #238 from apache/dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.6 by Thomas Andraschko · 9 weeks ago
  55. 4587e24 Merge pull request #239 from apache/dependabot/maven/org.apache.maven.plugins-maven-surefire-report-plugin-3.5.6 by Thomas Andraschko · 9 weeks ago
  56. 3b1def8 Merge pull request #241 from apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.10.2.0 by Thomas Andraschko · 9 weeks ago
  57. 54f62ca Merge pull request #242 from apache/dependabot/github_actions/actions/checkout-7 by Thomas Andraschko · 9 weeks ago
  58. aff21a1 Merge pull request #243 from apache/dependabot/maven/version.tomcat-11.0.23 by Thomas Andraschko · 9 weeks ago
  59. 8f32e9d Bump version.tomcat from 11.0.22 to 11.0.23 by dependabot[bot] · 9 weeks ago
  60. e81c4a9 Bump actions/checkout from 6 to 7 by dependabot[bot] · 9 weeks ago
  61. a3d09b2 Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.3 to 4.10.2.0 by dependabot[bot] · 2 months ago
  62. f7d5e8f Bump org.apache.maven.plugins:maven-surefire-report-plugin by dependabot[bot] · 3 months ago
  63. aadf1cd Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 by dependabot[bot] · 3 months ago
  64. 8db761e Merge pull request #236 from apache/dependabot/maven/org.glassfish.jaxb-jaxb-runtime-4.0.9 by Thomas Andraschko · 3 months ago
  65. 4398891 Merge pull request #237 from apache/dependabot/maven/org.glassfish.jaxb-jaxb-xjc-4.0.9 by Thomas Andraschko · 3 months ago
  66. 07431f7 Merge pull request #232 from apache/infrastructure-ruleset-bot/default-branch-protection by Thomas Andraschko · 3 months ago
  67. d1063d0 Bump org.glassfish.jaxb:jaxb-xjc from 4.0.8 to 4.0.9 by dependabot[bot] · 3 months ago
  68. ba609a0 Bump org.glassfish.jaxb:jaxb-runtime from 4.0.8 to 4.0.9 by dependabot[bot] · 3 months ago
  69. 54c6069 Merge pull request #235 from apache/dependabot/maven/com.sun.xml.bind-jaxb-impl-4.0.9 by Thomas Andraschko · 3 months ago
  70. b188dd0 Merge pull request #234 from apache/dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.11.0 by Thomas Andraschko · 3 months ago
  71. f9bfc92 Bump com.sun.xml.bind:jaxb-impl from 4.0.8 to 4.0.9 by dependabot[bot] · 3 months ago
  72. fa5fb53 Bump org.apache.maven.plugins:maven-dependency-plugin by dependabot[bot] · 3 months ago
  73. 132c166 Set up default protection ruleset for default and release branches by The Apache Software Foundation · 3 months ago infrastructure-ruleset-bot/default-branch-protection
  74. 805ca69 Merge pull request #231 from apache/dependabot/maven/org.apache-apache-38 by Thomas Andraschko · 3 months ago
  75. dd4a0d4 Bump org.apache:apache from 37 to 38 by dependabot[bot] · 3 months ago
  76. 5d98357 Merge pull request #230 from apache/dependabot/maven/org.glassfish.jaxb-jaxb-xjc-4.0.8 by Thomas Andraschko · 4 months ago
  77. 743b4ae Merge pull request #229 from apache/dependabot/maven/version.tomcat-11.0.22 by Thomas Andraschko · 4 months ago
  78. b89ac32 Bump org.glassfish.jaxb:jaxb-xjc from 4.0.7 to 4.0.8 by dependabot[bot] · 4 months ago
  79. 8c4d42c Bump version.tomcat from 11.0.21 to 11.0.22 by dependabot[bot] · 4 months ago
  80. a47c3f8 Merge pull request #227 from apache/dependabot/maven/org.glassfish.jaxb-jaxb-runtime-4.0.8 by Thomas Andraschko · 4 months ago
  81. d6d8217 Merge pull request #228 from apache/dependabot/maven/com.sun.xml.bind-jaxb-impl-4.0.8 by Thomas Andraschko · 4 months ago
  82. cb607b3 Bump com.sun.xml.bind:jaxb-impl from 4.0.7 to 4.0.8 by dependabot[bot] · 4 months ago
  83. a996426 Bump org.glassfish.jaxb:jaxb-runtime from 4.0.7 to 4.0.8 by dependabot[bot] · 4 months ago
  84. 7f385b2 Merge pull request #225 from apache/dependabot/maven/org.glassfish.jaxb-jaxb-xjc-4.0.7 by Thomas Andraschko · 4 months ago
  85. 82d55ec Bump org.glassfish.jaxb:jaxb-xjc from 4.0.5 to 4.0.7 by dependabot[bot] · 4 months ago
  86. 398e2cd Merge pull request #223 from apache/dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.3.1 by Thomas Andraschko · 4 months ago
  87. 3865946 Merge pull request #224 from apache/dependabot/maven/org.codehaus.mojo-jdepend-maven-plugin-2.2.0 by Thomas Andraschko · 4 months ago
  88. c265c3e Merge pull request #222 from apache/dependabot/maven/org.testng-testng-7.12.0 by Thomas Andraschko · 4 months ago
  89. 1d6994f Bump org.codehaus.mojo:jdepend-maven-plugin from 2.1 to 2.2.0 by dependabot[bot] · 4 months ago
  90. 052cd77 Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.3.1 by dependabot[bot] · 4 months ago
  91. ab7ed35 Bump org.testng:testng from 7.11.0 to 7.12.0 by dependabot[bot] · 4 months ago
  92. 9df2733 Merge pull request #220 from apache/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.9.8.3 by Thomas Andraschko · 4 months ago
  93. c7f8250 Merge pull request #221 from apache/dependabot/maven/org.apache.felix-maven-bundle-plugin-6.0.2 by Thomas Andraschko · 4 months ago
  94. eb13f5a Merge pull request #219 from apache/dependabot/maven/org.apache.rat-apache-rat-plugin-0.18 by Thomas Andraschko · 4 months ago
  95. 857b007 Bump org.apache.felix:maven-bundle-plugin from 6.0.0 to 6.0.2 by dependabot[bot] · 4 months ago
  96. 9c36eae Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.0 to 4.9.8.3 by dependabot[bot] · 4 months ago
  97. 7f4a343 Bump org.apache.rat:apache-rat-plugin from 0.16.1 to 0.18 by dependabot[bot] · 4 months ago
  98. eacd0dd Merge pull request #216 from apache/dependabot/maven/org.codehaus.mojo-buildnumber-maven-plugin-3.3.0 by Thomas Andraschko · 4 months ago
  99. 7fd7122 Merge pull request #218 from apache/dependabot/maven/com.sun.xml.bind-jaxb-impl-4.0.7 by Thomas Andraschko · 4 months ago
  100. ccc3b2f Merge pull request #217 from apache/dependabot/maven/version.tomcat-11.0.21 by Thomas Andraschko · 4 months ago