You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by Brian Topping <to...@codehaus.org> on 2012/04/28 23:40:20 UTC

Features model in o.a.k.features.internal.model

Hi all,

Is there a good reason for the model of Features to be based on Lists instead of Sets?  JAXB doesn't care either way, but karaf-maven-plugin needs to manually iterate the lists every time before inserting new objects or end up with duplicates in the generated output.  

I considered changing the model and getting it worked out, but experience shows these kinds of patches are a huge waste of time without commit access (they are just too complex to parse).

David, I saw that you left a note about checking for duplicates, is this something you had also wondered about?

Cheers, Brian