Github user juherr commented on the pull request:

    https://github.com/apache/maven-surefire/pull/107#issuecomment-161554781
  
    > What exactly the bug is?
    
    `configure(Map)` from 5.14.1 and 5.14.2 is transforming `List<Class>` into 
a `String` with a space as separator. Then, `configure(CommandLineArgs)` is 
spliting this `String` into a `List<String>` with `,` or `;` as separator => 
**fail**.
    If we use `configure(CommandLineArgs)`, we won't have the space problem.
    
    Should failsafe fail with bad version, at least 5.14.3 which can't work at 
all? I think it should.
    
    > Can you include 5.14.9 in the IT? 
    
    Ok, I will. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to