You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by il...@apache.org on 2014/03/20 11:27:13 UTC

[19/21] git commit: Merge remote-tracking branch 'origin/master' into olingo200

Merge remote-tracking branch 'origin/master' into olingo200


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

Branch: refs/heads/olingo200
Commit: 7b9130088d214d1102b319ac8c8067edba189fc8
Parents: df77c31 21aa475
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Mar 20 08:49:54 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Mar 20 08:49:54 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(-)
----------------------------------------------------------------------