Commit Graph

265 Commits

Author SHA1 Message Date
challenh d76580170b [OLINGO-272]fix NonRepeatableRequestException by using repeatable entity 2014-05-05 15:45:49 +08:00
Francesco Chicchiriccò 726fbe52e3 [OLINGO-263][OLINGO-264] First draft Edm annotation interfaces + client-side implementation (server components have TODO) 2014-05-04 18:23:12 +02:00
Francesco Chicchiriccò 6e72b1f3da [OLINGO-261] Missing V3 implementation of EdmNavigationProperty 2014-05-02 18:01:38 +02:00
Francesco Chicchiriccò 10f03a2c0a Adding missing method to Edm interfaces to check whether an entity or a complex type is abstract 2014-04-30 09:13:08 +02:00
Francesco Chicchiriccò 8a6bcb3d2a [OLINGO-262] Additional ext sub-module provided for specific usage with Android 2014-04-29 16:36:59 +02:00
Francesco Chicchiriccò e26d55d5bc [OLINGO-259] Some refinements 2014-04-29 10:49:36 +02:00
Francesco Chicchiriccò e8ac1c749b [OLINGO-259] Request / Response handling + test 2014-04-28 18:13:34 +02:00
Francesco Chicchiriccò 118b779bc4 [OLINGO-259] Delta response content parsing (including new domain objects) 2014-04-28 17:00:23 +02:00
Francesco Chicchiriccò 15e7718a0c [OLINGO-254] Specific client (EdmEnabledODataClient) provided to work with Edm: type information is derived from contextURL, hence such client is useful in JSON with full or minimal metadata 2014-04-27 07:48:52 +02:00
fmartelli 4f1072a6e0 [OLINGO-248] provided V4 asynchronous mechanisms. Still missing verification towards external services 2014-04-24 10:13:48 +02:00
Francesco Chicchiriccò 713ed0efa5 [OLINGO-234] All tests moved to fit 2014-04-23 18:27:55 +02:00
Francesco Chicchiriccò f87321f98e [OLINGO-234] OperationImportInvokeTestITCase moved to fit] 2014-04-23 13:26:32 +02:00
Francesco Chicchiriccò e4a4f9e6eb Moving contained CRUD tests from external test service to fit 2014-04-18 11:05:37 +02:00
Francesco Chicchiriccò fe8df96fe9 (Finally) Fixing incorrect millis <-> nanos conversion (with Timestamp) in EdmDateTimeOffset 2014-04-17 17:31:18 +02:00
Francesco Chicchiriccò b157e26caf Fixing incorrect millis <-> nanos conversion (with Timestamp) in EdmDateTimeOffset 2014-04-17 15:57:56 +02:00
Francesco Chicchiriccò 3bb39defd4 [OLINGO-175] More V4 CRUD tests for containment, deep insert and bind operation 2014-04-17 14:56:22 +02:00
Francesco Chicchiriccò 4376658343 Contained entity CRUD tests 2014-04-15 18:41:53 +02:00
Francesco Chicchiriccò d5e29b0207 [OLINGO-244] Implementation and IT provided 2014-04-14 14:11:43 +02:00
Francesco Chicchiriccò 1585f2da4f [OLINGO-175] open type tests for V4 2014-04-14 10:47:41 +02:00
Francesco Chicchiriccò 45673e8e4d [OLINGO-175] Finally re-enabling open type tests for V3 2014-04-11 18:53:24 +02:00
Francesco Chicchiriccò e9b71f34bd [OLINGO-227] Fixing again windows build 2014-04-11 13:49:14 +02:00
fmartelli 450ccfd4e3 [OLINGO-175] using commons (de-)serializers to add some capabilities to fit 2014-04-10 16:32:12 +02:00
Francesco Chicchiriccò 9f96234e69 Uniforming the type expression (de)serialization 2014-04-09 17:03:50 +02:00
Francesco Chicchiriccò 0612eab441 Small domain object enhancement 2014-04-09 15:56:22 +02:00
Francesco Chicchiriccò d3b513cfb5 Small fixes and utility methods 2014-04-09 14:09:53 +02:00
Francesco Chicchiriccò 4f59dba769 [OLINGO-234] Everything ready for V4 function / action import invoke, integration tests cannot be committed yet, need fit counterparts 2014-04-08 14:43:55 +02:00
Christian Amend 855a586b3d [OLINGO-202] Remove caching by by name for get with key 2014-04-07 13:52:45 +02:00
Francesco Chicchiriccò 081df2aa70 [OLINGO-202] Required changes provided 2014-04-07 13:21:17 +02:00
Francesco Chicchiriccò 44729da198 [OLINGO-234] Invoke requests working for V3 (with new Edm interfaces) 2014-04-04 17:23:23 +02:00
Francesco Chicchiriccò 251742312a [OLINGO-209] open type is both for complex and entity types 2014-04-03 11:12:22 +02:00
Francesco Chicchiriccò aeb66aa82a [OLINGO-209] Methods added to Edm interfaces, with default implementations compliant to OData 4.0 specs 2014-04-03 10:45:46 +02:00
Christian Amend 809519f9d8 [OLINGO-168] Tests for metadata serialization 2014-04-02 17:21:48 +02:00
Francesco Chicchiriccò 16d3b02886 [OLINGO-230] Implementation completed 2014-04-02 15:29:34 +02:00
Christian Amend 793c56e80c Merge branch 'olingo168'
Conflicts:
	lib/client-core/src/main/java/org/apache/olingo/client/core/edm/EdmNavigationPropertyImpl.java
	lib/commons-core/src/main/java/org/apache/olingo/commons/core/edm/AbstractEdmEntityContainer.java
	lib/server-core/src/main/java/org/apache/olingo/server/core/edm/provider/EdmEnumTypeImpl.java
	lib/server-core/src/main/java/org/apache/olingo/server/core/uri/parser/UriParseTreeVisitor.java
	lib/server-core/src/test/java/org/apache/olingo/server/core/testutil/EdmTechProvider.java
	lib/server-core/src/test/java/org/apache/olingo/server/core/uri/UriResourceImplTest.java
