gnodet commented on PR #1715:
URL: https://github.com/apache/maven/pull/1715#issuecomment-2343278884

   The changes cause stack overflow errors:
   ```
   Caused by: java.lang.StackOverflowError
        at 
java.base/java.lang.ReflectiveOperationException.<init>(ReflectiveOperationException.java:90)
        at 
java.base/java.lang.reflect.InvocationTargetException.<init>(InvocationTargetException.java:67)
        at java.base/java.lang.reflect.Method.invoke(Method.java:569)
        at 
com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInvocationHandler.java:50)
        at jdk.proxy2/jdk.proxy2.$Proxy104.provides(Unknown Source)
        at java.base/java.lang.reflect.Method.invoke(Method.java:569)
        at 
com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInvocationHandler.java:50)
        at jdk.proxy2/jdk.proxy2.$Proxy104.provides(Unknown Source)
        at java.base/java.lang.reflect.Method.invoke(Method.java:569)
        at 
com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInvocationHandler.java:50)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to