Using immutable collections in Maven was exactly my advice in 2013/2014. Usually it is bad to share collections especially when using concurrent Threads. Normally there should be service methods which change some object state *safely* or thread safe. Personally I think plugins will break with immutable collections, but what is better: 1. to be open and open for happening unsafe state or 2. being more conservative which requires more effort with implementing service methods.
On Thu, May 25, 2017 at 9:12 PM, Michael Osipov <[email protected]> wrote: > Who seconds MNG-6164 for 3.5.1? > > This is a non-functional consistency fix. All ITs pass. > > Michael > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Cheers Tibor
