I'm currently having some issues in a plugin that access the MavenSession with different threads.

I can't find that MavenSession is intended for concurrent access so I wonder if in general it should support that case or if it is expected to clone the session?

But clone() does not make a deep copy so there are still room for problems (e.g. modifications might not write through to the original session) so I wonder if there is any normative document telling how to handle a session correctly?

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

Reply via email to