michael-o edited a comment on pull request #53:
URL: https://github.com/apache/maven-resolver/pull/53#issuecomment-642929676


   OK, I have found the reason. It cannot work. 
`org.apache.maven.internal.aether.DefaultRepositorySystemSessionFactory` sets 
only simple strings. `ConfigUtils.getList()` expects the object to be a 
collection. This means that `#getList()` needs an if else for string and 
perform a split.
   `#getList()` is not yet used in Maven, therefore we have never noticed this.


----------------------------------------------------------------
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.

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


Reply via email to