Replace deprecated Thread.stop()
--------------------------------

                 Key: MEXEC-83
                 URL: http://jira.codehaus.org/browse/MEXEC-83
             Project: Maven 2.x Exec Plugin
          Issue Type: Improvement
          Components: java
    Affects Versions: 1.1.1
            Reporter: Robert Scholte


According to 
http://download.oracle.com/docs/cd/E17409_01/javase/6/docs/technotes/guides/concurrency/threadPrimitiveDeprecation.html
 you shouldn't end a thread by calling Thread.stop(). Main reason: Because it 
is inherently unsafe.
The site gives a clear explanation and solution, which this plugin should adopt.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to