Github user Tibor17 commented on the pull request:

    https://github.com/apache/maven/pull/34#issuecomment-68561294
  
    @jvanzyl 
    My ant build says BUILD SUCCESS.
    I saw your TODO comments moreless related to immutable objects.
    Currently the code is not ready for immutable objects and therefore it was 
simple toapply *concurrent* collections.
    One way or another immutable objects:
    + improve code clarity
    + safe enough in multiple-threads env
    + every s/w is spaghetti code, but using immutable objects you simply put 
the barriers between parts of the code and then the contributors are willing to 
make bigger changes and spend their spare time
    + if this speeds up the development, you have chance to push the 
compettitors away
    
    I am watching Maven Dev Hangout.
    Will be glag if you talk about Maven stability.
    
    The method `#getMetadataList()` returns unmodifiable collection, but It can 
be changed.



---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to