to., 03.02.2011 kl. 21.39 +0100, skrev Dennis Lundberg: > MASSEMBLY-522 Thread safety > - It would be great if someone (Kristian?) could have a look at this > one.
Fixed in r1068087, based on manual code inspection and version check of dependencies. There were quite a few deprecated plugins in there, and on "principle" I do not mark deprecated plugins as @threadSafe, although I might equally much say it's just to reduce workload. So if there are any @deprecations we somehow think are less deprecated than others, anyone in the know might want to add @threadSafe (and/or remove deprecation), > I'd like to learn how to do this type of check myself, but the only > docs I've found [1] are rather sparse. Any pointers would be much > appreciated. I added a little extra on the page, but the appropriate place to start is usually a book like http://www.javaconcurrencyinpractice.com/ or similar. It's a huge topic, but armed with the knowledge from a book like this, the wiki page is probably sufficient. I *have* been known to be fairly terse in documentation so I'll add answer to any questions I get ;) Kristian > > [1] https://cwiki.apache.org/MAVEN/parallel-builds-in-maven-3.html > (at the end of the page) > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
