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
|
1b6259b979
|
reduced usage of org.slf4j and org.apache.commons.lang3
Signed-off-by: Christian Amend <christian.amend@sap.com>
|
2016-01-18 13:30:40 +01:00 |
|
Christian Amend
|
26080f420a
|
[OLINGO-834] Delete AntLR dependecies
|
2016-01-07 15:00:17 +01:00 |
|
Christian Amend
|
010642c506
|
Merge branch 'master' into OLINGO-834_Filter_Parser
Conflicts:
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/UriResourceComplexPropertyImpl.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/UriResourceCountImpl.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/UriResourceEntitySetImpl.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/UriResourceItImpl.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/UriResourceLambdaAllImpl.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/UriResourceLambdaAnyImpl.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/UriResourceLambdaVarImpl.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/UriResourceNavigationPropertyImpl.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/UriResourcePrimitivePropertyImpl.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/UriResourceRefImpl.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/UriResourceRootImpl.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/UriResourceSingletonImpl.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/UriResourceStartingTypeFilterImpl.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/UriResourceWithKeysImpl.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/parser/CheckFullContextListener.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/parser/Parser.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/parser/RawUri.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/parser/UriContext.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/parser/UriDecoder.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/parser/UriParseTreeVisitor.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/parser/UriParserSemanticException.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/queryoption/expression/ExpressionImpl.java
lib/server-core/src/main/java/org/apache/olingo/server/core/uri/validator/UriValidator.java
lib/server-core/src/test/java/org/apache/olingo/server/core/uri/parser/search/SearchParserAndTokenizerTest.java
|
2016-01-07 14:27:27 +01:00 |
|
Christian Amend
|
0d6f4821f2
|
[OLINGO-841] Set new 4.2.0-SNAPSHOT version
|
2015-12-21 12:55:05 +01:00 |
|
Christian Amend
|
0242519cc4
|
[OLINGO-841] Set release version 4.1.0
|
2015-12-21 12:18:07 +01:00 |
|
Christian Amend
|
d1c4c743fd
|
[OLINGO-841] Set 4.1.0-RC01 release candidate version
|
2015-12-18 15:56:11 +01: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
|
c9d42e49fa
|
[OLINGO-772] Set version to 4.1.0-SNAPSHOT
|
2015-09-21 14:46:38 +02:00 |
|
Michael Bolz
|
ca40833b20
|
[OLINGO-772] Change version to 4.0.0
|
2015-09-21 10:54:21 +02:00 |
|
Michael Bolz
|
111308124c
|
[OLINGO-772] Change version to 4.0.0-RC03
|
2015-09-17 09:26:27 +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 |
|
Michael Bolz
|
9c3ca381e2
|
[OLINGO-772] Change version to RC02
|
2015-09-14 10:37:04 +02:00 |
|
Ramesh Reddy
|
fcec0c349b
|
Merge branch 'OLINGO-700'
|
2015-09-11 15:51:17 -05:00 |
|
Ramesh Reddy
|
e99b07008e
|
OLINGO-700: added action parameter parsing rountines for atom and json payloads
|
2015-09-11 15:50:32 -05:00 |
|
Michael Bolz
|
ba88c43b57
|
[OLINGO-772] Change version to RC01
|
2015-09-11 14:44:50 +02: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 |
|