You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2008/09/19 20:24:44 UTC

[jira] Created: (THRIFT-142) If a required field is omitted on serialization, throw an exception

If a required field is omitted on serialization, throw an exception
-------------------------------------------------------------------

                 Key: THRIFT-142
                 URL: https://issues.apache.org/jira/browse/THRIFT-142
             Project: Thrift
          Issue Type: Sub-task
          Components: Compiler (Java)
            Reporter: Bryan Duxbury
            Assignee: Bryan Duxbury
            Priority: Minor




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


[jira] Commented: (THRIFT-142) If a required field is omitted on serialization, throw an exception

Posted by "Nathan Marz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644543#action_12644543 ] 

Nathan Marz commented on THRIFT-142:
------------------------------------

+1

> If a required field is omitted on serialization, throw an exception
> -------------------------------------------------------------------
>
>                 Key: THRIFT-142
>                 URL: https://issues.apache.org/jira/browse/THRIFT-142
>             Project: Thrift
>          Issue Type: Sub-task
>          Components: Compiler (Java)
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>         Attachments: thrift-142.patch
>
>


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


[jira] Commented: (THRIFT-142) If a required field is omitted on serialization, throw an exception

Posted by "David Reiss (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663932#action_12663932 ] 

David Reiss commented on THRIFT-142:
------------------------------------

r734536 should not be referenced here.  That was a typo in the original commit message.  Sorry.

> If a required field is omitted on serialization, throw an exception
> -------------------------------------------------------------------
>
>                 Key: THRIFT-142
>                 URL: https://issues.apache.org/jira/browse/THRIFT-142
>             Project: Thrift
>          Issue Type: Sub-task
>          Components: Compiler (Java)
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>         Attachments: thrift-142-v2.patch, thrift-142.patch
>
>


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


[jira] Updated: (THRIFT-142) If a required field is omitted on serialization, throw an exception

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

Bryan Duxbury updated THRIFT-142:
---------------------------------

    Patch Info: [Patch Available]

> If a required field is omitted on serialization, throw an exception
> -------------------------------------------------------------------
>
>                 Key: THRIFT-142
>                 URL: https://issues.apache.org/jira/browse/THRIFT-142
>             Project: Thrift
>          Issue Type: Sub-task
>          Components: Compiler (Java)
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>         Attachments: thrift-142.patch
>
>


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


[jira] Updated: (THRIFT-142) If a required field is omitted on serialization, throw an exception

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

Bryan Duxbury updated THRIFT-142:
---------------------------------

    Attachment: thrift-142-v2.patch

There was a bug in the previous patch, which this fixes.

> If a required field is omitted on serialization, throw an exception
> -------------------------------------------------------------------
>
>                 Key: THRIFT-142
>                 URL: https://issues.apache.org/jira/browse/THRIFT-142
>             Project: Thrift
>          Issue Type: Sub-task
>          Components: Compiler (Java)
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>         Attachments: thrift-142-v2.patch, thrift-142.patch
>
>


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


[jira] Updated: (THRIFT-142) If a required field is omitted on serialization, throw an exception

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

Bryan Duxbury updated THRIFT-142:
---------------------------------

    Attachment: thrift-142.patch

Here's a patch that implements the proper required behavior in the generated code.

> If a required field is omitted on serialization, throw an exception
> -------------------------------------------------------------------
>
>                 Key: THRIFT-142
>                 URL: https://issues.apache.org/jira/browse/THRIFT-142
>             Project: Thrift
>          Issue Type: Sub-task
>          Components: Compiler (Java)
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>         Attachments: thrift-142.patch
>
>


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


[jira] Resolved: (THRIFT-142) If a required field is omitted on serialization, throw an exception

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

David Reiss resolved THRIFT-142.
--------------------------------

    Resolution: Fixed

> If a required field is omitted on serialization, throw an exception
> -------------------------------------------------------------------
>
>                 Key: THRIFT-142
>                 URL: https://issues.apache.org/jira/browse/THRIFT-142
>             Project: Thrift
>          Issue Type: Sub-task
>          Components: Compiler (Java)
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>            Priority: Minor
>         Attachments: thrift-142-v2.patch, thrift-142.patch
>
>


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