Christian Holzer
|
170d561c04
|
[OLINGO-713] Switched tutorials to release snapshot. Started to create a merged version of all tutorials
|
2015-09-03 15:33:41 +02:00 |
Christian Holzer
|
5a43ca9d16
|
[OLINGO-713] $filter Tutorial - some minor refactorings
|
2015-08-27 15:48:53 +02:00 |
Christian Holzer
|
b376959f9f
|
[OLINGO-713] $filter Tutorial - some minor refactorings
|
2015-08-24 14:57:14 +02:00 |
Christian Holzer
|
c0e032d485
|
[OLINGO-713] Proposal Tutorial - System Query Option $filter
|
2015-08-21 15:04:20 +02:00 |
Michael Bolz
|
dbf649e0b1
|
[OLINGO-659] Minor API/JavaDoc enhancements
|
2015-08-21 13:25:53 +02:00 |
Michael Bolz
|
73f717d551
|
[OLINGO-659] Fixed sample LOG dependencies
|
2015-08-19 08:04:01 +02:00 |
Christian Amend
|
7df31c58c3
|
[OLINGO-659] Small dependency enhancement
|
2015-08-18 14:19:25 +02:00 |
Michael Bolz
|
790ec76011
|
[OLINGO-756][OLINGO-713] Support in sqo-es tutorial
|
2015-08-12 07:47:38 +02:00 |
Michael Bolz
|
7ab63759cc
|
[OLINGO-713] Renamed p5_queryoptions-tis to p5_queryoptions-tcs
|
2015-08-06 14:15:18 +02:00 |
Michael Bolz
|
eb9fdd8aa1
|
[OLINGO-713] Renamed RelProducts to Products
|
2015-08-06 14:13:36 +02:00 |
Michael Bolz
|
b146a403bb
|
[OLINGO-713] Minor change system query options - expand
|
2015-07-27 10:21:14 +02:00 |
Michael Bolz
|
b477bde07b
|
[OLINGO-713] Added tutorial project for system query options - expand/select
|
2015-07-27 10:12:14 +02:00 |
Michael Bolz
|
010d94f7f7
|
[OLINGO-713] Added tutorial project for system query options
|
2015-07-24 15:50:56 +02:00 |
Michael Bolz
|
8960fdb5d1
|
[OLINGO-713] Code clean up and format
|
2015-07-09 08:33:58 +02:00 |
Michael Bolz
|
4e405938e7
|
[OLINGO-701] Fixed version in client sample
|
2015-07-07 08:57:32 +02:00 |
Christian Holzer
|
9998ba6748
|
Merge branch 'IEE754Compatible'
|
2015-06-24 16:36:21 +02:00 |
Michael Bolz
|
4070e15531
|
[OLINGO-713] Fixed missing license header
|
2015-06-24 06:35:17 +02:00 |
Michael Bolz
|
516688010a
|
[OLINGO-713] Added tutorial project for navigation
|
2015-06-24 06:28: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 |
Christian Holzer
|
91d04271ba
|
[OLINGO-704] Refactoring ContentType
|
2015-06-19 16:27:48 +02:00 |
Michael Bolz
|
74fddd1df7
|
[OLINGO-695] Merged with master
|
2015-06-19 07:44:04 +02:00 |
Michael Bolz
|
431938c1e6
|
[OLINGO-694] Minor code clean up in tutorials
|
2015-06-19 06:56:44 +02:00 |
Michael Bolz
|
93999d510e
|
[OLINGO-694] Changed final build name
|
2015-06-19 06:46:01 +02:00 |
Michael Bolz
|
89d134e62f
|
[OLINGO-694] Adapted RAT plugin and fixed missing headers
|
2015-06-18 16:27:11 +02:00 |
Michael Bolz
|
f24c3874e0
|
[OLINGO-694] Added read property and write tutorial (part 2 and 3)
|
2015-06-18 12:16:07 +02:00 |
Christian Holzer
|
588df780bf
|
[OLINGO-704] Class ODataFormat removed
|
2015-06-17 17:48:16 +02:00 |
Christian Holzer
|
0043bd9c2e
|
[OLINGO-690] ODataSerializer and ODataDeserializer are created by contentType instead of ODataFormat
|
2015-06-17 17:48:13 +02:00 |
Michael Bolz
|
bff2ecf0a8
|
[OLINGO-694] Fixed missing apache header in jsp file
|
2015-06-17 15:51:57 +02:00 |
Michael Bolz
|
7c557f25bd
|
[OLINGO-694] Added read tutorial (part 1)
|
2015-06-17 15:48:14 +02:00 |
Michael Bolz
|
5e2c60dbfd
|
[OLINGO-694] Added 'samples' profile
|
2015-06-17 15:36:48 +02:00 |
Michael Bolz
|
9e755634d7
|
[OLINGO-642] an OSGI server sample using build-helper-maven-plugin
|
2015-06-10 22:02:39 +02:00 |
Michael Bolz
|
d53574d4d0
|
[OLINGO-642] Merge branch 'master' into OLINGO-642_OSGi-Sample
|
2015-06-10 10:58:50 +02:00 |
Michael Bolz
|
e59b5082ff
|
[OLINGO-691] Refactored karaf module structure
|
2015-06-10 10:50:08 +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
|
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 |
Aki Yoshida
|
5727d05871
|
Adding an OSGi version of Cars server sample
Signed-off-by: Michael Bolz <michael.bolz@sap.com>
|
2015-05-29 18:50:26 +02:00 |
Michael Bolz
|
0c511f80b2
|
[OLINGO-649] Fixed compile errors after beta-03
|
2015-05-26 13:20:16 +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 |
Michael Bolz
|
f5757cb4e2
|
[OLINGO-564] Removed samples and test modules from deploy
|
2015-05-04 10:42:22 +02:00 |
Michael Bolz
|
2318953c26
|
[OLINGO-564] Renamed 'edm.provider.*' classes
|
2015-04-28 12:52:14 +02:00 |
Christian Holzer
|
a5c51d6f8d
|
[OLINGO-630] Fixed type of complex value in OData sample service
|
2015-04-22 16:44:50 +02:00 |
Christian Amend
|
d692d129bd
|
[OLINGO-603] Rename entity set to entity collection
|
2015-04-07 15:20:39 +02:00 |
Christian Amend
|
05935a0c3d
|
[OLINGO-603] Delete core dependecies in Tec Scenario
|
2015-04-07 14:15:17 +02:00 |
Christian Holzer
|
502f7cedee
|
[OLINGO-617] Derserializer and Serializer result refactoring, ExpandBuilder
|
2015-04-03 12:41:55 +02:00 |
Ramesh Reddy
|
2b73abcce0
|
OLINGO-573: New processing framework on server side with single interface with TripPin as example
|
2015-03-31 10:55:01 -05:00 |
Christian Amend
|
d94edf568c
|
[OLINGO-595] Make EdmProvider an Interface
|
2015-03-31 13:47:15 +02:00 |
Christian Amend
|
898d745bf5
|
[OLINGO-575] Edm Cleanup part 2
|
2015-03-27 16:44:14 +01:00 |
Christian Amend
|
8a58a67800
|
[OLINGO-575] Merge edm provider classes
|
2015-03-17 14:20:49 +01:00 |
Christian Amend
|
9cf9490310
|
[OLINGO-566] Refactor EdmKeyPropertyRef class
|
2015-02-06 16:54:55 +01:00 |
Michael Bolz
|
15df71c85e
|
[OLINGO-542] Set version to '4.0.0-beta-03-SNAPSHOT'
|
2015-01-29 22:27:59 +01:00 |
Michael Bolz
|
6c89cf5117
|
[OLINGO-542] Set version to '4.0.0-beta-02'
|
2015-01-29 21:42:46 +01:00 |
Michael Bolz
|
3d657f08ca
|
[OLINGO-542] Set version to '4.0.0-beta-02-RC01'
|
2015-01-26 20:10:49 +01:00 |
Michael Bolz
|
7f7369c7df
|
[OLINGO-468] Minor clean up for sample project
|
2015-01-20 15:19:27 +01:00 |
Christian Holzer
|
c16b0b9997
|
[OLINGO-468] Fix: CarsProcessor passes EDM constaints to the primitive serializer
Signed-off-by: Michael Bolz <michael.bolz@sap.com>
|
2015-01-20 14:24:37 +01:00 |
Michael Bolz
|
3fd3843662
|
[OLINGO-482][OLINGO-507] Merge branch 'OLINGO-507_MinorRefactoring'
|
2015-01-14 08:00:31 +01:00 |
Michael Bolz
|
2f6b35ff59
|
[OLINGO-507] Added methods and tests for ActionImports support
|
2015-01-12 15:20:57 +01:00 |
Michael Bolz
|
186d67241d
|
[OLINGO-507] Changes and test for FunctionImports support
|
2015-01-12 10:15:06 +01:00 |
Michael Bolz
|
03c2770202
|
[OLINGO-482] More refactoring
|
2014-12-15 16:13:19 +01:00 |
Klaus Straubinger
|
da4d754892
|
[OLINGO-507] server support for entity-media create
Change-Id: I71f246e72c02fd9df04a8c6b0a8170cdf8e9b6f6
Signed-off-by: Christian Amend <chrisam@apache.org>
|
2014-12-12 15:08:30 +01:00 |
Michael Bolz
|
aee1ebe372
|
[OLINGO-482] Refactor Processor Interfaces
|
2014-12-10 08:27:58 +01:00 |
Klaus Straubinger
|
c2c8bf1960
|
[OLINGO-485] refactored server serializers
Change-Id: Ida1f2b24885d2a43063bed766d93223c96079d9a
Signed-off-by: Michael Bolz <michael.bolz@sap.com>
|
2014-11-13 10:57:28 +01:00 |
Klaus Straubinger
|
dd22756942
|
[OLINGO-482] renamed server processor interfaces and methods
Change-Id: I0ff38b194bafab5a802adedf80dfe97ffff82202
Signed-off-by: Christian Amend <chrisam@apache.org>
|
2014-11-11 12:49:59 +01:00 |
Christian Amend
|
5b2a6d5668
|
[OLINGO-482] FIx sample
|
2014-11-07 15:45:47 +01:00 |
Christian Amend
|
5a9995570f
|
[OLINGO-466] First sample draft
|
2014-10-22 11:54:16 +02:00 |
Michael Bolz
|
0dbd53d8dc
|
[OLINGO-342] Set development version to 4.0.0-beta-02-SNAPSHOT
|
2014-09-23 09:44:29 +02:00 |
Michael Bolz
|
9e422a283e
|
Set release version to '4.0.0-beta-01'
|
2014-09-23 09:06:15 +02:00 |
Michael Bolz
|
6c963396cc
|
[OLINGO-342] Set version to 4.0.0-beta-01-RC02
|
2014-09-19 13:40:32 +02:00 |
Michael Bolz
|
825b7db6b1
|
Set version to '4.0.0-beta-01-RC01'
|
2014-09-12 13:46:39 +02:00 |
Michael Bolz
|
134a575a17
|
[OLINGO-342] Renaming for release
|
2014-09-11 12:43:34 +02:00 |
Francesco Chicchiriccò
|
7be1e99213
|
[OLINGO-399] Changing flush exception management done in OLINGO-369
|
2014-08-13 11:18:49 +02:00 |
Francesco Chicchiriccò
|
655dbb8c97
|
[OLINGO-399] ODataRuntimeException -> ODataResponseError
|
2014-08-11 11:13:30 +02:00 |
Michael Bolz
|
bc1d13929a
|
[OLINGO-342] Changed version to 4.0.0-beta-01-SNAPSHOT
|
2014-08-11 10:07:44 +02:00 |
Francesco Chicchiriccò
|
16f35e90bd
|
[OLINGO-381] provided samples for advanced HTTP client-side handling; the submodule is not included in olingo-parent, being not meant for any distribution nor artifact, but only as reference
|
2014-07-28 12:31:26 +02:00 |