Commit Graph

78 Commits

Author SHA1 Message Date
Dmitry.Tretyakov ebf4eb9280 [OLINGO-991] OData4HttpHandler does not honor split while processing request
Signed-off-by: Christian Amend <christian.amend@sap.com>
2016-07-28 09:22:25 +02:00
Ramesh Reddy 89438caaf5 OLINGO-982: fixing the nullable property to be true when omitted on navigation property 2016-07-22 06:27:51 -05:00
Ramesh Reddy 3c0225c9da OLINGO-567: Support for odata.metadata=full 2016-06-26 07:50:39 -07:00
Ramesh Reddy b32a2ce2e2 OLINGO-967: refining the batch rollback behavior 2016-06-10 06:58:57 -05:00
Ramesh Reddy ff87212deb OLINGO-939 2016-04-21 16:20:49 -05:00
Ramesh Reddy 01e27bb6ee OLINGO-939: Avoiding to use contentType.getType method, instead use contentType.toContentTypeString for string form of the content-type 2016-04-21 15:26:15 -05:00
Ramesh Reddy e4f95706a9 OLINGO-939: correcting the content-type in the error response 2016-04-21 12:42:25 -05:00
Ramesh Reddy a1e10be17e OLINGO-925: renaming the package name of EdmxReference class such it bundle packaging mechanism will not pull in these classes into other modules 2016-03-31 08:22:34 -05:00
Ramesh Reddy 300316db8d OLINGO-911: small correction to show the count based requests with functions/actions 2016-03-25 17:33:45 -05:00
Ramesh Reddy 9658091ae1 OLINGO-913: Correcting the SchemaBasedEdmProvider behavior 2016-03-24 15:28:48 -05:00
Ramesh Reddy d613bb96a7 OLINGO-907: correcting entity-id resolution with different paths 2016-03-24 10:42:43 -05:00
Ramesh Reddy b6c7d401e2 OLINGO-907:corrected the usage to treat as individual query parameter and then combine with others to build the complete url 2016-03-21 15:46:39 -05:00
Ramesh Reddy 7d10c60c57 OLINGO-911: Correcting request with PUT/DELETE verbs to correctly handle serialization and way notify the service about the raw value 2016-03-18 09:38:26 -05:00
Ramesh Reddy 11e040babc OLINGO-911: using json serializer for response purpose, but this will ever be used to just send the 204 in cases of update and delete 2016-03-17 17:34:13 -05:00
Ramesh Reddy 9c61e22375 OLINGO-908: Adding 'Allow' header in situations of returning 405 for the submitted request 2016-03-16 12:27:04 -05:00
Ramesh Reddy 860d418fdf OLINGO-880: making few methods from package protected to protected so that derived classes can extend/use the API 2016-03-16 08:22:48 -05:00
mibo 59699da030 [OLINGO-856] Merge branch 'OLINGO-856_ODataHandlerInAPI' 2016-03-04 21:24:10 +01:00
Ramesh Reddy c86009a242 OLINGO-868: Fixing a error, where a repeated annotation element is not skipped correctly 2016-02-19 12:06:12 -06:00
Ramesh Reddy a8d1d4c647 OLINGO-878: Adding support to remove invalid xml characters from Atom payload 2016-02-15 12:31:34 -06:00
mibo e07abf0b0f [OLINGO-856] Created ODataHandler Interface 2016-02-13 07:08:33 +01:00
Ramesh Reddy d880d6c480 OLINGO-878: Adding support to remove unvalid xml characters from Atom payload 2016-02-12 19:37:58 -06:00
Ramesh Reddy 187c229b60 OLINGO-880: Enable MetadataParser to load core vocabularies based on a perference setting, these are loaded loaded from local classpath, instead of making a web call 2016-02-12 09:16:00 -06:00
Ramesh Reddy 801899a085 OLINGO-861: Adding support to resolve entities defined in the reference documents 2016-02-10 10:03:20 -06:00
Ramesh Reddy 7a68ae68ad OLINGO-874: Error handling improvements 2016-02-09 14:44:02 -06:00
Ramesh Reddy b7005b774f OLINGO-825: Adding the support for odata.type such that the extended entity and complex types are correctly de-serilized 2016-02-08 15:41:32 -06:00
Ramesh Reddy 6d94f0e386 OLINGO-861, OLINGO-863, OLINGO-868, OLINGO-869 : Improvements to MetadataParser for annotation support 2016-02-06 13:31:26 -06:00
Ramesh Reddy b317b9006d OLINGO-855: adding support for odata-isolation header support acknowledgement to ServiceHandler interface 2016-01-25 09:20:54 -06:00
Ramesh Reddy b9512eda4b OLINGO-853: correcting the encoding behavior as I reverted the change in EdmString from OLINGO-854, this will also localize the change to this perticular method 2016-01-22 11:45:06 -06:00
Ramesh Reddy 16d238f96f OLINGO-853: Correcting the encoding of datetime properties correctly to be used in a URI 2016-01-21 16:01:59 -06:00
Ramesh Reddy 03aa1d07d9 OLINGO-853: Correcting the encoding of datetime properties correctly to be used in a URI 2016-01-21 13:13:37 -06:00
Klaus Straubinger 927ecb93e3 [OLINGO-834] URI resource-path parser in Java
Signed-off-by: Michael Bolz <michael.bolz@sap.com>
2015-12-07 13:17:50 +01:00
Klaus Straubinger 837c3565a1 [OLINGO-806] Minor clean-up
Signed-off-by: Michael Bolz <michael.bolz@sap.com>
2015-10-26 09:07:11 +01:00
Christian Amend 3647a63177 [OLINGO-786] Fix lazy loading for annotiation groups 2015-10-08 12:59:48 +02:00
Christian Amend addfe512cd [OLINGO-786] Delete getAnnotations convenience method 2015-09-29 14:26:16 +02:00
Michael Bolz 87f829e5ae [OLINGO-659] Renamed setter/getter to fit code conventions 2015-09-17 09:18:24 +02:00
Michael Bolz 48810032a1 [OLINGO-773] Replaced IOUtils with separate method 2015-09-15 13:55:16 +02:00
Ramesh Reddy e99b07008e OLINGO-700: added action parameter parsing rountines for atom and json payloads 2015-09-11 15:50:32 -05:00
Klaus Straubinger 11ebbb58d8 [OLINGO-659] API clean-up
Signed-off-by: Michael Bolz <michael.bolz@sap.com>
2015-09-11 12:44:08 +02:00
mibo 637ca00db7 [OLINGO-750] Fixed some critical issues 2015-09-10 21:10:09 +02:00
Michael Bolz 9ffe4c8928 [OLINGO-659] Added more javadocs 2015-09-10 15:29:51 +02:00
Ramesh Reddy 93992f9135 Misc: fixing the critical errors reported by Apache Analysis tool 2015-09-09 10:08:03 -05:00
Michael Bolz dbf649e0b1 [OLINGO-659] Minor API/JavaDoc enhancements 2015-08-21 13:25:53 +02:00
Michael Bolz 4fd79b3c37 [OLINGO-659] Minor code analyse fixes 2015-08-14 11:45:57 +02:00
Michael Bolz df5a4ff0de [OLINGO-659] API review for ODataRequest/Response 2015-08-14 09:58:39 +02:00
Christian Amend 633578a180 Merge remote-tracking branch 'origin/OLINGO-640' 2015-08-04 16:49:55 +02:00
Christian Amend 10fb60ff90 [OLINGO-659] Remove JavaDoc Warnings 2015-08-04 16:49:03 +02:00
Christian Amend 366597070f Merge branch 'master' into olingo640
Conflicts:
	fit/src/test/java/org/apache/olingo/fit/tecsvc/client/NavigationITCase.java
	lib/server-tecsvc/src/main/java/org/apache/olingo/server/tecsvc/processor/TechnicalEntityProcessor.java
2015-08-04 14:38:01 +02:00
Ramesh Reddy cb0f7f2d70 OLINGO-738: Adding upsertEntity feature for the server-extension framework 2015-07-23 18:00:50 -05:00
Ramesh Reddy 5b99eb7b63 OLINGO-640: Adding support for ATOM+XML Serializer and De-Serializer 2015-07-14 21:16:50 -05:00
Christian Holzer 9998ba6748 Merge branch 'IEE754Compatible' 2015-06-24 16:36:21 +02:00