You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2012/04/24 21:57:34 UTC

[jira] [Created] (EMAIL-117) EmailException.JDK_SUPPORTS_NESTED is not needed any more

Sebb created EMAIL-117:
--------------------------

             Summary: EmailException.JDK_SUPPORTS_NESTED is not needed any more
                 Key: EMAIL-117
                 URL: https://issues.apache.org/jira/browse/EMAIL-117
             Project: Commons Email
          Issue Type: Improvement
            Reporter: Sebb


EmailException.JDK_SUPPORTS_NESTED is not needed any more; Throwable.getCause() was added in Java 1.4

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (EMAIL-117) EmailException.JDK_SUPPORTS_NESTED is not needed any more

Posted by "Thomas Neidhart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/EMAIL-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Neidhart resolved EMAIL-117.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

Applied patch in r1416237.
                
> EmailException.JDK_SUPPORTS_NESTED is not needed any more
> ---------------------------------------------------------
>
>                 Key: EMAIL-117
>                 URL: https://issues.apache.org/jira/browse/EMAIL-117
>             Project: Commons Email
>          Issue Type: Improvement
>            Reporter: Sebb
>             Fix For: 1.3
>
>         Attachments: EMAIL-117.patch
>
>
> EmailException.JDK_SUPPORTS_NESTED is not needed any more; Throwable.getCause() was added in Java 1.4

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (EMAIL-117) EmailException.JDK_SUPPORTS_NESTED is not needed any more

Posted by "Thomas Neidhart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/EMAIL-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Neidhart updated EMAIL-117:
----------------------------------

    Attachment: EMAIL-117.patch

Attached a patch to remove the unneeded custom nesting as we target jdk 1.4.
                
> EmailException.JDK_SUPPORTS_NESTED is not needed any more
> ---------------------------------------------------------
>
>                 Key: EMAIL-117
>                 URL: https://issues.apache.org/jira/browse/EMAIL-117
>             Project: Commons Email
>          Issue Type: Improvement
>            Reporter: Sebb
>         Attachments: EMAIL-117.patch
>
>
> EmailException.JDK_SUPPORTS_NESTED is not needed any more; Throwable.getCause() was added in Java 1.4

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (EMAIL-117) EmailException.JDK_SUPPORTS_NESTED is not needed any more

Posted by "Sebb (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/EMAIL-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13260894#comment-13260894 ] 

Sebb commented on EMAIL-117:
----------------------------

The class could be considerably simplified; it just needs to delegate to the super-class.
                
> EmailException.JDK_SUPPORTS_NESTED is not needed any more
> ---------------------------------------------------------
>
>                 Key: EMAIL-117
>                 URL: https://issues.apache.org/jira/browse/EMAIL-117
>             Project: Commons Email
>          Issue Type: Improvement
>            Reporter: Sebb
>
> EmailException.JDK_SUPPORTS_NESTED is not needed any more; Throwable.getCause() was added in Java 1.4

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira