You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Michael Ahern (JIRA)" <ji...@apache.org> on 2012/04/25 13:30:08 UTC

[jira] [Created] (SHINDIG-1758) OS 2.5 Spec and Shindig Impl Data break backwards compatibility for JSON feed data

Michael Ahern created SHINDIG-1758:
--------------------------------------

             Summary: OS 2.5 Spec and Shindig Impl Data break backwards compatibility for JSON feed data
                 Key: SHINDIG-1758
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1758
             Project: Shindig
          Issue Type: Bug
          Components: Java
    Affects Versions: 2.5.0
         Environment: Ubuntu Linux 11.04
            Reporter: Michael Ahern
            Priority: Critical


The spec is missing proper documentation for this serialization, but you can see the issue by comparing:

(2.0.1) 
http://opensocial-resources.googlecode.com/svn/spec/2.0.1/Social-API-Server.xml#rfc.section.2.1.1.2.2

vs.

(2.5) 
http://opensocial-resources.googlecode.com/svn/spec/trunk/Social-API-Server.xml#rfc.section.2.1.1.2.2

In the example the term "entry" has been changed to "list" in the JSON serialization.  

----------------

I am seeing the same change occur for activity streams as well:

{shindig}/rest/activitystreams/@public/@all/@all?rollup=true

This change breaks the functionality of all existing OpenSocial clients.

--
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] [Updated] (SHINDIG-1758) OS 2.5 Spec and Shindig Impl Data break backwards compatibility for JSON feed data

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

Ryan Baxter updated SHINDIG-1758:
---------------------------------

    Fix Version/s:     (was: 2.5.0)
                   2.5.0-beta2
    
> OS 2.5 Spec and Shindig Impl Data break backwards compatibility for JSON feed data
> ----------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1758
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1758
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 2.5.0
>         Environment: Ubuntu Linux 11.04
>            Reporter: Michael Ahern
>            Priority: Critical
>             Fix For: 2.5.0-beta2
>
>
> The spec is missing proper documentation for this serialization, but you can see the issue by comparing:
> (2.0.1) 
> http://opensocial-resources.googlecode.com/svn/spec/2.0.1/Social-API-Server.xml#rfc.section.2.1.1.2.2
> vs.
> (2.5) 
> http://opensocial-resources.googlecode.com/svn/spec/trunk/Social-API-Server.xml#rfc.section.2.1.1.2.2
> In the example the term "entry" has been changed to "list" in the JSON serialization.  
> ----------------
> I am seeing the same change occur for activity streams as well:
> {shindig}/rest/activitystreams/@public/@all/@all?rollup=true
> This change breaks the functionality of all existing OpenSocial clients.

--
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] (SHINDIG-1758) OS 2.5 Spec and Shindig Impl Data break backwards compatibility for JSON feed data

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

Henry Saputra resolved SHINDIG-1758.
------------------------------------

       Resolution: Duplicate
    Fix Version/s: 2.5.0

Duplicate of SHINDIG-1677
                
> OS 2.5 Spec and Shindig Impl Data break backwards compatibility for JSON feed data
> ----------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1758
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1758
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 2.5.0
>         Environment: Ubuntu Linux 11.04
>            Reporter: Michael Ahern
>            Priority: Critical
>             Fix For: 2.5.0
>
>
> The spec is missing proper documentation for this serialization, but you can see the issue by comparing:
> (2.0.1) 
> http://opensocial-resources.googlecode.com/svn/spec/2.0.1/Social-API-Server.xml#rfc.section.2.1.1.2.2
> vs.
> (2.5) 
> http://opensocial-resources.googlecode.com/svn/spec/trunk/Social-API-Server.xml#rfc.section.2.1.1.2.2
> In the example the term "entry" has been changed to "list" in the JSON serialization.  
> ----------------
> I am seeing the same change occur for activity streams as well:
> {shindig}/rest/activitystreams/@public/@all/@all?rollup=true
> This change breaks the functionality of all existing OpenSocial clients.

--
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] [Commented] (SHINDIG-1758) OS 2.5 Spec and Shindig Impl Data break backwards compatibility for JSON feed data

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

Henry Saputra commented on SHINDIG-1758:
----------------------------------------

I have added fix to the Shindig trunk to follow the right response for the REST APIs. Please see SHINDIG-1677 for detail.
                
> OS 2.5 Spec and Shindig Impl Data break backwards compatibility for JSON feed data
> ----------------------------------------------------------------------------------
>
>                 Key: SHINDIG-1758
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1758
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 2.5.0
>         Environment: Ubuntu Linux 11.04
>            Reporter: Michael Ahern
>            Priority: Critical
>             Fix For: 2.5.0
>
>
> The spec is missing proper documentation for this serialization, but you can see the issue by comparing:
> (2.0.1) 
> http://opensocial-resources.googlecode.com/svn/spec/2.0.1/Social-API-Server.xml#rfc.section.2.1.1.2.2
> vs.
> (2.5) 
> http://opensocial-resources.googlecode.com/svn/spec/trunk/Social-API-Server.xml#rfc.section.2.1.1.2.2
> In the example the term "entry" has been changed to "list" in the JSON serialization.  
> ----------------
> I am seeing the same change occur for activity streams as well:
> {shindig}/rest/activitystreams/@public/@all/@all?rollup=true
> This change breaks the functionality of all existing OpenSocial clients.

--
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