You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by stain <gi...@git.apache.org> on 2013/03/25 10:11:59 UTC

cxf pull request: Jaxrs responsebuilder nulls

GitHub user stain opened a pull request:

    https://github.com/apache/cxf/pull/5

    Jaxrs responsebuilder nulls

    Implements all missing ResponseBuilder methods from https://issues.apache.org/jira/browse/CXF-4914
    -- superseeds previous pull request

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/stain/cxf jaxrs-responsebuilder-nulls

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cxf/pull/5.patch

----
commit e96ca2c0be4ee4f3fe090c63a4b68d131fc1d43e
Author: Stian Soiland-Reyes <st...@soiland-reyes.com>
Date:   2013-03-22T13:57:41Z

    CXF-4914 ResponseBuilderImpl link() implemented

commit ceb7fe9abaefc33c01a3e972b94942a33ce75660
Author: Stian Soiland-Reyes <st...@soiland-reyes.com>
Date:   2013-03-22T14:13:59Z

    CXF-4914 Throw UnsupportedException on unimplemented methods

commit 1e96e6d9388e550dacfbc4f1f2e96c97f2655849
Author: Stian Soiland-Reyes <st...@soiland-reyes.com>
Date:   2013-03-22T14:08:06Z

    Corrected expected/actual order in checkBuild() unit test

commit d8d2e4cf652fb9126e1dfa1e6f815079b417e733
Author: Stian Soiland-Reyes <st...@soiland-reyes.com>
Date:   2013-03-25T09:07:41Z

    CXF-4914 implemented empty responsebuilder methods
    
    allow(..)
    allow(Set)
    encoding()
    entity(Object, Annotation[])
    replaceAll()
    variants(..)

----