You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Kevin Brown (JIRA)" <ji...@apache.org> on 2009/02/12 08:51:59 UTC

[jira] Created: (SHINDIG-912) Standardize json handling throughout the code base.

Standardize json handling throughout the code base.
---------------------------------------------------

                 Key: SHINDIG-912
                 URL: https://issues.apache.org/jira/browse/SHINDIG-912
             Project: Shindig
          Issue Type: Improvement
          Components: Common Components (Java), Gadget Rendering Server (Java), RESTful API (Java)
    Affects Versions: trunk
            Reporter: Kevin Brown


Currently, we handle serialization and parsing of JSON in a variety of ad-hoc ways. As JSON handling has been a source of significant performance and security issues, we need to improve the consistency of our handling of it throughout the code base.

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


[jira] Updated: (SHINDIG-912) Standardize json handling throughout the code base.

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

Kevin Brown updated SHINDIG-912:
--------------------------------

    Attachment: shindig912-converter.patch

Another patch. This one updates BeanJsonConverter to be more robust and to allow pre-parsed json manipulation.

Review: http://codereview.appspot.com/14088

> Standardize json handling throughout the code base.
> ---------------------------------------------------
>
>                 Key: SHINDIG-912
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-912
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: trunk
>            Reporter: Kevin Brown
>         Attachments: clean-up-json.patch, shindig912-converter.patch
>
>
> Currently, we handle serialization and parsing of JSON in a variety of ad-hoc ways. As JSON handling has been a source of significant performance and security issues, we need to improve the consistency of our handling of it throughout the code base.

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


[jira] Updated: (SHINDIG-912) Standardize json handling throughout the code base.

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

Kevin Brown updated SHINDIG-912:
--------------------------------

    Attachment: clean-up-json.patch

First major issue: BeanJsonConverter is doing redundant serialization work that JsonSerializer should be handling.

Review at http://codereview.appspot.com/14084


> Standardize json handling throughout the code base.
> ---------------------------------------------------
>
>                 Key: SHINDIG-912
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-912
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Common Components (Java), Gadget Rendering Server (Java), RESTful API (Java)
>    Affects Versions: trunk
>            Reporter: Kevin Brown
>         Attachments: clean-up-json.patch
>
>
> Currently, we handle serialization and parsing of JSON in a variety of ad-hoc ways. As JSON handling has been a source of significant performance and security issues, we need to improve the consistency of our handling of it throughout the code base.

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


[jira] Commented: (SHINDIG-912) Standardize json handling throughout the code base.

Posted by "Kevin Brown (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695982#action_12695982 ] 

Kevin Brown commented on SHINDIG-912:
-------------------------------------

No, there are still some pending cleanup patches being reviewed (sent to list)

> Standardize json handling throughout the code base.
> ---------------------------------------------------
>
>                 Key: SHINDIG-912
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-912
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: trunk
>            Reporter: Kevin Brown
>         Attachments: clean-up-json.patch, shindig912-converter.patch
>
>
> Currently, we handle serialization and parsing of JSON in a variety of ad-hoc ways. As JSON handling has been a source of significant performance and security issues, we need to improve the consistency of our handling of it throughout the code base.

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


[jira] Commented: (SHINDIG-912) Standardize json handling throughout the code base.

Posted by "Vincent Siveton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695848#action_12695848 ] 

Vincent Siveton commented on SHINDIG-912:
-----------------------------------------

Kevin, need to be closed now?

> Standardize json handling throughout the code base.
> ---------------------------------------------------
>
>                 Key: SHINDIG-912
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-912
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Java
>    Affects Versions: trunk
>            Reporter: Kevin Brown
>         Attachments: clean-up-json.patch, shindig912-converter.patch
>
>
> Currently, we handle serialization and parsing of JSON in a variety of ad-hoc ways. As JSON handling has been a source of significant performance and security issues, we need to improve the consistency of our handling of it throughout the code base.

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