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 38e0a719e8 Add PathMatcherFactory service with directory filtering 
optimization (#10923)
     add d3bd71bbdf perf: optimize CompositeBeanHelper with reflection caching

No new revisions were added by this update.

Summary of changes:
 impl/maven-core/pom.xml                            |  10 +
 .../internal/EnhancedCompositeBeanHelper.java      | 331 ++++++++++++++++
 .../internal/EnhancedConfigurationConverter.java   |  42 +-
 .../CompositeBeanHelperPerformanceTest.java        | 439 +++++++++++++++++++++
 .../internal/EnhancedCompositeBeanHelperTest.java  | 177 +++++++++
 5 files changed, 997 insertions(+), 2 deletions(-)
 create mode 100644 
impl/maven-core/src/main/java/org/apache/maven/configuration/internal/EnhancedCompositeBeanHelper.java
 create mode 100644 
impl/maven-core/src/test/java/org/apache/maven/configuration/internal/CompositeBeanHelperPerformanceTest.java
 create mode 100644 
impl/maven-core/src/test/java/org/apache/maven/configuration/internal/EnhancedCompositeBeanHelperTest.java

Reply via email to