Commit Graph

583 Commits

Author SHA1 Message Date
fmartelli 1144e1b1e9 [OLINGO-398] fix 2014-08-11 11:13:57 +02:00
Francesco Chicchiriccò 655dbb8c97 [OLINGO-399] ODataRuntimeException -> ODataResponseError 2014-08-11 11:13:30 +02:00
Michael Bolz bc1d13929a [OLINGO-342] Changed version to 4.0.0-beta-01-SNAPSHOT 2014-08-11 10:07:44 +02:00
Michael Bolz 5f4d0507e8 [OLINGO-396] Added stricter check for $format in uri 2014-08-11 07:54:42 +02:00
Michael Bolz 5cdf64db23 OLINGO-317] Fixed context url in TechnicalScenario 2014-08-08 06:33:31 +02:00
Michael Bolz 266c7b4ae8 [OLINGO-356] Content negotiation change for custom format 2014-08-07 13:49:43 +02:00
Michael Bolz 9048d725a2 [OLINGO-356] URIParser untit tests check error message key 2014-08-07 13:31:50 +02:00
Christian Amend d19afa013b [OLINGO-348] Make Uri Parser exception translatable 2014-08-06 17:10:16 +02:00
Christian Amend 5c0b34a92d [OLINGO-350] Status code handling and refactoring 2014-08-06 17:10:15 +02:00
Francesco Chicchiriccò c0b92cf09e [OLINGO-365] Composable function invocation refactory - in progress 2014-08-03 15:24:54 +02:00
Francesco Chicchiriccò 9b28f8df62 [OLINGO-365] Enhancing type handling for complex properties 2014-08-01 12:35:52 +02:00
Francesco Chicchiriccò b01b784477 [OLINGO-391] Proved working on Android: needed also to get rid of StringUtils and few other Base64 methods 2014-08-01 10:54:19 +02:00
Francesco Chicchiriccò bf4e34d879 ContextURLParser enhancement for deep contained URIs 2014-07-31 17:40:58 +02:00
Christian Amend 795af6e38f [OLINGO-348] Exception handling refactoring 2014-07-31 11:06:46 +02:00
Francesco Chicchiriccò 17544d2d1c [OLINGO-390] As for 'plain' complex values, do not serialize the type information as for primitives (in JSON) 2014-07-30 09:53:30 +02:00
Michael Bolz 45a46f86e9 [OLINGO-377] Merge branch 'master' into OLINGO-377-FIT
Conflicts:
	fit/src/test/java/org/apache/olingo/fit/tecsvc/client/BasicITCase.java
2014-07-29 14:43:57 +02:00
Michael Bolz 7442b27cd7 [OLINGO-317] Additional integration test and simplified getCount() 2014-07-29 14:37:49 +02:00
Michael Bolz c35725ce81 [OLINGO-377] Merge branch 'master' into OLINGO-377-FIT 2014-07-29 14:33:37 +02:00
Francesco Chicchiriccò eb1de05a7e Fixed handling of non-string primitive types (as DateTimeOffset) with json/minimal 2014-07-29 13:48:21 +02:00
Michael Bolz 3aab1c1276 Merge remote-tracking branch 'origin/master' into OLINGO-377-FIT 2014-07-29 10:00:12 +02:00
Francesco Chicchiriccò d56e0ef457 [OLINGO-365] More robust handling for bound operations via proxy 2014-07-29 09:40:52 +02:00
Michael Bolz b95779b2ae Merge branch 'master' into OLINGO-377-FIT 2014-07-29 09:01:34 +02:00
Michael Bolz ba3aa4ff69 [OLINGO-377] Clean up poms 2014-07-29 08:55:59 +02:00
fmartelli 72dc69dc8e [OLINGO-365] provided more tests 2014-07-28 17:48:57 +02:00
Michael Bolz aaa4f18e35 [OLINGO-377] Added core as dependency to enable cobertura instrumentation 2014-07-28 14:43:12 +02:00
Francesco Chicchiriccò 05e41557f5 [OLINGO-363] Better metadata ETag management 2014-07-28 10:05:27 +02:00
mibo 6e7231943b [OLINGO-377] Merge branch 'master' into OLINGO-377-FIT 2014-07-26 11:58:08 +02:00
Klaus Straubinger 633ef32216 [OLINGO-317] more translatable exceptions
Change-Id: I7cf9ad31b0aa2b136e75133a901516fb02dd11bb

