You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Michael Papp (JIRA)" <ji...@apache.org> on 2008/03/19 01:06:24 UTC

[jira] Created: (SHINDIG-139) Partial fix to roll back to Java 5 compatibility

Partial fix to roll back to Java 5 compatibility
------------------------------------------------

                 Key: SHINDIG-139
                 URL: https://issues.apache.org/jira/browse/SHINDIG-139
             Project: Shindig
          Issue Type: Improvement
          Components: Gadgets Server - Java
            Reporter: Michael Papp
            Priority: Minor


Attaching patch to fix two changes that break Java 5 compatibility.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SHINDIG-139) Fix to roll back to Java 5 compatibility

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

Paul Lindner resolved SHINDIG-139.
----------------------------------

    Resolution: Fixed

Patch applied.

> Fix to roll back to Java 5 compatibility
> ----------------------------------------
>
>                 Key: SHINDIG-139
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-139
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadgets Server - Java
>            Reporter: Michael Papp
>            Priority: Minor
>         Attachments: patch-fix-139.txt
>
>
> The attached patch fixes Java 5 breakage.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-139) Fix to roll back to Java 5 compatibility

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

Michael Papp updated SHINDIG-139:
---------------------------------

    Description: The attached patch fixes Java 5 breakage.  (was: Attaching patch to fix two changes that break Java 5 compatibility.)
        Summary: Fix to roll back to Java 5 compatibility  (was: Partial fix to roll back to Java 5 compatibility)

> Fix to roll back to Java 5 compatibility
> ----------------------------------------
>
>                 Key: SHINDIG-139
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-139
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadgets Server - Java
>            Reporter: Michael Papp
>            Priority: Minor
>         Attachments: patch-fix-139.txt
>
>
> The attached patch fixes Java 5 breakage.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-139) Partial fix to roll back to Java 5 compatibility

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

Michael Papp updated SHINDIG-139:
---------------------------------

    Attachment: patch-fix-139.txt

Two String.isEmpty() calls replaced withString.length() == 0.

> Partial fix to roll back to Java 5 compatibility
> ------------------------------------------------
>
>                 Key: SHINDIG-139
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-139
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadgets Server - Java
>            Reporter: Michael Papp
>            Priority: Minor
>         Attachments: patch-fix-139.txt
>
>
> Attaching patch to fix two changes that break Java 5 compatibility.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.