This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch close
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 22005d6055584ba7a15b7e35d9653065e9fa5d50
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Wed Apr 2 08:36:03 2025 -0400

    PathModularizationCache needs to be public because it's an argument to a 
public constructor in DefaultDependencyResolverResult
---
 .../src/main/java/org/apache/maven/impl/PathModularizationCache.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/impl/maven-impl/src/main/java/org/apache/maven/impl/PathModularizationCache.java
 
b/impl/maven-impl/src/main/java/org/apache/maven/impl/PathModularizationCache.java
index e04ce136da..17fa19a7c5 100644
--- 
a/impl/maven-impl/src/main/java/org/apache/maven/impl/PathModularizationCache.java
+++ 
b/impl/maven-impl/src/main/java/org/apache/maven/impl/PathModularizationCache.java
@@ -38,7 +38,7 @@
  * same dependency is used for different scope. For example a path used for 
compilation
  * is typically also used for tests.
  */
-class PathModularizationCache {
+public class PathModularizationCache {
     /**
      * Module information for each JAR file or output directories.
      * Cached when first requested to avoid decoding the module descriptors 
multiple times.

Reply via email to