Lonzak edited a comment on pull request #107: URL: https://github.com/apache/maven-scm/pull/107#issuecomment-971673991
Same here - I didn't get your last part. I'll try to explain it again: I would like to have the threadSafe annotation defined (true or false) to avoid any misbehavior. 1. Case: No threadSafe annotation specified - current situation today 2. Case: ThreadSafe Annotation=false - situation after my fix 3. Case: ThreadSafe Annoation = true - situation when threadSafety has been ensured (someday in the future) For me: Case 1 = sequential execution but in certain cases it was **misbehaving** for me when using `-T` (+ warning is printed) => ambiguous Case 2 = always sequential execution (and no warning) Case 3 = parallel execution when `-T` has been specified -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org