2014-04-02 09:30:53 +02:00
Christian Amend 6a3a4a1d72 [OLINGO-168] More TechProvider Refactoring 2014-04-01 16:46:50 +02:00
Francesco Chicchiriccò 6aaec814c4 [OLINGO-200] More ref tests 2014-04-01 16:04:24 +02:00
Francesco Chicchiriccò 1fa6676080 [OLINGO-200] Cleanup again 2014-04-01 14:16:50 +02:00
Francesco Chicchiriccò a5b7b2577d [OLINGO-200] Fixing minor quirk in V4 APIs 2014-04-01 14:10:29 +02:00
fmartelli c73772f041 [OLINGO-205, OLINGO-175] provided JSON integration tests + refactoring and fixes 2014-03-31 17:16:44 +02:00
Francesco Chicchiriccò de591bb583 [OLINGO-200] V3, V4 Error tests in 2014-03-31 16:55:31 +02:00
Francesco Chicchiriccò eeb5d9b4ab [OLINGO-200] V4 (de)serialization tests for EntitySet and Property 2014-03-31 15:17:08 +02:00
Francesco Chicchiriccò dc2922c956 [OLINGO-200] V4 ODataValue full reachable via API 2014-03-31 10:59:35 +02:00
Francesco Chicchiriccò 117cf6f0d0 [OLINGO-200] More V4 Enum tests 2014-03-30 16:12:17 +02:00
Francesco Chicchiriccò 80e5ed56d5 [OLINGO-200] Introducing specialization for V3 and V4 domain objects 2014-03-29 16:55:41 +01:00
Francesco Chicchiriccò ceda474058 [OLINGO-200] Introducing interfaces for domain object 2014-03-29 14:48:17 +01:00
Francesco Chicchiriccò b85c68fde1 More V3 property tests 2014-03-29 07:43:10 +01:00
fmartelli 645cdff844 [OLINGO-175, OLINGO-205] Provided context url and metadata etag check in it test 2014-03-28 18:08:43 +01:00
Francesco Chicchiriccò ce18b8e056 [OLINGO-200] V4 Atom and JSON parsers on their way - still to refine, but most features are in, and specific tests were added 2014-03-28 17:07:20 +01:00
fmartelli e4bf21325d [OLINGO-205] refactoring in order to add context url and metadata etag management 2014-03-27 15:41:09 +01:00
Francesco Chicchiriccò 59d54d844e Merge from origin/olingo200 2014-03-26 18:20:48 +01:00
Francesco Chicchiriccò 7651350846 [OLINGO-194] geospatial literals 2014-03-26 16:44:36 +01:00
fmartelli 428277c26d [OLINGO-175, OLINGO-205] provided (v4) context url and entity reference retrieving + it tests 2014-03-26 15:40:11 +01:00
Christian Amend 6fdfc458b1 [OLINGO-168] metadata serialization 2014-03-24 13:11:43 +01:00
fmartelli 5b5576f86c [OLINGO-205, OLINGO-200, OLINGO-65] merge 2014-03-24 10:05:44 +01:00
fmartelli 9aefb95905 [OLINGO-205, OLINGO-200] provided atom v4 deserialization for entity type/set + entity set request 2014-03-24 09:50:23 +01:00
Francesco Chicchiriccò a55ed62acc [OLINGO-200] Moving ODataDeserializer and ODataSerializer (interfaces and impl) to commons 2014-03-24 09:45:25 +01:00
Francesco Chicchiriccò fac84b3eb6 [OLINGO-200] Moving Atom and JSON (de)serializer to commons 2014-03-24 09:36:44 +01:00
Francesco Chicchiriccò 130a49fed2 [OLINGO-214] Using Timestamp consistently for both V4 and V3 datetime types 2014-03-22 16:11:36 +01:00
Francesco Chicchiriccò 559698d4db [OLINGO-65] Geospatial types implemented, EdmStream mock implemented with URI as backend, V3 pruned types implemented, EdmSimpleTypeKind adapted, EdmSimpleTypeFactory introduces 2014-03-21 11:51:11 +01:00
Sven Kobler 21aa475f2c [OLINGO-207] fix for URI Parser encoding/decoding and service document detection 2014-03-18 15:41:32 +01:00
Christian Amend ec39fd600b Merge branch 'olingo167'
Conflicts:
	lib/client-core/src/main/java/org/apache/olingo/client/core/edm/EdmEntityContainerImpl.java
2014-03-12 13:48:23 +01:00
Christian Amend 44aadbd686 [OLINGO-168] Enhance Edm for Service Document serialization
Also implemented a first version of the service document serializer. This
has still to be moved into the commons core.
2014-03-12 10:50:29 +01:00
Francesco Chicchiriccò f70d3f0bd3 Merge from master 2014-03-10 10:49:41 +01:00
Stephan Klevenz 897db8ef11 [OLINGO-192] rename java packages 2014-03-10 09:58:41 +01:00
Stephan Klevenz 7ebae356de [OLINGO-192] rename modules 2014-03-10 09:36:58 +01:00