Signed-off-by: Christian Amend <chrisam@apache.org>
2014-07-25 12:44:28 +02:00
fmartelli 86d33380e8 [OLINGO-366] fixed providing delayed operation invocation + composable invoker 2014-07-25 10:57:33 +02:00
mibo d343506700 Merge branch 'master' into OLINGO-377-FIT 2014-07-25 08:07:18 +02:00
fmartelli abb47659e4 [OLINGO-366] provided operation invokers 2014-07-24 16:30:25 +02:00
Michael Bolz 7d3749c8aa Merge branch 'master' into OLINGO-377-FIT 2014-07-24 13:34:50 +02:00
Christian Amend e0b787e3dd [OLINGO-348] Rename test bundle to avoid name clash with root bundle 2014-07-24 10:35:17 +02:00
Michael Bolz 327873253c [OLINGO-317] Translatable ODataSerializerException 2014-07-24 10:07:34 +02:00
Michael Bolz b4d3819ab6 [OLINGO-377] Unpack dependency to make instrumentation possible 2014-07-24 09:24:47 +02:00
Michael Bolz 5ab4bdc922 [OLINGO-377] Replaced cargo with embedded tomcat 2014-07-23 20:16:13 +02:00
Francesco Chicchiriccò b891821153 [OLINGO-368] Async features via proxy for all but operation invocation 2014-07-23 15:04:44 +02:00
Francesco Chicchiriccò 1c5b33ea5d [OLINGO-363] pojogen now saves metadata information in the generated Service class, and proxy code fetches it from there 2014-07-23 12:20:48 +02:00
Michael Bolz c75c29ce05 [OLINGO-317] Split ContextURL in parser and builder 2014-07-23 10:52:09 +02:00
fmartelli 935d70abc2 [OLINGO-366] provides complex handling improvement 2014-07-22 18:08:37 +02:00
Christian Amend c58109466f [OLINGO-348] Exception refactoring on server side 2014-07-22 16:45:14 +02:00
Christian Amend 984ca3412b [OLINGO-348] Exceptionhandling on server side and message texts 2014-07-22 16:45:13 +02:00
Francesco Chicchiriccò a9ec75991f Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/olingo-odata4 2014-07-22 16:40:33 +02:00
Francesco Chicchiriccò 18ce83af4d [OLINGO-364] No more need to generate files under META-INF/ 2014-07-22 16:40:26 +02:00
Michael Bolz 66097e3dd6 [OLINGO-356] Code clean up (warnings) 2014-07-22 15:11:34 +02:00
Francesco Chicchiriccò d14064118e Consolidating the Android client lib 2014-07-22 12:15:09 +02:00
Francesco Chicchiriccò 3a060746c3 Fixing ContextURL for contained entity sets 2014-07-21 16:42:59 +02:00
Francesco Chicchiriccò c155238d9c [OLINGO-362] Now supporting refresh token 2014-07-21 13:33:34 +02:00
fmartelli cdc98eacd8 [OLINGO-366,OLINGO-367,OLINGO-370] merge 2014-07-18 18:07:15 +02:00
fmartelli 989babb1dc [OLINGO-366,OLINGO-367,OLINGO-370] chahnged entity, entity collection and complex creation methods (still missing complex collection creator). Provided delayed HTTP request for navigation property. Provided select query option support on entity set (still missing query options support for entity collections) 2014-07-18 17:51:48 +02:00
mibo 3e81f054c0 [OLINGO-348] Fixed test for none english environments 2014-07-17 21:10:12 +02:00
Francesco Chicchiriccò 23789e100b [OLINGO-369] continue-on-error behavior implemented for both transactional and non-transactional persistence 2014-07-17 14:18:21 +02:00
Michael Bolz 31e4913950 [OLINGO-317] Basic media entity support and more Constants usage 2014-07-17 10:40:54 +02:00
Christian Amend b9db730f3c [OLINGO-348] Translatable exception 2014-07-16 16:09:34 +02:00
Michael Bolz 890628e047 Removed unused imports 2014-07-16 15:10:08 +02:00
Michael Bolz 8442ea8f78 [OLINGO-317] Simplified version dependent constants 2014-07-16 14:22:33 +02:00
fmartelli 5b3c3d3403 [OLINGO-353] fixed + merge 2014-07-16 11:24:30 +02:00
Francesco Chicchiriccò 44c4772ed1 Merge from master 2014-07-16 10:13:54 +02:00
Francesco Chicchiriccò c541d9251b [OLINGO-362] OAuth2 supporting abstract class provided + concrete CXF-based IT 2014-07-16 10:05:04 +02:00
Michael Bolz b9f4b3c64c [OLINGO-317] ContextURL integration 2014-07-15 15:43:43 +02:00
Christian Amend 8277130c71 [OLINGO-348] Move ODataApplication exception to server 2014-07-15 14:16:03 +02:00
Stephan Klevenz 2eb3545614 [OLINGO-343] Merge branch 'olingo343' 2014-07-15 10:45:08 +02:00
Stephan Klevenz ded008b75f [OLINGO-343] work on license files 2014-07-15 09:18:04 +02:00
fmartelli bda51643b1 Fix for proxy inline entity and entity set retrieving 2014-07-14 16:07:47 +02:00
Francesco Chicchiriccò d9c6b08f7d White noise 2014-07-13 15:17:27 +02:00
Francesco Chicchiriccò f1f6491a56 Removing all leaks on Android 2014-07-13 07:56:24 +02:00
Francesco Chicchiriccò c3a709309e Several Android enhancements 2014-07-12 17:34:21 +02:00
fmartelli 05643bd2af Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/olingo-odata4 2014-07-12 16:09:18 +02:00
Stephan Klevenz db149fd3b0 [OLINGO-343] javadoc target 2014-07-11 15:38:26 +02:00
Francesco Chicchiriccò 4e61f1093d [OLINGO-357] Fixed 2014-07-11 12:56:02 +02:00
Michael Bolz 200cc75568 [OLINGO-356] Fix for tiny bug in ContextURL 2014-07-11 11:14:13 +02:00
Michael Bolz 210cf9b37d [OLINGO-317] Support for JSON variants in server serializer 2014-07-11 10:51:37 +02:00
Michael Bolz cadd647616 [OLINGO-356] Clean up code and fixed typos 2014-07-11 10:46:56 +02:00
fmartelli 4cd65b217d Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/olingo-odata4 2014-07-10 18:03:00 +02:00
Francesco Chicchiriccò bc033b0f3b Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/olingo-odata4 2014-07-10 17:18:58 +02:00
Francesco Chicchiriccò 1b9c3e1e1d Fixing Android functioning 2014-07-10 17:18:38 +02:00
fmartelli ca5ed6e882 [OLINGO-353] fix 2014-07-10 16:54:47 +02:00
Christian Amend d1e5d22654 [OLINGO-349] Use commons ODataError
Transformed the ODataError interface to a bean class and used it for
serialization and deserialization.
2014-07-10 15:48:02 +02:00
Christian Amend 9403aeced7 [OLINGO-349] ODataError serialization. Move to commons pending 2014-07-10 15:48:01 +02:00
vikram.pancholi 9469058193 [OLINGO-355] Adding generated source folder to server-core/pom.xml to fix compilation issue faced after eclipse import 2014-07-10 15:28:17 +02:00
Michael Bolz a82f399c5f [OLINGO-317] Added more data and tests 2014-07-10 13:06:58 +02:00
Michael Bolz 88cfce7e7f [OLINGO-317] Fixed NFE for query options 2014-07-10 13:00:30 +02:00
Michael Bolz 13d8d36f9b [OLINGO-317] Added DataProvider with data for TecSvc 2014-07-09 15:31:36 +02:00
Stephan Klevenz ba51433395 [OLINGO-338] - refactor ContentType and AccessType class 2014-07-09 14:51:03 +02:00
Stephan Klevenz 8e0abd7f1f [OLINGO-337] fix unit test error 2014-07-09 14:51:03 +02:00
Michael Bolz cbd2b3c991 [OLINGO-317] Store DataProvider per HttpSession 2014-07-09 09:19:52 +02:00
Michael Bolz 9fa6773d70 [OLINGO-317] Fixed test failure 2014-07-08 16:58:08 +02:00
Stephan Klevenz 51e8d3e8d8 [OLINGO-337] more fit tests 2014-07-08 15:37:48 +02:00
Michael Bolz 1d31f596a8 [OLINGO-342] Fixed typos in interfaces 2014-07-08 14:54:10 +02:00
Michael Bolz cc0d1a0e7c [OLINGO-317] Fixed test 2014-07-08 14:49:21 +02:00
Michael Bolz 45b7289f88 [OLINGO-317] Merge feature branch into master 2014-07-08 13:53:58 +02:00
Stephan Klevenz b3cfc3510f [OLINGO-337] fix issue after merge 2014-07-08 10:23:46 +02:00
Stephan Klevenz 233651a8bf [OLINGO-337] merge origin/master 2014-07-08 10:16:48 +02:00
Stephan Klevenz 811fff545c [OLINGO-337] merger origin/master 2014-07-08 10:10:36 +02:00
Stephan Klevenz aff42fcee5 [OLINGO-337] more tests and fixes 2014-07-08 10:07:16 +02:00
Michael Bolz 3ca91891bd [OLINGO-317] Integration into tecsvc 2014-07-08 09:18:14 +02:00
mibo d860717ed5 [OLINGO-317] Fix problem with DataTimeOffset in test 2014-07-07 13:41:34 +02:00
Michael Bolz eb2e3b78aa [OLINGO-317] Fix problem with Timezone in test 2014-07-07 08:43:59 +02:00
Michael Bolz 95e2d8d339 [OLINGO-317] Merge with current master 2014-07-07 07:42:22 +02:00
Francesco Chicchiriccò 6383ab0b12 Fixing checkstyle errors 2014-07-04 12:21:01 +02:00
Stephan Klevenz f4640911af [OLINGO-337] improve AcceptType class to allow '*' 2014-07-04 12:18:25 +02:00
Stephan Klevenz 434246abe9 [OLINGO-337] javadoc 2014-07-04 12:18:24 +02:00
Stephan Klevenz d049864ea4 [OLINGO-337] refactor requestedContentType 2014-07-04 12:18:24 +02:00
Francesco Chicchiriccò 098ed145db [OLINGO-341] Fix 2014-07-04 11:23:36 +02:00
Francesco Chicchiriccò 15f7de8f6c [OLINGO-340] Fix 2014-07-04 11:09:42 +02:00
Francesco Chicchiriccò f117154429 Fixing checkstyle errors 2014-07-04 09:11:52 +02:00
Francesco Chicchiriccò ea0d3a53e1 Merge remote-tracking branch 'origin/master' into olingo337 2014-07-04 09:11:30 +02:00
Stephan Klevenz 263e42802f [OLINGO-328] fix pom error 2014-07-04 08:58:47 +02:00
Stephan Klevenz 7658c65602 [OLINGO-337] BasicITCase 2014-07-04 08:38:08 +02:00
Stephan Klevenz 62eccf9c19 [OLINGO-337] improve AcceptType class to allow '*' 2014-07-03 12:54:07 +02:00
Stephan Klevenz 1a1c061463 [OLINGO-337] javadoc 2014-07-03 10:45:37 +02:00
Stephan Klevenz d784a047c8 [OLINGO-337] refactor requestedContentType 2014-07-03 09:13:54 +02:00
Michael Bolz 66f26e5b6a [OLINGO-317] Merge with current master 2014-07-03 09:04:49 +02:00
Michael Bolz 876655fd26 [OLINGO-317] Minor code clean up in test 2014-07-03 07:32:25 +02:00
Michael Bolz da8cf726bf [OLINGO-317] Added collection type handling 2014-07-02 12:39:47 +02:00
Stephan Klevenz 2bd0662645 [OLINGO-328] refactoring, improvements & fit 2014-07-02 10:23:22 +02:00
Michael Bolz 71bdaed300 [OLINGO-317] Added complex type handling 2014-07-01 16:21:42 +02:00
Stephan Klevenz a51146a46f [OLINGO-328] refactoring 2014-07-01 15:07:46 +02:00
Stephan Klevenz b97226b059 [OLINGO-328] refactoring 2014-07-01 10:22:29 +02:00
Stephan Klevenz 2ab4b2fdba [OLINGO-328] code cleanup and checkstyle issues 2014-06-30 16:56:39 +02:00
mibo 839e96045a [OLINGO-317] Added additional tests 2014-06-30 15:15:28 +02:00
Stephan Klevenz bf96839818 [OLINGO-328] Merge remote-tracking branch 'origin/master' into olingo328 2014-06-30 14:10:55 +02:00
Stephan Klevenz 130c99c939 [OLINGO-328] refactor 2014-06-30 14:02:15 +02:00
Stephan Klevenz 314408648d [OLINGO-328] all cases implemented 2014-06-30 13:56:45 +02:00
Michael Bolz 4c4f82ee5f [OLINGO-317] Code clean up 2014-06-30 09:26:36 +02:00
Stephan Klevenz 2355bf8d17 [OLINGO-328] Merge remote-tracking branch 'origin/master' into olingo328 2014-06-30 09:22:00 +02:00
Michael Bolz 8221545085 [OLINGO-317] Minor bugfixes 2014-06-30 07:27:15 +02:00
Stephan Klevenz acc12ff742 [OLINGO-328] refactor content negotiation 2014-06-27 17:33:20 +02:00
Michael Bolz a2874142c5 [OLINGO-317] Refactoring of 'Value-classes' 2014-06-27 14:25:30 +02:00
Stephan Klevenz 0ffc26d1b2 [OLINGO-328] improve AcceptType for multi value support 2014-06-27 14:22:23 +02:00
challenh 2d79cc7674 [OLINGO-317] Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/olingo-odata4 2014-06-26 13:57:06 +02:00
Stephan Klevenz af3f998b7f [OLINGO-328] improve multi valued headers of ODataRequest 2014-06-26 08:53:18 +02:00
Stephan Klevenz 97222fad31 [OLINGO-328] API design and setup of TDD 2014-06-24 17:21:11 +02:00
Michael Bolz 4c820a26c5 [OLINGO-317] Fixed incompatible test 2014-06-24 12:30:31 +02:00
Stephan Klevenz 77af7dfab0 [OLINGO-328] refactor EntitySetProcessor to CollectionProcessor 2014-06-24 12:21:34 +02:00
Stephan Klevenz f70c294a6f [OLINGO-328] pom maintenance 2014-06-24 10:50:18 +02:00
challenh f40643f92e [OLINGO-327] make client supports shorter operation name in url (not protocol standard) 2014-06-24 12:52:27 +08:00
Michael Bolz ce3598521d [OLINGO-317] Minor ContentType refactoring 2014-06-23 15:19:23 +02:00
Michael Bolz ab6fd5e2b8 [OLINGO-317] Refactored ContentType 2014-06-17 14:53:44 +02:00
Michael Bolz 176bee4b02 Merge branch 'master' into Olingo-317_DeSerializerRefactoring 2014-06-17 14:24:05 +02:00
challenh 1e8ad44a00 [OLINGO-326] URIbuilder issue on android, and uri format issue of addressing derived types 2014-06-17 10:32:44 +08:00
Michael Bolz 37abba5f0e [OLINGO-317] Merged the format ENUMs 2014-06-13 15:26:16 +02:00
Michael Bolz b15439ffc4 [OLINGO-317] Rename and move of some packages and classes 2014-06-12 10:59:18 +02:00
Francesco Chicchiriccò 634d75b799 Removing unnecessary dependency - looks like a refuse 2014-06-12 08:27:10 +02:00
Michael Bolz 70afb2acc5 [OLINGO-317] Finished DeSerializer refactoring 2014-06-11 14:29:57 +02:00
mibo 46a3417825 [OLINGO-317] First presentable state 2014-06-09 14:43:34 +02:00
challenh cf360e6573 [OLINGO-319] fix java.lang.IllegalStateException: Content has been consumed 2014-06-08 13:35:01 +08:00
challenh 5959dfb02a [OLINGO-318]client should base64encode edm.binary data, not as URLSafeString 2014-06-06 23:40:06 +08:00
challenh 80c2f83acc [OLINGO-315] handle the case of zero container in EDM schema 2014-06-06 17:03:58 +08:00
Stephan Klevenz 658ddef878 [OLINGO-313] more tests 2014-06-03 16:46:51 +02:00
Stephan Klevenz f68aa54e12 [OLINGO-313] version header support 2014-06-03 16:29:59 +02:00
Christian Amend 9ae26a709b Merge branch 'olingo-266-tecsvc' 2014-06-03 14:57:52 +02:00
Christian Amend dd1e5b0d9e [OLINGO-266] Entity and EntitySet dispatching 2014-06-03 14:30:03 +02:00
Stephan Klevenz 17f173a946 [OLINGO-266] Merge remote-tracking branch 'origin/olingo-266-tecsvc' into master 2014-06-02 13:15:56 +02:00
Stephan Klevenz 85fb12ad83 [OLINGO-266] make metadata fit work 2014-06-02 13:13:58 +02:00
fmartelli b0a0c20ebb Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/olingo-odata4 2014-05-26 16:00:45 +02:00
fmartelli 24a031b750 Some refinements arounf pojogen 2014-05-26 16:00:25 +02:00
Stephan Klevenz 4cb3b32afe [OLINGO-266] Merge remote-tracking branch 'origin/master' into olingo-266-tecsvc 2014-05-26 10:58:35 +02:00
Stephan Klevenz e57edd71dd [OLINGO-266] fit metadata and service document 2014-05-26 10:58:11 +02:00
Michael Bolz b913717758 [OLINGO-284] Fixed content length calculation 2014-05-26 10:26:00 +02:00
fmartelli 5b5ff8ea23 Fix for (authenticated) batch repeatable request 2014-05-23 14:25:08 +02:00
Stephan Klevenz 7dc44812c1 [OLINGO-266] merge origin/master 2014-05-23 12:50:32 +02:00
Francesco Chicchiriccò 696c58645d Bunch of client API review 2014-05-23 12:32:30 +02:00
Stephan Klevenz 44e0c6495a [OLINGO-266] redirect support 2014-05-23 09:33:08 +02:00
Francesco Chicchiriccò 3ba5cb36d1 [OLINGO-267] JSON conformance test added 2014-05-22 17:05:11 +02:00
Stephan Klevenz 895cd51a4d [OLINGO-266] timestamp support for tecsvc 2014-05-22 13:27:04 +02:00
Stephan Klevenz ef5d977629 [OLINGO-266] delete dummy 2014-05-22 13:20:34 +02:00
Stephan Klevenz df5ce63af6 [OLINGO-266] timestamp support for tecsvc 2014-05-22 13:19:40 +02:00
Stephan Klevenz 92a4404dd4 [OLINGO-266] Merge remote-tracking branch 'origin/master' into olingo-266-tecsvc 2014-05-22 12:35:13 +02:00
Stephan Klevenz a9ed465516 [OLINGO-266] processor registry 2014-05-22 12:34:23 +02:00
Francesco Chicchiriccò 72d894cd3a [OLINGO-260][OLINGO-261] Finishing instance annotations support 2014-05-21 17:21:06 +02:00
Francesco Chicchiriccò 35e89699ea Invoke request factory re-factoring 2014-05-21 13:40:50 +02:00
fmartelli 84203da0a4 Client api change: removed 'outside' batch item 2014-05-20 18:25:01 +02:00
fmartelli 859a7e893c api review in order to avoid to append value segment explicitely in case of media entity retrieve and property value retrieve 2014-05-20 16:55:41 +02:00
Francesco Chicchiriccò a12b2b115a Adding tests for linked entity create / delete 2014-05-20 16:15:06 +02:00
fmartelli 24ce9af649 Merged StreamRequestFactory methods into CURDrequestFactory and removed StreamRequestFactory 2014-05-20 15:02:39 +02:00
fmartelli 8ad67fede0 batch method and manager renaming 2014-05-20 14:37:43 +02:00
Francesco Chicchiriccò 5fb2b80e40 Enhancing the FunctionImport invoke API enhancement 2014-05-20 08:37:40 +02:00
Francesco Chicchiriccò beae4797f0 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/olingo-odata4 2014-05-19 17:47:53 +02:00
Francesco Chicchiriccò f59a8fb30c [OLINGO-260] Instance annotations test 2014-05-19 17:47:46 +02:00
Christian Amend c93b648b0b [OLINGO-266] Fix response sending 2014-05-19 17:16:57 +02:00
Christian Amend 002161cd4c [OLINGO-267] Implement getContainer correctly 2014-05-19 16:32:17 +02:00
Stephan Klevenz 1591f8742c [OLINGO-266] merge 2014-05-19 15:00:05 +02:00
Francesco Chicchiriccò 32953c0b11 [OLINGO-260] contained tests 2014-05-19 14:36:12 +02:00
Francesco Chicchiriccò 6d76674afb [OLINGO-260] derived types tests 2014-05-19 14:35:53 +02:00
Francesco Chicchiriccò 4e675fc223 Fixing bad test 2014-05-19 14:33:13 +02:00
Francesco Chicchiriccò 397c82f1b1 [OLINGO-260] V4 function / action import invoke 2014-05-19 14:33:13 +02:00
fmartelli 22f6a6a2ad [OLINGO-260] provided primitive keys integration test on proxy + some refactoring ... still missing EdmTime review: what about BigDecimal in place of Duration? 2014-05-19 14:32:45 +02:00
Stephan Klevenz 15eb5875c3 [OLINGO-266] pimp index.jsp 2014-05-19 14:27:05 +02:00
Stephan Klevenz d3e3074993 [OLINGO-266] pimp index.jsp 2014-05-19 14:27:05 +02:00
Stephan Klevenz 7f5a119e42 [OLINGO-266] TDD for metadata & service doc 2014-05-19 14:27:05 +02:00
Stephan Klevenz 0c32f1a56f [OLINGO-266] TDD for metadata & uri handling 2014-05-19 14:27:05 +02:00
Stephan Klevenz 181bd26454 [OLINGO-266] OData handler + service document test 2014-05-19 14:27:04 +02:00
Stephan Klevenz 92ad3423a9 [Olingo-266] clean up 2014-05-19 14:27:04 +02:00
Stephan Klevenz bb48147bc2 [OLINGO-266] ODataHandler 2014-05-19 14:27:04 +02:00
Stephan Klevenz f92ab0a0ec [OLINGO-266] ODataHandler 2014-05-19 14:27:04 +02:00
Stephan Klevenz a8f8d52846 [OLINGO-266] pimp index.jsp 2014-05-19 14:27:03 +02:00
Stephan Klevenz 089a312307 [OLINGO-266] pom maintenance 2014-05-19 14:27:03 +02:00
Stephan Klevenz 96e973f07f [OLINGO-266] obsolete tests deleted 2014-05-19 14:27:03 +02:00
Stephan Klevenz ee3a0d8fff [OLINGO-266] server-test module introduced 2014-05-19 14:27:03 +02:00