This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
from b125cf43f4 feat: enhance MultiThreadedBuilder with smart project
scheduling (#10893)
add 93d36155fb Optimize validation performance with lazy SourceHint
evaluation (#2518)
No new revisions were added by this update.
Summary of changes:
compat/maven-model/pom.xml | 1 -
impl/maven-impl/pom.xml | 10 +
.../maven/impl/model/DefaultModelValidator.java | 89 +++---
.../maven/impl/model/ModelValidationBenchmark.java | 327 +++++++++++++++++++++
impl/maven-xml/pom.xml | 2 -
pom.xml | 11 +
6 files changed, 381 insertions(+), 59 deletions(-)
create mode 100644
impl/maven-impl/src/test/java/org/apache/maven/impl/model/ModelValidationBenchmark.java