-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New restlet features as per OData V3 specifications #940
base: master
Are you sure you want to change the base?
Conversation
1. Batch CRUD Support (http://www.odata.org/documentation/odata-version-3-0/batch-processing) 2. MLE/Streaming Functionality (managing media link entities) 3. Better support complex properties 4. Support for Actions & Functions (http://www.odata.org/documentation/odata-version-3-0/atom-format#functions) Also enhanced and fixed - 1. Support HTTP_NEGOTIATE method for form based authentication. 2. Improved command line parsing through Apache commons cli. 3. Improved feed parsing using STAX based model. 4. User friendly parameters for calling functions. 5. primitive -> wrapper class changes to fix null value being sent for empty fields in create/update
Thanks a lot, this looks awesome!! |
Thanks Jerome, |
Hi @Landmark-LGC Do you have any update from your legal department? Your contribution would be really welcome. |
Hi! Thanks From: Jerome Louvel [mailto:[email protected]] Hi @Landmark-LGChttps://github.com/Landmark-LGC Do you have any update from your legal department? Your contribution would be really welcome. — This e-mail, including any attached files, may contain confidential and privileged information for the sole use of the intended recipient. Any review, use, distribution, or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive information for the intended recipient), please contact the sender by reply e-mail and delete all copies of this message. |
Excellent news, thanks Srini
|
Jerome: Attached is the joint copy right assignment approved and signed by Landmark. Thanks From: Jerome Louvel [mailto:[email protected]] Excellent news, thanks Srini
— |
Please confirm that you received the JCA. |
Thanks so much for getting the JCA signed by your company. This is great as we'll be able to start working on the integration of your contribution. |
Is there a working code for this that I can download? I need the ComplexType functionality as well. Help appreciated. |
ComplexType functionality is supported. Did you try it and run into problems or are you asking how to use ComplexTypes with the OData extension? From: vvicky72 [mailto:[email protected]] Is there a working code for this that I can download? I need the ComplexType functionality as well. Help appreciated. — This e-mail, including any attached files, may contain confidential and privileged information for the sole use of the intended recipient. Any review, use, distribution, or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive information for the intended recipient), please contact the sender by reply e-mail and delete all copies of this message. |
Hmm, Yes. This is what I have Not sure if this is the same problem as pull #940 Help Appreciated. Thanks, Vikas.public Entry toEntry(final Object entity) {
Date: Sun, 19 Oct 2014 19:23:52 -0700 ComplexType functionality is supported. Did you try it and run into problems or are you asking how to use ComplexTypes with the OData extension? If you encountered any problems using it, please post here. From: vvicky72 [mailto:[email protected]] Sent: Sunday, October 19, 2014 2:56 PM To: restlet/restlet-framework-java Cc: Srini Kethireddipalli Subject: Re: [restlet-framework-java] New restlet features as per OData V3 specifications (#940) Is there a working code for this that I can download? I need the ComplexType functionality as well. Help appreciated. � Reply to this email directly or view it on GitHubhttps://github.com//pull/940#issuecomment-59662653. This e-mail, including any attached files, may contain confidential and privileged information for the sole use of the intended recipient. Any review, use, distribution, or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive information for the intended recipient), please contact the sender by reply e-mail and delete all copies of this message. � |
@Landmark-LGC Sorry, we won't have the bandwidth to integrate this important but large contribution in 2.3 (due on 11/17). We'll take time to properly integrate it in 3.0 (and upgrade to 4.0) dev cycle which will start soon. See the road map here: https://github.com/restlet/restlet-framework-java/wiki/Road-map-of-version-3.0 |
Added new restlet feaures as per odata V3 specifications.-
Also enhanced and fixed -