You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by sk...@apache.org on 2014/04/04 07:50:57 UTC

[03/21] git commit: [OLINGO-206] Merge remote-tracking branch 'origin/master' into olingo-206-val

[OLINGO-206] Merge remote-tracking branch 'origin/master' into olingo-206-val


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/f3d5d667
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/f3d5d667
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/f3d5d667

Branch: refs/heads/master
Commit: f3d5d66735808113cce0563b3eaf93ab5985dfdb
Parents: c0db941 21aa475
Author: Stephan Klevenz <st...@sap.com>
Authored: Tue Mar 18 18:49:31 2014 +0100
Committer: Stephan Klevenz <st...@sap.com>
Committed: Tue Mar 18 18:49:31 2014 +0100

----------------------------------------------------------------------
 .../org/apache/olingo/commons/core/Decoder.java |  90 +++++++++++++
 .../org/apache/olingo/commons/core/Encoder.java | 130 +++++++++++++++++++
 .../apache/olingo/commons/core/DecoderTest.java |  89 +++++++++++++
 .../apache/olingo/commons/core/EncoderTest.java | 106 +++++++++++++++
 .../olingo/server/core/uri/parser/Parser.java   |  21 +--
 .../server/core/uri/parser/UriDecoder.java      |  33 ++---
 .../olingo/server/core/uri/RawUriTest.java      |   2 +
 .../core/uri/antlr/TestFullResourcePath.java    |  27 ++--
 8 files changed, 457 insertions(+), 41 deletions(-)
----------------------------------------------------------------------