[OLINGO-266] Merge remote-tracking branch 'origin/master' into olingo-266-tecsvc
Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/4cb3b32a Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/4cb3b32a Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/4cb3b32a Branch: refs/heads/olingo-266-tecsvc Commit: 4cb3b32afeafee7e778410fac118252bf2c0ae91 Parents: e57edd7 b913717 Author: Stephan Klevenz <[email protected]> Authored: Mon May 26 10:58:35 2014 +0200 Committer: Stephan Klevenz <[email protected]> Committed: Mon May 26 10:58:35 2014 +0200 ---------------------------------------------------------------------- .../ext/proxy/EntityContainerFactory.java | 2 +- .../EntityContainerInvocationHandler.java | 5 +- .../org/apache/olingo/fit/AbstractServices.java | 3 +- .../olingo/fit/proxy/v4/AbstractTestITCase.java | 3 +- .../proxy/v4/AuthEntityCreateTestITCase.java | 4 +- .../proxy/v4/AuthEntityRetrieveTestITCase.java | 4 +- .../fit/proxy/v4/EntityCreateTestITCase.java | 10 +- .../fit/proxy/v4/EntityRetrieveTestITCase.java | 8 +- .../fit/proxy/v4/KeyAsSegmentTestITCase.java | 27 +++-- .../v4/UnauthorizedEntityCreateTestITCase.java | 57 +++++++++ .../olingo/fit/v4/AuthBatchTestITCase.java | 118 +++++++++++++++++++ .../olingo/fit/v4/ErrorResponseTestITCase.java | 6 +- .../ODataClientErrorException.java | 4 +- .../communication/request/AbstractRequest.java | 22 +++- .../streamed/AbstractODataStreamedRequest.java | 30 +++-- .../apache/olingo/client/core/uri/URIUtils.java | 17 +-- .../core/edm/primitivetype/EdmBinary.java | 22 +++- .../core/edm/primitivetype/EdmBinaryTest.java | 2 + 18 files changed, 279 insertions(+), 65 deletions(-) ----------------------------------------------------------------------
