This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 7d0ee22 Rename sample JSON file
7d0ee22 is described below
commit 7d0ee226fe20a3dea0b9a3547f09c72e7322f917
Author: Gregor Zurowski <[email protected]>
AuthorDate: Fri Mar 9 20:20:45 2018 +0100
Rename sample JSON file
Signed-off-by: Gregor Zurowski <[email protected]>
---
examples/camel-example-olingo4-blueprint/README.md | 4 ++--
.../src/main/resources/data/{person2json => person2.json} | 0
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/camel-example-olingo4-blueprint/README.md
b/examples/camel-example-olingo4-blueprint/README.md
index 196a52c..b8bb0bd 100644
--- a/examples/camel-example-olingo4-blueprint/README.md
+++ b/examples/camel-example-olingo4-blueprint/README.md
@@ -43,8 +43,8 @@ The following messages should be displayed:
```
2017-11-29 15:46:22,524 | INFO | nt Dispatcher: 1 | BlueprintCamelContext
| 62 - org.apache.camel.camel-core - 2.21.0.SNAPSHOT | Apache Camel
2.21.0-SNAPSHOT (CamelContext: odata4-example-context) started in 0.102 seconds
-2017-11-29 15:46:23,528 | INFO | work/odata/input | odata-route
| 62 - org.apache.camel.camel-core - 2.21.0.SNAPSHOT | Receiving file
person2json
-2017-11-29 15:46:23,528 | INFO | work/odata/input | odata-route
| 62 - org.apache.camel.camel-core - 2.21.0.SNAPSHOT | Sending file
person2json to OData Test Service
+2017-11-29 15:46:23,528 | INFO | work/odata/input | odata-route
| 62 - org.apache.camel.camel-core - 2.21.0.SNAPSHOT | Receiving file
person2.json
+2017-11-29 15:46:23,528 | INFO | work/odata/input | odata-route
| 62 - org.apache.camel.camel-core - 2.21.0.SNAPSHOT | Sending file
person2.json to OData Test Service
2017-11-29 15:46:24,317 | INFO | work/odata/input | odata-route
| 62 - org.apache.camel.camel-core - 2.21.0.SNAPSHOT | Receiving file
person1.json
2017-11-29 15:46:24,317 | INFO | work/odata/input | odata-route
| 62 - org.apache.camel.camel-core - 2.21.0.SNAPSHOT | Sending file
person1.json to OData Test Service
2017-11-29 15:46:24,665 | INFO | I/O dispatcher 1 | odata-route
| 62 - org.apache.camel.camel-core - 2.21.0.SNAPSHOT | Done creating
person with properties [ClientPropertyImpl{name=UserName, value=jdoe,
annotations=[]}, ClientPropertyImpl{name=FirstName, value=John,
annotations=[]}, ClientPropertyImpl{name=LastName, value=Doe, annotations=[]},
ClientPropertyImpl{name=MiddleName, value=, annotations=[]},
ClientPropertyImpl{name=Gender, value=Male, annotations=[]}, Cl [...]
diff --git
a/examples/camel-example-olingo4-blueprint/src/main/resources/data/person2json
b/examples/camel-example-olingo4-blueprint/src/main/resources/data/person2.json
similarity index 100%
rename from
examples/camel-example-olingo4-blueprint/src/main/resources/data/person2json
rename to
examples/camel-example-olingo4-blueprint/src/main/resources/data/person2.json
--
To stop receiving notification emails like this one, please contact
[email protected].