[ 
https://issues.apache.org/jira/browse/CXF-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13610281#comment-13610281
 ] 

Stian Soiland-Reyes edited comment on CXF-4914 at 3/25/13 9:14 AM:
-------------------------------------------------------------------

Suggested patch: https://github.com/apache/cxf/pull/5 from 
https://github.com/stain/cxf/tree/jaxrs-responsebuilder-nulls which (unlike 
Friday's patch on /pull/4) implements and tests all of the methods that 
previously returned null.

I suggested fix for 2.7.4 as the current behaviour of returning null is a bug - 
but feel free to reclassify as a new feature! :)
                
      was (Author: soilandreyes):
    Suggested patch: https://github.com/apache/cxf/pull/4 from 
https://github.com/stain/cxf/tree/jaxrs-responsebuilder-link

I suggested fix for 2.7.4 as the current behaviour of returning null is a bug - 
but feel free to reclassify as a new feature! :)
                  
> ResponseBuilderImpl returns null on link() and links()
> ------------------------------------------------------
>
>                 Key: CXF-4914
>                 URL: https://issues.apache.org/jira/browse/CXF-4914
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 2.7.3
>            Reporter: Stian Soiland-Reyes
>            Priority: Minor
>              Labels: jax-rs, link, response
>             Fix For: 2.7.4
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The link() and links() methods (and others) are unimplemented in 
> ResponseBuilderImpl.
> Rather than raise a NotImplementedException or similar, the current code 
> seems to be autogenerated by Eclipse and returns null rather than a Builder.
> I've suggested a patch at https://github.com/apache/cxf/pull/5 from 
> https://github.com/stain/cxf/tree/jaxrs-responsebuilder-nulls which 
> implements each of the missing methods. Unit tests are included.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to