- df257a7 Merge pull request #254 from apache/dependabot/maven/org.junit.jupiter-junit-jupiter-6.1.3 by Thomas Andraschko · 4 days ago master
- c3f10b9 Bump org.junit.jupiter:junit-jupiter from 6.1.2 to 6.1.3 by dependabot[bot] · 11 days ago
- 83c972d Bump org.apache.felix:maven-bundle-plugin from 6.0.2 to 6.1.0 (#252) by dependabot[bot] · 12 days ago
- 2250755 Bump version.owb from 4.0.3 to 4.1.1 (#253) by dependabot[bot] · 12 days ago
- 29b7fb4 Update README by Markus Jung · 2 weeks ago
- 969d986 Update README by Markus Jung · 2 weeks ago
- d708c4c Merge branch 'bval-4.x' by Markus Jung · 2 weeks ago
- 3f24d4a Java 25 for CI and run it on bval-* branches by Markus Jung · 2 weeks ago bval-4.x
- 95f4178 Java 25 for CI and run it on bval-* branches by Markus Jung · 2 weeks ago bval-3.1.x
- ab4c8ec BVAL-230 - catch NumberFormatException in DecimalMin/DecimalMax validators by Markus Jung · 2 weeks ago
- 5467154 BVAL-230 - catch NumberFormatException in DecimalMin/DecimalMax validators by Markus Jung · 2 weeks ago
- 44b2fa4 BVAL-229 - implement new path methods from validation 4.0 api by Markus Jung · 2 weeks ago
- 141924e BVAL-228 - Support discovering ConstraintValidator via service loading by Markus Jung · 2 weeks ago
- db6b11f surpress warnings from inherited deprecations of API by Markus Jung · 2 weeks ago
- df5c248 remove mention of SecurityManager by Markus Jung · 2 weeks ago
- 0ff2287 BVAL-227 - builtin min/max validators validate for CharSequence by Markus Jung · 2 weeks ago
- aab57ff BVAL-227 - builtin min/max validators validate for CharSequence by Markus Jung · 2 weeks ago
- 3af404c validation 4.0 XSDs by Markus Jung · 2 weeks ago
- c8849b1 Merge remote-tracking branch 'origin/bval-3.1.0-rc1' by Markus Jung · 2 weeks ago
- 60ff68b Merge branch 'master' into bval-4.x by Markus Jung · 2 weeks ago
- 99b0f41 bump to 4.0.0-SNAPSHOT by Markus Jung · 2 weeks ago
- 2a14ac2 bump TCK/API to 4.0.0-SNAPSHOT by Markus Jung · 2 weeks ago
- fcb8666 Merge pull request #251 from apache/dependabot/maven/org.hibernate.validator-hibernate-validator-9.1.3.Final by Thomas Andraschko · 4 weeks ago
- 009450d Bump org.hibernate.validator:hibernate-validator by dependabot[bot] · 4 weeks ago
- fae5b42 [maven-release-plugin] prepare for next development iteration by Markus Jung · 4 weeks ago
- 94c002b [maven-release-plugin] prepare release 3.1.0 by Markus Jung · 4 weeks ago 3.1.0
- 8ccb75a Restrict trigger push branch for GitHub Workflow by Aurélien Pupier · 7 weeks ago
- 3961665 Bump org.codehaus.mojo:jaxb2-maven-plugin from 3.2.0 to 4.1.0 by dependabot[bot] · 4 months ago
- 0d83a1b BVAL-226 Add regression tests for path sharing and de-dup removal by tandraschko · 4 weeks ago
- 34e8155 BAVL-223 - rely on CDI AnnotatedTypes where possible instead of pure java reflection by Markus Jung · 1 year, 3 months ago
- 7f4f2c9 BVAL-226 Materialize graph-context paths lazily by tandraschko · 4 weeks ago
- 67367b2 BVAL-226 Share path nodes on copy, copy-on-write the leaf by tandraschko · 4 weeks ago
- 58f9e06 BVAL-226 Add bootstrap benchmarks (buildFactory, bootstrapAndValidate) by tandraschko · 4 weeks ago
- 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
- 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
- d99606b BVAL-226 Remove redundant per-constraint validation de-duplication by tandraschko · 4 weeks ago
- 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
- d182f8f Cascade beans via child(PathImpl::addBean, ...) (one copy) and key the constraint-dedup map on pathReference() (no copy) by tandraschko · 4 weeks ago
- 0be5faa Build the property child via child(p -> p.addProperty(...)) to copy the path once instead of twice by tandraschko · 4 weeks ago
- b39a149 Add container-element children via the single-copy child(NodeImpl, value) overload instead of getPath() + child(path) by tandraschko · 4 weeks ago
- 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
- ec65309 reduce allocations by tandraschko · 4 weeks ago
- e6b3a06 Cache extractor lookups; ~39% faster container validation, −38% allocations by tandraschko · 4 weeks ago
- a19c9bb Cache CDI availability; no repeated NoClassDefFoundError in SE by tandraschko · 4 weeks ago
- 5493f86 Defer ExpressionFactory.newInstance(); −25 classes at bootstrap, EL init avoided unless ${} used by tandraschko · 4 weeks ago
- 05ef736 Merge pull request #249 from apache/dependabot/maven/version.tomcat-11.0.24 by Thomas Andraschko · 4 weeks ago
- 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
- 9de810e Bump com.github.spotbugs:spotbugs-maven-plugin from 4.10.2.0 to 4.10.3.0 by dependabot[bot] · 6 weeks ago
- 765522b Bump version.tomcat from 11.0.23 to 11.0.24 by dependabot[bot] · 6 weeks ago
- fcfe45f Merge pull request #247 from apache/dependabot/maven/org.hibernate.validator-hibernate-validator-9.1.2.Final by Thomas Andraschko · 6 weeks ago
- 1ed3d32 Bump org.hibernate.validator:hibernate-validator by dependabot[bot] · 7 weeks ago
- ed4495b Merge pull request #245 from apache/dependabot/maven/org.apache-apache-39 by Thomas Andraschko · 8 weeks ago
- 247cfd6 Bump org.apache:apache from 38 to 39 by dependabot[bot] · 8 weeks ago
- 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
- 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
- 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
- 54f62ca Merge pull request #242 from apache/dependabot/github_actions/actions/checkout-7 by Thomas Andraschko · 9 weeks ago
- aff21a1 Merge pull request #243 from apache/dependabot/maven/version.tomcat-11.0.23 by Thomas Andraschko · 9 weeks ago
- 8f32e9d Bump version.tomcat from 11.0.22 to 11.0.23 by dependabot[bot] · 9 weeks ago
- e81c4a9 Bump actions/checkout from 6 to 7 by dependabot[bot] · 9 weeks ago
- a3d09b2 Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.3 to 4.10.2.0 by dependabot[bot] · 2 months ago
- f7d5e8f Bump org.apache.maven.plugins:maven-surefire-report-plugin by dependabot[bot] · 3 months ago
- aadf1cd Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6 by dependabot[bot] · 3 months ago
- 8db761e Merge pull request #236 from apache/dependabot/maven/org.glassfish.jaxb-jaxb-runtime-4.0.9 by Thomas Andraschko · 3 months ago
- 4398891 Merge pull request #237 from apache/dependabot/maven/org.glassfish.jaxb-jaxb-xjc-4.0.9 by Thomas Andraschko · 3 months ago
- 07431f7 Merge pull request #232 from apache/infrastructure-ruleset-bot/default-branch-protection by Thomas Andraschko · 3 months ago
- d1063d0 Bump org.glassfish.jaxb:jaxb-xjc from 4.0.8 to 4.0.9 by dependabot[bot] · 3 months ago
- ba609a0 Bump org.glassfish.jaxb:jaxb-runtime from 4.0.8 to 4.0.9 by dependabot[bot] · 3 months ago
- 54c6069 Merge pull request #235 from apache/dependabot/maven/com.sun.xml.bind-jaxb-impl-4.0.9 by Thomas Andraschko · 3 months ago
- 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
- f9bfc92 Bump com.sun.xml.bind:jaxb-impl from 4.0.8 to 4.0.9 by dependabot[bot] · 3 months ago
- fa5fb53 Bump org.apache.maven.plugins:maven-dependency-plugin by dependabot[bot] · 3 months ago
- 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
- 805ca69 Merge pull request #231 from apache/dependabot/maven/org.apache-apache-38 by Thomas Andraschko · 3 months ago
- dd4a0d4 Bump org.apache:apache from 37 to 38 by dependabot[bot] · 3 months ago
- 5d98357 Merge pull request #230 from apache/dependabot/maven/org.glassfish.jaxb-jaxb-xjc-4.0.8 by Thomas Andraschko · 4 months ago
- 743b4ae Merge pull request #229 from apache/dependabot/maven/version.tomcat-11.0.22 by Thomas Andraschko · 4 months ago
- b89ac32 Bump org.glassfish.jaxb:jaxb-xjc from 4.0.7 to 4.0.8 by dependabot[bot] · 4 months ago
- 8c4d42c Bump version.tomcat from 11.0.21 to 11.0.22 by dependabot[bot] · 4 months ago
- a47c3f8 Merge pull request #227 from apache/dependabot/maven/org.glassfish.jaxb-jaxb-runtime-4.0.8 by Thomas Andraschko · 4 months ago
- d6d8217 Merge pull request #228 from apache/dependabot/maven/com.sun.xml.bind-jaxb-impl-4.0.8 by Thomas Andraschko · 4 months ago
- cb607b3 Bump com.sun.xml.bind:jaxb-impl from 4.0.7 to 4.0.8 by dependabot[bot] · 4 months ago
- a996426 Bump org.glassfish.jaxb:jaxb-runtime from 4.0.7 to 4.0.8 by dependabot[bot] · 4 months ago
- 7f385b2 Merge pull request #225 from apache/dependabot/maven/org.glassfish.jaxb-jaxb-xjc-4.0.7 by Thomas Andraschko · 4 months ago
- 82d55ec Bump org.glassfish.jaxb:jaxb-xjc from 4.0.5 to 4.0.7 by dependabot[bot] · 4 months ago
- 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
- 3865946 Merge pull request #224 from apache/dependabot/maven/org.codehaus.mojo-jdepend-maven-plugin-2.2.0 by Thomas Andraschko · 4 months ago
- c265c3e Merge pull request #222 from apache/dependabot/maven/org.testng-testng-7.12.0 by Thomas Andraschko · 4 months ago
- 1d6994f Bump org.codehaus.mojo:jdepend-maven-plugin from 2.1 to 2.2.0 by dependabot[bot] · 4 months ago
- 052cd77 Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.3.1 by dependabot[bot] · 4 months ago
- ab7ed35 Bump org.testng:testng from 7.11.0 to 7.12.0 by dependabot[bot] · 4 months ago
- 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
- c7f8250 Merge pull request #221 from apache/dependabot/maven/org.apache.felix-maven-bundle-plugin-6.0.2 by Thomas Andraschko · 4 months ago
- eb13f5a Merge pull request #219 from apache/dependabot/maven/org.apache.rat-apache-rat-plugin-0.18 by Thomas Andraschko · 4 months ago
- 857b007 Bump org.apache.felix:maven-bundle-plugin from 6.0.0 to 6.0.2 by dependabot[bot] · 4 months ago
- 9c36eae Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.3.0 to 4.9.8.3 by dependabot[bot] · 4 months ago
- 7f4a343 Bump org.apache.rat:apache-rat-plugin from 0.16.1 to 0.18 by dependabot[bot] · 4 months ago
- eacd0dd Merge pull request #216 from apache/dependabot/maven/org.codehaus.mojo-buildnumber-maven-plugin-3.3.0 by Thomas Andraschko · 4 months ago
- 7fd7122 Merge pull request #218 from apache/dependabot/maven/com.sun.xml.bind-jaxb-impl-4.0.7 by Thomas Andraschko · 4 months ago
- ccc3b2f Merge pull request #217 from apache/dependabot/maven/version.tomcat-11.0.21 by Thomas Andraschko · 4 months ago