You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Mike Rheinheimer (JIRA)" <ji...@apache.org> on 2009/09/17 18:22:57 UTC

[jira] Created: (WINK-194) JAX-RS 1.1 support: C006

JAX-RS 1.1 support:  C006
-------------------------

                 Key: WINK-194
                 URL: https://issues.apache.org/jira/browse/WINK-194
             Project: Wink
          Issue Type: Improvement
            Reporter: Mike Rheinheimer


Need support for C004 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html

I've already started work on this one.

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


[jira] Assigned: (WINK-194) JAX-RS 1.1 support: C006

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

Bryant Luk reassigned WINK-194:
-------------------------------

    Assignee: Bryant Luk

> JAX-RS 1.1 support:  C006
> -------------------------
>
>                 Key: WINK-194
>                 URL: https://issues.apache.org/jira/browse/WINK-194
>             Project: Wink
>          Issue Type: Improvement
>            Reporter: Mike Rheinheimer
>            Assignee: Bryant Luk
>         Attachments: WINK-194.patch
>
>
> Need support for C006 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html
> I've already started work on this one.

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


[jira] Closed: (WINK-194) JAX-RS 1.1 support: C006

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

Mike Rheinheimer closed WINK-194.
---------------------------------


> JAX-RS 1.1 support:  C006
> -------------------------
>
>                 Key: WINK-194
>                 URL: https://issues.apache.org/jira/browse/WINK-194
>             Project: Wink
>          Issue Type: Improvement
>            Reporter: Mike Rheinheimer
>            Assignee: Bryant Luk
>             Fix For: 1.0
>
>         Attachments: WINK-194.patch
>
>
> Need support for C006 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html
> I've already started work on this one.

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


[jira] Updated: (WINK-194) JAX-RS 1.1 support: C006

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

Mike Rheinheimer updated WINK-194:
----------------------------------

    Description: 
Need support for C006 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html

I've already started work on this one.

  was:
Need support for C007 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html

I've already started work on this one.


> JAX-RS 1.1 support:  C006
> -------------------------
>
>                 Key: WINK-194
>                 URL: https://issues.apache.org/jira/browse/WINK-194
>             Project: Wink
>          Issue Type: Improvement
>            Reporter: Mike Rheinheimer
>
> Need support for C006 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html
> I've already started work on this one.

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


[jira] Commented: (WINK-194) JAX-RS 1.1 support: C006

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WINK-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756855#action_12756855 ] 

Hudson commented on WINK-194:
-----------------------------

Integrated in Wink-Trunk-JDK1.5 #162 (See [http://hudson.zones.apache.org/hudson/job/Wink-Trunk-JDK1.5/162/])
    Add fromString capabilities

Thanks Mike for the contribution.

See []


> JAX-RS 1.1 support:  C006
> -------------------------
>
>                 Key: WINK-194
>                 URL: https://issues.apache.org/jira/browse/WINK-194
>             Project: Wink
>          Issue Type: Improvement
>            Reporter: Mike Rheinheimer
>            Assignee: Bryant Luk
>             Fix For: 0.2
>
>         Attachments: WINK-194.patch
>
>
> Need support for C006 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html
> I've already started work on this one.

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


[jira] Updated: (WINK-194) JAX-RS 1.1 support: C006

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

Mike Rheinheimer updated WINK-194:
----------------------------------

    Attachment: WINK-194.patch

Turns out we did not already have support for enums, so this patch adds support for that, and tests support for 'fromString', the precedence of 'valueOf' over 'fromString' and vice-versa for enums.

> JAX-RS 1.1 support:  C006
> -------------------------
>
>                 Key: WINK-194
>                 URL: https://issues.apache.org/jira/browse/WINK-194
>             Project: Wink
>          Issue Type: Improvement
>            Reporter: Mike Rheinheimer
>         Attachments: WINK-194.patch
>
>
> Need support for C006 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html
> I've already started work on this one.

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


[jira] Updated: (WINK-194) JAX-RS 1.1 support: C006

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

Mike Rheinheimer updated WINK-194:
----------------------------------

    Description: 
Need support for C007 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html

I've already started work on this one.

  was:
Need support for C004 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html

I've already started work on this one.


> JAX-RS 1.1 support:  C006
> -------------------------
>
>                 Key: WINK-194
>                 URL: https://issues.apache.org/jira/browse/WINK-194
>             Project: Wink
>          Issue Type: Improvement
>            Reporter: Mike Rheinheimer
>
> Need support for C007 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html
> I've already started work on this one.

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


[jira] Resolved: (WINK-194) JAX-RS 1.1 support: C006

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

Bryant Luk resolved WINK-194.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.2

Thanks Mike.  I applied your patch.  Also made a few other changes in WINK-201 to fix an issue that was there before your patch.

> JAX-RS 1.1 support:  C006
> -------------------------
>
>                 Key: WINK-194
>                 URL: https://issues.apache.org/jira/browse/WINK-194
>             Project: Wink
>          Issue Type: Improvement
>            Reporter: Mike Rheinheimer
>            Assignee: Bryant Luk
>             Fix For: 0.2
>
>         Attachments: WINK-194.patch
>
>
> Need support for C006 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html
> I've already started work on this one.

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


[jira] Updated: (WINK-194) JAX-RS 1.1 support: C006

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

Mike Rheinheimer updated WINK-194:
----------------------------------

    Patch Info: [Patch Available]

> JAX-RS 1.1 support:  C006
> -------------------------
>
>                 Key: WINK-194
>                 URL: https://issues.apache.org/jira/browse/WINK-194
>             Project: Wink
>          Issue Type: Improvement
>            Reporter: Mike Rheinheimer
>         Attachments: WINK-194.patch
>
>
> Need support for C006 at http://jcp.org/aboutJava/communityprocess/maintenance/jsr311/311ChangeLog.html
> I've already started work on this one.

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