Michael Bolz
|
06d508d395
|
[OLINGO-708] Improvements
|
2015-06-26 09:31:33 +02:00 |
Christian Holzer
|
e32034bd54
|
[OLINGO-704] Fix: OData Server supports only odata.metadata=minimal
|
2015-06-24 17:31:52 +02:00 |
Christian Amend
|
ef1fd77875
|
Merge branch 'master' into ieee
Conflicts:
fit/src/main/java/org/apache/olingo/fit/utils/AbstractUtilities.java
fit/src/main/java/org/apache/olingo/fit/utils/FSManager.java
fit/src/test/java/org/apache/olingo/fit/AbstractBaseTestITCase.java
fit/src/test/java/org/apache/olingo/fit/tecsvc/client/ActionImportITCase.java
lib/client-api/src/main/java/org/apache/olingo/client/api/ODataClient.java
lib/client-api/src/main/java/org/apache/olingo/client/api/domain/ClientEntitySetIterator.java
lib/client-api/src/main/java/org/apache/olingo/client/api/serialization/ODataReader.java
lib/client-api/src/main/java/org/apache/olingo/client/api/serialization/ODataWriter.java
lib/client-core/src/main/java/org/apache/olingo/client/core/ODataClientImpl.java
lib/client-core/src/main/java/org/apache/olingo/client/core/communication/header/ODataErrorResponseChecker.java
lib/client-core/src/main/java/org/apache/olingo/client/core/communication/request/cud/ODataEntityCreateRequestImpl.java
lib/client-core/src/main/java/org/apache/olingo/client/core/communication/request/cud/ODataEntityUpdateRequestImpl.java
lib/client-core/src/main/java/org/apache/olingo/client/core/communication/request/cud/ODataPropertyUpdateRequestImpl.java
lib/client-core/src/main/java/org/apache/olingo/client/core/communication/request/invoke/AbstractODataInvokeRequest.java
lib/client-core/src/main/java/org/apache/olingo/client/core/communication/request/retrieve/ODataDeltaRequestImpl.java
lib/client-core/src/main/java/org/apache/olingo/client/core/communication/request/retrieve/ODataEntityRequestImpl.java
lib/client-core/src/main/java/org/apache/olingo/client/core/communication/request/retrieve/ODataEntitySetRequestImpl.java
lib/client-core/src/main/java/org/apache/olingo/client/core/communication/request/retrieve/ODataPropertyRequestImpl.java
lib/client-core/src/main/java/org/apache/olingo/client/core/communication/request/retrieve/ODataServiceDocumentRequestImpl.java
lib/client-core/src/main/java/org/apache/olingo/client/core/serialization/ClientODataDeserializerImpl.java
lib/client-core/src/main/java/org/apache/olingo/client/core/serialization/JsonSerializer.java
lib/client-core/src/main/java/org/apache/olingo/client/core/serialization/ODataBinderImpl.java
lib/client-core/src/main/java/org/apache/olingo/client/core/serialization/ODataReaderImpl.java
lib/client-core/src/main/java/org/apache/olingo/client/core/serialization/ODataWriterImpl.java
lib/client-core/src/test/java/org/apache/olingo/client/core/v4/EntitySetTest.java
lib/client-core/src/test/java/org/apache/olingo/client/core/v4/ErrorTest.java
lib/client-core/src/test/java/org/apache/olingo/client/core/v4/PropertyTest.java
lib/client-core/src/test/java/org/apache/olingo/client/core/v4/ServiceDocumentTest.java
lib/server-tecsvc/src/main/java/org/apache/olingo/server/tecsvc/processor/TechnicalActionProcessor.java
lib/server-tecsvc/src/main/java/org/apache/olingo/server/tecsvc/processor/TechnicalEntityProcessor.java
lib/server-tecsvc/src/main/java/org/apache/olingo/server/tecsvc/processor/TechnicalPrimitiveComplexProcessor.java
|
2015-06-23 16:33:00 +02:00 |
Klaus Straubinger
|
bfb5c93836
|
[OLINGO-663] conditional header required for property updates
Signed-off-by: Christian Amend <christian.amend@sap.com>
|
2015-06-23 10:12:53 +02:00 |
Michael Bolz
|
01425faf1c
|
[OLINGO-694] Exclude samples from cobertura coverage
|
2015-06-22 14:11:29 +02:00 |
Michael Bolz
|
4a002aabfd
|
[OLINGO-694] Exclude samples from cobertura coverage
|
2015-06-22 13:51:04 +02:00 |
Christian Holzer
|
9d4cf6ad4c
|
[OLINGO-704] Test added
|
2015-06-19 16:28:26 +02:00 |
Christian Holzer
|
91d04271ba
|
[OLINGO-704] Refactoring ContentType
|
2015-06-19 16:27:48 +02:00 |
Klaus Straubinger
|
971deb5539
|
[OLINGO-698] clean-up preferences support
Signed-off-by: Christian Amend <christian.amend@sap.com>
|
2015-06-19 10:52:17 +02:00 |
Christian Holzer
|
628e2e7182
|
[OLINGO-704] ODataClient IEEE754Compatible seralization support
|
2015-06-17 17:48:18 +02:00 |
Christian Holzer
|
588df780bf
|
[OLINGO-704] Class ODataFormat removed
|
2015-06-17 17:48:16 +02:00 |
Christian Holzer
|
be55285ce3
|
[OLINGO-704] IEEE754Compatible support added to ODataJsonDeserializer.
Tests for read scenario added
|
2015-06-17 17:48:14 +02:00 |
Klaus Straubinger
|
afda326d75
|
[OLINGO-698] technical service supports preferences, part 2
Signed-off-by: Christian Amend <christian.amend@sap.com>
|
2015-06-17 10:05:18 +02:00 |
Klaus Straubinger
|
e5fe04aeeb
|
[OLINGO-698] technical service supports preferences, part 1
Signed-off-by: Christian Amend <christian.amend@sap.com>
|
2015-06-16 16:50:15 +02:00 |
Christian Amend
|
20351253e2
|
[OLINGO-699] Moved serializer code to client module
|
2015-06-15 10:48:03 +02:00 |
Klaus Straubinger
|
5501e8e331
|
[OLINGO-663] ETag annotation again in entity collections of technical service
Change-Id: Ia150ba1705fa22e36c3821d5295f1b7f464a4852
Signed-off-by: Christian Amend <christian.amend@sap.com>
|
2015-06-10 15:12:11 +02:00 |
Klaus Straubinger
|
39f0708d0c
|
[OLINGO-692] improved server processor interface inheritance
Change-Id: Ic4c0774be8c6c4bbbbeaef6baab17fdd6677cd6c
Signed-off-by: Christian Amend <christian.amend@sap.com>
|
2015-06-10 10:34:07 +02:00 |
Klaus Straubinger
|
44ec57874d
|
[OLINGO-663] technical service uses UUIDs as ETags
Change-Id: Ie34c22a817919afe2563a2f5d221e7d4495afda9
Signed-off-by: Christian Amend <christian.amend@sap.com>
|
2015-06-09 13:55:48 +02:00 |
Christian Amend
|
c35076fbe9
|
[OLINGO-663] Default metadata etag generation fix
ETag value based on nano seconds will always be 14 characters long from
now on.
|
2015-06-08 14:14:42 +02:00 |
Klaus Straubinger
|
a604fa78f2
|
[OLINGO-663] metadata ETag
Change-Id: I93bcf78b9be2a34e46c4f2f4d8ec739faf197951
Signed-off-by: Christian Amend <christian.amend@sap.com>
|
2015-06-08 10:01:27 +02:00 |
Christian Amend
|
a6b8f29491
|
[OLINGO-684] Make OAuth tests sequential
|
2015-06-03 15:56:56 +02:00 |
Christian Amend
|
0090e02075
|
[OLINGO-684] Try a local client for the OAuth test
|
2015-06-03 15:45:15 +02:00 |
Klaus Straubinger
|
c65ef5e9e7
|
[OLINGO-663] clean-up
Change-Id: Id1359ca3243e42d83ce0bd3057da3477850730e6
Signed-off-by: Christian Amend <chrisam@apache.org>
|
2015-06-02 15:40:10 +02:00 |
Michael Bolz
|
fd71b7ebdd
|
[OLINGO-632] Merge branch 'OLINGO-632_OSGi-Support'
|
2015-05-29 18:39:25 +02:00 |
Christian Holzer
|
725f7a9b24
|
[OLINGO-446] TecSvc supports create, update, delete of references
|
2015-05-29 14:36:35 +02:00 |
Christian Holzer
|
f182fd20c1
|
[OLINGO-668] EdmEnabledODataClient handles null values on single-valued navigation properties correctly
|
2015-05-29 11:24:24 +02:00 |
Michael Bolz
|
8fc77829b0
|
[OLINGO-632] Merge branch 'master' into OLINGO-632_OSGi-Support
|
2015-05-29 10:56:26 +02:00 |
Michael Bolz
|
41edf2daf3
|
[OLINGO-632] Restricted '*-core' exports
|
2015-05-29 10:11:29 +02:00 |
Klaus Straubinger
|
7ad5b0fb54
|
[OLINGO-663] conditional handling in technical service, part 2
Signed-off-by: Christian Amend <chrisam@apache.org>
|
2015-05-28 15:12:31 +02:00 |
Klaus Straubinger
|
db47760e35
|
[OLINGO-663] conditional GET in technical service, part 1
Change-Id: I89b0e765e1d3618c318522d1c2a22988f9d017fd
Signed-off-by: Christian Amend <chrisam@apache.org>
|
2015-05-22 15:55:49 +02:00 |
Christian Holzer
|
a2a07242ec
|
[OLINGO-446] support for $ref serialization
|
2015-05-19 14:33:19 +02:00 |
Klaus Straubinger
|
bec8cb3b2a
|
[OLINGO-663] Set ETags in technical service
Change-Id: I92eccdbff85fb1afcd91e609cb232f723f81580e
Signed-off-by: Christian Amend <chrisam@apache.org>
|
2015-05-19 10:39:00 +02:00 |
Klaus Straubinger
|
04baf388ec
|
[OLINGO-658] Modification operations should return the changed data
Change-Id: I62b6db1c062618cd3c27b093d40b9456cd415f77
Signed-off-by: Christian Amend <chrisam@apache.org>
|
2015-05-12 13:57:51 +02:00 |
Christian Amend
|
5098862d6f
|
[OLINGO-649] Set correct 4.0.0-SNAPSHOT version
|
2015-05-11 13:33:09 +02:00 |
Christian Amend
|
ee48475cbf
|
[OLINGO-649] Set next release version
|
2015-05-11 10:48:19 +02:00 |
Christian Amend
|
93fe2fd39d
|
[OLINGO-649] Set beta-03 release version
|
2015-05-11 10:34:18 +02:00 |
Christian Amend
|
ffb80fad3c
|
[OLINGO-649] Set next 4.0.0-SNAPSHOT version
|
2015-05-07 16:30:41 +02:00 |
Christian Amend
|
e7ce8627e1
|
[OLINGO-649] Set beta-03-RC01 release candidate version
|
2015-05-07 16:09:05 +02:00 |
Christian Amend
|
23691a5a43
|
[OLINGO-603] Action import with no return type test
|
2015-05-06 16:23:48 +02:00 |
Christian Amend
|
d150744967
|
[OLINGO-649] Cleanup code as release preperation
|
2015-05-05 14:25:29 +02:00 |
Michael Bolz
|
f5757cb4e2
|
[OLINGO-564] Removed samples and test modules from deploy
|
2015-05-04 10:42:22 +02:00 |
Michael Bolz
|
61500e685f
|
[OLINGO-564] Clean up
|
2015-04-30 08:38:19 +02:00 |
Michael Bolz
|
17152920f0
|
[OLINGO-564] first step for common -> client extraction
|
2015-04-30 06:04:42 +02:00 |
Michael Bolz
|
c37d4da571
|
[OLINGO-564] Renamed 'OData*' to 'Client*' classes
|
2015-04-28 23:11:55 +02:00 |
Michael Bolz
|
3c0990910a
|
[OLINGO-564] Merge branch 'master' into OLINGO-564
|
2015-04-28 12:56:08 +02:00 |
Christian Amend
|
ae97061e3c
|
[OLINGO-604] Implement Action imports in TechSvc part 2
|
2015-04-27 14:33:53 +02:00 |
Michael Bolz
|
ac32d23610
|
[OLINGO-564] Removed 'provider' package level
|
2015-04-23 10:50:47 +02:00 |
Christian Holzer
|
935a9b84b9
|
[OLINGO-424] Fix: The client proxy sets entity type segements to the right position
|
2015-04-21 16:57:29 +02:00 |
Christian Holzer
|
9e232a2d74
|
[OLINGO-545] Tests for batch changesets, update and insert requests added
|
2015-04-07 17:20:52 +02:00 |
Christian Amend
|
d692d129bd
|
[OLINGO-603] Rename entity set to entity collection
|
2015-04-07 15:20:39 +02:00 |